tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff: Updated for change in U boundary condition update order
This commit is contained in:
parent
baa60e2e19
commit
0bfe5291d7
1 changed files with 2 additions and 2 deletions
|
|
@ -57,7 +57,7 @@ solvers
|
|||
SIMPLE
|
||||
{
|
||||
nNonOrthogonalCorrectors 0;
|
||||
rhoMin 0.5;
|
||||
rhoMin 0.4;
|
||||
rhoMax 1.5;
|
||||
|
||||
residualControl
|
||||
|
|
@ -66,7 +66,7 @@ SIMPLE
|
|||
U 1e-4;
|
||||
e 1e-3;
|
||||
|
||||
// possibly check turbulence fields
|
||||
// Possibly check turbulence fields
|
||||
"(k|epsilon|omega)" 1e-3;
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue