Skip to content
Snippets Groups Projects
Commit 77a69953 authored by Henry's avatar Henry
Browse files

tutorials: Simplify rhoMax and rhoMin specification

parent af3f566c
Branches
Tags
No related merge requests found
Showing
with 28 additions and 28 deletions
......@@ -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;
......
......@@ -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
......
......@@ -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
......
......@@ -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
{
......
......@@ -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;
}
......
......@@ -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;
}
......
......@@ -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
{
......
......@@ -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
{
......
......@@ -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
{
......
......@@ -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
......
......@@ -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;
}
......
......@@ -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
......
......@@ -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
......
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment