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:
parent
03494fef5d
commit
4e04397acb
2 changed files with 3 additions and 3 deletions
|
|
@ -21,7 +21,7 @@ RAS
|
|||
{
|
||||
// Tested with kEpsilon, realizableKE, kOmega, kOmegaSST, v2f,
|
||||
// ShihQuadraticKE, LienCubicKE.
|
||||
RASModel v2f;
|
||||
RASModel kEpsilon;
|
||||
|
||||
turbulence on;
|
||||
|
||||
|
|
|
|||
|
|
@ -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
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue