mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-12-28 03:37:59 +00:00
TUT: interIsoFoam: remove redundant entries
This commit is contained in:
committed by
Andrew Heather
parent
0bf7758dd4
commit
b7af3ff891
@ -29,8 +29,6 @@ divSchemes
|
||||
{
|
||||
default none;
|
||||
div(rhoPhi,U) Gauss limitedLinearV 1;
|
||||
div(phi,alpha) Gauss vanLeer;
|
||||
div(phirb,alpha) Gauss linear;
|
||||
|
||||
"div\(phi,(k|omega)\)" Gauss upwind;
|
||||
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
||||
|
||||
@ -20,7 +20,7 @@ solvers
|
||||
"alpha.water.*"
|
||||
{
|
||||
nAlphaSubCycles 1;
|
||||
cAlpha 1;
|
||||
cAlpha 1; // Read by interIsoFoam but not used
|
||||
reconstructionScheme isoAlpha; // plicRDF
|
||||
isoFaceTol 1e-8;
|
||||
surfCellTol 1e-6;
|
||||
|
||||
Reference in New Issue
Block a user