tutorials/multiphase/multiphaseEulerFoam/laminar/mixerVesselAMI2D: Changed to enthalpy

Solving for enthalpy provides better convergence and stability than internal
energy.  Also correctPhi is now off pending the addition of compressibility
effects to the pcorr equation.
This commit is contained in:
Henry Weller
2021-06-22 22:04:05 +01:00
parent e566172eda
commit 4af28562c5
5 changed files with 8 additions and 11 deletions

View File

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

View File

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

View File

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

View File

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

View File

@ -63,7 +63,7 @@ solvers
minIter 1; minIter 1;
} }
"e.*" "(h|e).*"
{ {
solver smoothSolver; solver smoothSolver;
smoother symGaussSeidel; smoother symGaussSeidel;
@ -76,14 +76,11 @@ solvers
PIMPLE PIMPLE
{ {
nOuterCorrectors 1; nOuterCorrectors 1;
nCorrectors 3; nCorrectors 3;
nNonOrthogonalCorrectors 0; nNonOrthogonalCorrectors 0;
correctPhi yes; correctPhi no;
pRefCell 0;
pRefValue 0;
} }
relaxationFactors relaxationFactors