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

@ -83,9 +83,8 @@ PIMPLE
relaxationFactors relaxationFactors
{ {
p 0.3; p 0.3;
U 0.7; "(U|k|omega)" 0.7;
k 0.7; "(U|k|omega)Final" 1.0;
omega 0.7;
} }
cache cache

View File

@ -66,9 +66,8 @@ SIMPLE
relaxationFactors relaxationFactors
{ {
p 0.3; p 0.3;
U 0.7; "(U|k|omega)" 0.7;
k 0.7; "(U|k|omega)Final" 1.0;
omega 0.7;
} }
cache cache

View File

@ -55,6 +55,13 @@ SIMPLE
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
pRefCell 0; pRefCell 0;
pRefValue 0; pRefValue 0;
residualControl
{
p 1e-5;
U 1e-5;
nuTilda 1e-5;
}
} }
relaxationFactors relaxationFactors

View File

@ -61,7 +61,13 @@ solvers
SIMPLE SIMPLE
{ {
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
convergence 1e-3;
residualControl
{
p 1e-2;
U 1e-3;
"(k|epsilon)" 1e-3;
}
} }
relaxationFactors relaxationFactors

View File

@ -95,4 +95,9 @@ PIMPLE
} }
relaxationFactors
{
".*Final" 1;
}
// ************************************************************************* // // ************************************************************************* //

View File

@ -91,6 +91,7 @@ additional
relaxationFactors relaxationFactors
{ {
".*Final" 1;
} }

View File

@ -87,5 +87,9 @@ additional
pressureWorkTimeDerivative true; pressureWorkTimeDerivative true;
} }
relaxationFactors
{
".*Final" 1;
}
// ************************************************************************* // // ************************************************************************* //

View File

@ -93,5 +93,9 @@ additional
pressureWorkTimeDerivative false; pressureWorkTimeDerivative false;
} }
relaxationFactors
{
".*Final" 1;
}
// ************************************************************************* // // ************************************************************************* //

View File

@ -81,5 +81,9 @@ PIMPLE
momentumPredictor yes; momentumPredictor yes;
} }
relaxationFactors
{
".*Final" 1;
}
// ************************************************************************* // // ************************************************************************* //