Changed convergence to residualControl in fvSolution cases with specified convergence (incompressible, compressible, basic, IB)
This commit is contained in:
parent
c4c31e738e
commit
83a55f8b82
4 changed files with 20 additions and 4 deletions
|
@ -50,7 +50,12 @@ SIMPLE
|
|||
{
|
||||
nNonOrthogonalCorrectors 0;
|
||||
|
||||
convergence 1e-4;
|
||||
residualControl
|
||||
{
|
||||
p 1e-4;
|
||||
U 1e-4;
|
||||
"(k|epsilon)" 1e-4;
|
||||
}
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
|
|
|
@ -66,7 +66,13 @@ SIMPLE
|
|||
nNonOrthogonalCorrectors 1;
|
||||
pRefCell 0;
|
||||
pRefValue 0;
|
||||
convergence 1e-5;
|
||||
|
||||
residualControl
|
||||
{
|
||||
p 1e-5;
|
||||
U 1e-5;
|
||||
"(k|epsilon)" 1e-5;
|
||||
}
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
|
|
|
@ -22,7 +22,7 @@ startTime 0;
|
|||
|
||||
stopAt endTime;
|
||||
|
||||
endTime 1000;
|
||||
endTime 2000;
|
||||
|
||||
deltaT 1;
|
||||
|
||||
|
|
|
@ -64,7 +64,12 @@ SIMPLE
|
|||
{
|
||||
nNonOrthogonalCorrectors 0;
|
||||
|
||||
convergence 1e-4;
|
||||
residualControl
|
||||
{
|
||||
p 1e-4;
|
||||
U 1e-4;
|
||||
"(k|epsilon)" 1e-4;
|
||||
}
|
||||
}
|
||||
|
||||
relaxationFactors
|
||||
|
|
Reference in a new issue