MRG: Integrated Foundation code to commit 19e602b

This commit is contained in:
Andrew Heather
2017-03-28 11:30:10 +01:00
227 changed files with 2746 additions and 2715 deletions

View File

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

View File

@ -23,7 +23,7 @@ thermoType
thermo hConst;
equationOfState perfectGas;
specie specie;
energy sensibleEnthalpy;
energy sensibleInternalEnergy;
}
mixture

View File

@ -30,8 +30,9 @@ divSchemes
default none;
div(phi,U) Gauss upwind;
div(phid,p) Gauss upwind;
div(phiv,p) Gauss linear;
div(phi,K) Gauss linear;
div(phi,h) Gauss upwind;
div(phi,e) Gauss upwind;
div(phi,k) Gauss upwind;
div(phi,epsilon) Gauss upwind;
div(phi,R) Gauss upwind;

View File

@ -28,11 +28,10 @@ solvers
pFinal
{
$p;
tolerance 1e-07;
relTol 0;
}
"(rho|U|h|k|epsilon|omega)"
"(rho|U|e|k|epsilon|omega)"
{
solver smoothSolver;
smoother symGaussSeidel;
@ -40,10 +39,9 @@ solvers
relTol 0.1;
}
"(rho|U|h|k|epsilon|omega)Final"
"(rho|U|e|k|epsilon|omega)Final"
{
$U;
tolerance 1e-06;
relTol 0;
}
}
@ -57,8 +55,8 @@ PIMPLE
nNonOrthogonalCorrectors 0;
consistent yes;
rhoMin 0.4;
rhoMax 2.0;
pMaxFactor 1.5;
pMinFactor 0.9;
residualControl
{
@ -76,13 +74,13 @@ relaxationFactors
{
fields
{
"p.*" 0.9;
"p.*" 1;
"rho.*" 1;
}
equations
{
"U.*" 0.9;
"h.*" 0.7;
"e.*" 0.7;
"(k|epsilon|omega).*" 0.8;
}
}

View File

@ -56,8 +56,8 @@ PIMPLE
nCorrectors 1;
nNonOrthogonalCorrectors 0;
rhoMin 0.5;
rhoMax 2.0;
pMaxFactor 1.5;
pMinFactor 0.9;
maxCo 0.2;
rDeltaTSmoothingCoeff 0.1;

View File

@ -59,8 +59,9 @@ PIMPLE
nOuterCorrectors 1;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
rhoMin 0.5;
rhoMax 2.0;
pMax 1.2e5;
pMin 0.8e5;
}

View File

@ -84,14 +84,13 @@ solvers
PIMPLE
{
nOuterCorrectors 1;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
momentumPredictor yes;
rhoMin 0.5;
rhoMax 2.0;
pRefCell 0;
pRefValue 1e5;
nOuterCorrectors 1;
nCorrectors 2;
nNonOrthogonalCorrectors 0;
momentumPredictor yes;
pMax 1.2e5;
pMin 0.8e5;
}
relaxationFactors

View File

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