mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
TUT: interIsoFoam: remove redundant entries
This commit is contained in:
committed by
Andrew Heather
parent
0bf7758dd4
commit
b7af3ff891
@ -28,8 +28,6 @@ gradSchemes
|
||||
divSchemes
|
||||
{
|
||||
div(rhoPhi,U) Gauss upwind;
|
||||
div(phi,alpha) Gauss vanLeer;
|
||||
div(phirb,alpha) Gauss linear;
|
||||
div(phi,k) Gauss upwind;
|
||||
div(phi,omega) Gauss upwind;
|
||||
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
||||
|
||||
@ -29,9 +29,8 @@ solvers
|
||||
writeIsoFaces false;
|
||||
reconstructionScheme plicRDF; // isoAlpha
|
||||
|
||||
nAlphaCorr 1;
|
||||
nAlphaSubCycles 1;
|
||||
cAlpha 1;
|
||||
cAlpha 1; // Read by interIsoFoam but not used
|
||||
}
|
||||
|
||||
p_rgh
|
||||
|
||||
Reference in New Issue
Block a user