mirror of
https://github.com/OpenFOAM/OpenFOAM-6.git
synced 2025-12-08 06:57:46 +00:00
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:
@ -21,7 +21,7 @@ RAS
|
|||||||
{
|
{
|
||||||
// Tested with kEpsilon, realizableKE, kOmega, kOmegaSST, v2f,
|
// Tested with kEpsilon, realizableKE, kOmega, kOmegaSST, v2f,
|
||||||
// ShihQuadraticKE, LienCubicKE.
|
// ShihQuadraticKE, LienCubicKE.
|
||||||
RASModel v2f;
|
RASModel kEpsilon;
|
||||||
|
|
||||||
turbulence on;
|
turbulence on;
|
||||||
|
|
||||||
|
|||||||
@ -57,8 +57,8 @@ relaxationFactors
|
|||||||
{
|
{
|
||||||
equations
|
equations
|
||||||
{
|
{
|
||||||
U 0.95;
|
U 0.9; // 0.9 is more stable but 0.95 more convergent
|
||||||
".*" 0.95;
|
".*" 0.9; // 0.9 is more stable but 0.95 more convergent
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user