mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
ENH: Tutorial updates
This commit is contained in:
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -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
|
||||||
|
|||||||
@ -95,4 +95,9 @@ PIMPLE
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
relaxationFactors
|
||||||
|
{
|
||||||
|
".*Final" 1;
|
||||||
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -91,6 +91,7 @@ additional
|
|||||||
|
|
||||||
relaxationFactors
|
relaxationFactors
|
||||||
{
|
{
|
||||||
|
".*Final" 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
@ -87,5 +87,9 @@ additional
|
|||||||
pressureWorkTimeDerivative true;
|
pressureWorkTimeDerivative true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
relaxationFactors
|
||||||
|
{
|
||||||
|
".*Final" 1;
|
||||||
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -93,5 +93,9 @@ additional
|
|||||||
pressureWorkTimeDerivative false;
|
pressureWorkTimeDerivative false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
relaxationFactors
|
||||||
|
{
|
||||||
|
".*Final" 1;
|
||||||
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
@ -81,5 +81,9 @@ PIMPLE
|
|||||||
momentumPredictor yes;
|
momentumPredictor yes;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
relaxationFactors
|
||||||
|
{
|
||||||
|
".*Final" 1;
|
||||||
|
}
|
||||||
|
|
||||||
// ************************************************************************* //
|
// ************************************************************************* //
|
||||||
|
|||||||
Reference in New Issue
Block a user