tutorials: Simplify rhoMax and rhoMin specification

This commit is contained in:
Henry
2015-02-17 10:55:02 +00:00
parent b0bd25ad32
commit c328c54680
14 changed files with 28 additions and 28 deletions

View File

@ -55,8 +55,8 @@ PIMPLE
nOuterCorrectors 1;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5;
rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0;
rhoMin 0.5;
rhoMax 2.0;
maxCo 0.2;
rDeltaTSmoothingCoeff 0.1;

View File

@ -67,8 +67,8 @@ PIMPLE
nOuterCorrectors 3;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5;
rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0;
rhoMin 0.5;
rhoMax 2.0;
}
relaxationFactors

View File

@ -52,8 +52,8 @@ PIMPLE
nOuterCorrectors 3;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5;
rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0;
rhoMin 0.5;
rhoMax 2.0;
}
relaxationFactors

View File

@ -56,8 +56,8 @@ PIMPLE
nOuterCorrectors 50;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5;
rhoMax rhoMax [ 1 -3 0 0 0 ] 1.5;
rhoMin 0.5;
rhoMax 1.5;
residualControl
{

View File

@ -59,8 +59,8 @@ PIMPLE
nOuterCorrectors 1;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5;
rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0;
rhoMin 0.5;
rhoMax 2.0;
}

View File

@ -94,8 +94,8 @@ PIMPLE
nCorrectors 2;
nNonOrthogonalCorrectors 0;
momentumPredictor yes;
rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5;
rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0;
rhoMin 0.5;
rhoMax 2.0;
pRefCell 0;
pRefValue 1e5;
}

View File

@ -56,8 +56,8 @@ PIMPLE
nOuterCorrectors 50;
nCorrectors 1;
nNonOrthogonalCorrectors 0;
rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5;
rhoMax rhoMax [ 1 -3 0 0 0 ] 2.0;
rhoMin 0.5;
rhoMax 2.0;
residualControl
{

View File

@ -57,8 +57,8 @@ solvers
SIMPLE
{
nNonOrthogonalCorrectors 0;
rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5;
rhoMax rhoMax [ 1 -3 0 0 0 ] 1.5;
rhoMin 0.5;
rhoMax 1.5;
residualControl
{

View File

@ -57,8 +57,8 @@ solvers
SIMPLE
{
nNonOrthogonalCorrectors 0;
rhoMin rhoMin [ 1 -3 0 0 0 ] 0.5;
rhoMax rhoMax [ 1 -3 0 0 0 ] 1.5;
rhoMin 0.5;
rhoMax 1.5;
residualControl
{

View File

@ -51,8 +51,8 @@ solvers
SIMPLE
{
nNonOrthogonalCorrectors 0;
rhoMin rhoMin [1 -3 0 0 0] 0.1;
rhoMax rhoMax [1 -3 0 0 0] 1.0;
rhoMin 0.1;
rhoMax 1.0;
transonic yes;
residualControl

View File

@ -45,8 +45,8 @@ solvers
SIMPLE
{
nNonOrthogonalCorrectors 0;
rhoMax rhoMax [ 1 -3 0 0 0 ] 2;
rhoMin rhoMin [ 1 -3 0 0 0 ] 1;
rhoMax 2;
rhoMin 1;
}

View File

@ -44,8 +44,8 @@ solvers
SIMPLE
{
nNonOrthogonalCorrectors 0;
rhoMax rhoMax [ 1 -3 0 0 0 ] 1100;
rhoMin rhoMin [ 1 -3 0 0 0 ] 900;
rhoMax 1100;
rhoMin 900;
}
relaxationFactors

View File

@ -60,8 +60,8 @@ SIMPLE
nNonOrthogonalCorrectors 0;
pRefCell 0;
pRefValue 100000;
rhoMin rhoMin [1 -3 0 0 0] 0.2;
rhoMax rhoMax [1 -3 0 0 0] 2;
rhoMin 0.2;
rhoMax 2;
}
relaxationFactors

View File

@ -61,8 +61,8 @@ SIMPLE
{
nCorrectors 2;
nNonOrthogonalCorrectors 0;
rhoMin rhoMin [1 -3 0 0 0] 0.1;
rhoMax rhoMax [1 -3 0 0 0] 1.5;
rhoMin 0.1;
rhoMax 1.5;
}
relaxationFactors