Henry Weller
619f1c55d8
rhoSimpleFoam: Added "consistent" option to replace rhoSimplecFoam
See tutorials/compressible/rhoSimpleFoam/squareBend
SIMPLE
{
nNonOrthogonalCorrectors 0;
rhoMin 0.1;
rhoMax 1.0;
transonic yes;
consistent yes;
residualControl
{
p 1e-3;
U 1e-4;
e 1e-3;
// possibly check turbulence fields
"(k|epsilon|omega)" 1e-3;
}
}
relaxationFactors
{
fields
{
p 1;
rho 1;
}
equations
{
p 1;
U 0.9;
e 0.9;
k 0.9;
epsilon 0.9;
}
}
2015-06-27 17:42:59 +01:00
..
2015-04-24 22:29:57 +01:00
2015-06-27 15:33:48 +01:00
2015-05-31 16:38:01 +01:00
2015-04-26 10:44:11 +01:00
2015-06-27 16:26:51 +01:00
2015-05-31 16:38:01 +01:00
2015-06-27 17:42:59 +01:00
2015-04-24 22:29:57 +01:00
2015-04-24 22:29:57 +01:00
2015-04-24 22:29:57 +01:00