coolingSphere: removed redundant entries in fvSolution

This commit is contained in:
Chris Greenshields
2018-05-31 13:55:09 +01:00
parent 9841f9aafb
commit 2b07f4377a
2 changed files with 2 additions and 10 deletions

View File

@ -57,22 +57,14 @@ solvers
} }
} }
"(PIMPLE|PISO)" PIMPLE
{ {
nOuterCorrectors 1;
nCorrectors 2; nCorrectors 2;
nNonOrthogonalCorrectors 1; nNonOrthogonalCorrectors 1;
pRefCell 0; pRefCell 0;
pRefValue 0; pRefValue 0;
} }
SIMPLE
{
nNonOrthogonalCorrectors 0;
rhoMax 2;
rhoMin 1;
}
relaxationFactors relaxationFactors
{ {
equations equations

View File

@ -31,7 +31,7 @@ solvers
} }
} }
"(SIMPLE|PIMPLE|PISO)" PIMPLE
{ {
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
} }