mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff: Updated for change in U boundary condition update order
This commit is contained in:
@ -57,7 +57,7 @@ solvers
|
|||||||
SIMPLE
|
SIMPLE
|
||||||
{
|
{
|
||||||
nNonOrthogonalCorrectors 0;
|
nNonOrthogonalCorrectors 0;
|
||||||
rhoMin 0.5;
|
rhoMin 0.4;
|
||||||
rhoMax 1.5;
|
rhoMax 1.5;
|
||||||
|
|
||||||
residualControl
|
residualControl
|
||||||
@ -66,7 +66,7 @@ SIMPLE
|
|||||||
U 1e-4;
|
U 1e-4;
|
||||||
e 1e-3;
|
e 1e-3;
|
||||||
|
|
||||||
// possibly check turbulence fields
|
// Possibly check turbulence fields
|
||||||
"(k|epsilon|omega)" 1e-3;
|
"(k|epsilon|omega)" 1e-3;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user