Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
Development
OpenFOAM-plus
Commits
c328c546
Commit
c328c546
authored
Feb 17, 2015
by
Henry
Browse files
tutorials: Simplify rhoMax and rhoMin specification
parent
b0bd25ad
Changes
14
Hide whitespace changes
Inline
Side-by-side
tutorials/compressible/rhoLTSPimpleFoam/angledDuct/system/fvSolution
View file @
c328c546
...
...
@@ -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;
...
...
tutorials/compressible/rhoPimpleDyMFoam/annularThermalMixer/system/fvSolution
View file @
c328c546
...
...
@@ -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
...
...
tutorials/compressible/rhoPimpleFoam/les/pitzDaily/system/fvSolution
View file @
c328c546
...
...
@@ -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
...
...
tutorials/compressible/rhoPimpleFoam/ras/angledDuct/system/fvSolution
View file @
c328c546
...
...
@@ -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
{
...
...
tutorials/compressible/rhoPimpleFoam/ras/cavity/system/fvSolution
View file @
c328c546
...
...
@@ -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;
}
...
...
tutorials/compressible/rhoPimpleFoam/ras/mixerVessel2D/system/fvSolution
View file @
c328c546
...
...
@@ -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;
}
...
...
tutorials/compressible/rhoPimplecFoam/angledDuct/system/fvSolution
View file @
c328c546
...
...
@@ -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
{
...
...
tutorials/compressible/rhoPorousSimpleFoam/angledDuctExplicit/system/fvSolution
View file @
c328c546
...
...
@@ -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
{
...
...
tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/fvSolution
View file @
c328c546
...
...
@@ -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
{
...
...
tutorials/compressible/rhoSimplecFoam/squareBend/system/fvSolution
View file @
c328c546
...
...
@@ -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
...
...
tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/system/air/fvSolution
View file @
c328c546
...
...
@@ -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;
}
...
...
tutorials/heatTransfer/chtMultiRegionSimpleFoam/heatExchanger/system/porous/fvSolution
View file @
c328c546
...
...
@@ -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
...
...
tutorials/heatTransfer/chtMultiRegionSimpleFoam/multiRegionHeaterRadiation/system/bottomAir/fvSolution
View file @
c328c546
...
...
@@ -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
...
...
tutorials/lagrangian/simpleReactingParcelFoam/verticalChannel/system/fvSolution
View file @
c328c546
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment