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

tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff: Updated for...

tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff: Updated for change in U boundary condition update order
parent aa81dee5
No related branches found
No related tags found
No related merge requests found
...@@ -57,7 +57,7 @@ solvers ...@@ -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 ...@@ -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;
} }
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment