Skip to content
Snippets Groups Projects
Commit 4e04397a authored by Henry Weller's avatar Henry Weller
Browse files

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

and reduce relaxation factors to improve stability over a range of
models and systems.
parent 03494fef
Branches
Tags
1 merge request!25Merge foundation
......@@ -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
}
}
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment