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 linearUpwind grad(U);
|
||||
div(phi,alpha) Gauss vanLeer;
|
||||
div(phirb,alpha) Gauss linear;
|
||||
div(((rho*nuEff)*dev2(T(grad(U))))) Gauss linear;
|
||||
}
|
||||
|
||||
|
||||
@ -27,17 +27,8 @@ solvers
|
||||
clip true;
|
||||
reconstructionScheme isoAlpha; // isoAlpha
|
||||
|
||||
nAlphaCorr 2;
|
||||
nAlphaSubCycles 1;
|
||||
cAlpha 1;
|
||||
|
||||
MULESCorr yes;
|
||||
nLimiterIter 3;
|
||||
|
||||
solver smoothSolver;
|
||||
smoother symGaussSeidel;
|
||||
tolerance 1e-8;
|
||||
relTol 0;
|
||||
cAlpha 1; // Read but not used by interIsoFoam
|
||||
}
|
||||
|
||||
"pcorr.*"
|
||||
|
||||
Reference in New Issue
Block a user