reactingTwoPhaseEulerFoam, reactingMultiphaseEulerFoam boiling tutorials: Changed to solve for internal energy

This is more stable and convergent for incompressible fluids
This commit is contained in:
Henry Weller
2018-10-17 18:54:11 +01:00
parent 625c6854fd
commit 66bb8b12d3
19 changed files with 19 additions and 39 deletions

View File

@ -23,11 +23,9 @@ thermoType
thermo hRefConst;
equationOfState rhoConst;//perfectGas;
specie specie;
energy sensibleEnthalpy;
energy sensibleInternalEnergy;
}
dpdt no;
mixture
{
specie

View File

@ -23,11 +23,9 @@ thermoType
thermo hRefConst;
equationOfState rhoConst;
specie specie;
energy sensibleEnthalpy;
energy sensibleInternalEnergy;
}
dpdt no;
mixture
{
specie

View File

@ -98,6 +98,7 @@ relaxationFactors
{
".*" 1;
"h.*" 0.5;
"e.*" 0.5;
"k.*" 0.5;
"epsilon.*" 0.5;
}

View File

@ -23,11 +23,9 @@ thermoType
thermo hRefConst;
equationOfState rhoConst;//perfectGas;
specie specie;
energy sensibleEnthalpy;
energy sensibleInternalEnergy;
}
dpdt no;
mixture
{
specie

View File

@ -23,11 +23,9 @@ thermoType
thermo hRefConst;
equationOfState rhoConst;//perfectGas;
specie specie;
energy sensibleEnthalpy;
energy sensibleInternalEnergy;
}
dpdt no;
mixture
{
specie

View File

@ -23,11 +23,9 @@ thermoType
thermo hRefConst;
equationOfState rhoConst;
specie specie;
energy sensibleEnthalpy;
energy sensibleInternalEnergy;
}
dpdt no;
mixture
{
specie

View File

@ -98,6 +98,7 @@ relaxationFactors
{
".*" 1;
"h.*" 0.5;
"e.*" 0.5;
"k.*" 0.5;
"epsilon.*" 0.5;
}