ENH: Tutorial updates

This commit is contained in:
andy
2011-05-12 12:17:39 +01:00
parent 2b4679d67b
commit a81bfbfa09
43 changed files with 148 additions and 119 deletions

View File

@ -72,8 +72,8 @@ relaxationFactors
{
"p.*" 0.3;
"rho.*" 1;
"(U|h|k|epsilon|omega)" 0.7;
"(U|h|k|epsilon|omega)Final" 1;
"(U|h|k|epsilon|omega)" 0.7;
"(U|h|k|epsilon|omega)Final" 1;
}

View File

@ -62,9 +62,9 @@ SIMPLE
residualControl
{
p 1e-2;
U 1e-4;
T 1e-3;
p 1e-2;
U 1e-4;
T 1e-3;
// possibly check turbulence fields
"(k|epsilon|omega)" 1e-3;

View File

@ -56,9 +56,9 @@ SIMPLE
residualControl
{
p 1e-3;
U 1e-4;
T 1e-3;
p 1e-3;
U 1e-4;
T 1e-3;
// possibly check turbulence fields
"(k|epsilon|omega)" 1e-3;

View File

@ -172,29 +172,29 @@ solvers
SIMPLE
{
nNonOrthogonalCorrectors 0;
rhoMin rhoMin [1 -3 0 0 0] 0.1;
rhoMax rhoMax [1 -3 0 0 0] 1.0;
transonic yes;
rhoMin rhoMin [1 -3 0 0 0] 0.1;
rhoMax rhoMax [1 -3 0 0 0] 1.0;
transonic yes;
}
relaxationFactors
{
p 1;
rho 1; //0.1;
U 0.9;
h 0.95;
k 0.9;
epsilon 0.9;
p 1;
rho 1; //0.1;
U 0.9;
h 0.95;
k 0.9;
epsilon 0.9;
}
relaxationFactors0
{
p 0.3;
rho 0.1;
U 0.7;
h 0.7;
k 0.7;
epsilon 0.7;
p 0.3;
rho 0.1;
U 0.7;
h 0.7;
k 0.7;
epsilon 0.7;
}
// ************************************************************************* //