tutorials/incompressible/simpleFoam/pitzDaily: Change default model to kEpsilon

and reduce relaxation factors to improve stability over a range of
models and systems.
This commit is contained in:
Henry Weller
2015-11-01 12:24:25 +00:00
parent 03494fef5d
commit 4e04397acb
2 changed files with 3 additions and 3 deletions

View File

@ -21,7 +21,7 @@ RAS
{
// Tested with kEpsilon, realizableKE, kOmega, kOmegaSST, v2f,
// ShihQuadraticKE, LienCubicKE.
RASModel v2f;
RASModel kEpsilon;
turbulence on;

View File

@ -57,8 +57,8 @@ relaxationFactors
{
equations
{
U 0.95;
".*" 0.95;
U 0.9; // 0.9 is more stable but 0.95 more convergent
".*" 0.9; // 0.9 is more stable but 0.95 more convergent
}
}