reactingTwoPhaseEulerFoam, reactingMultiphaseEulerFoam boiling tutorials: Changed to solve for internal energy
This is more stable and convergent for incompressible fluids
This commit is contained in:
@ -23,11 +23,9 @@ thermoType
|
||||
thermo hRefConst;
|
||||
equationOfState rhoConst;//perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
energy sensibleInternalEnergy;
|
||||
}
|
||||
|
||||
dpdt no;
|
||||
|
||||
mixture
|
||||
{
|
||||
specie
|
||||
|
||||
@ -23,11 +23,9 @@ thermoType
|
||||
thermo hRefConst;
|
||||
equationOfState rhoConst;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
energy sensibleInternalEnergy;
|
||||
}
|
||||
|
||||
dpdt no;
|
||||
|
||||
mixture
|
||||
{
|
||||
specie
|
||||
|
||||
@ -98,6 +98,7 @@ relaxationFactors
|
||||
{
|
||||
".*" 1;
|
||||
"h.*" 0.5;
|
||||
"e.*" 0.5;
|
||||
"k.*" 0.5;
|
||||
"epsilon.*" 0.5;
|
||||
}
|
||||
|
||||
@ -23,11 +23,9 @@ thermoType
|
||||
thermo hRefConst;
|
||||
equationOfState rhoConst;//perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
energy sensibleInternalEnergy;
|
||||
}
|
||||
|
||||
dpdt no;
|
||||
|
||||
mixture
|
||||
{
|
||||
specie
|
||||
|
||||
@ -23,11 +23,9 @@ thermoType
|
||||
thermo hRefConst;
|
||||
equationOfState rhoConst;//perfectGas;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
energy sensibleInternalEnergy;
|
||||
}
|
||||
|
||||
dpdt no;
|
||||
|
||||
mixture
|
||||
{
|
||||
specie
|
||||
|
||||
@ -23,11 +23,9 @@ thermoType
|
||||
thermo hRefConst;
|
||||
equationOfState rhoConst;
|
||||
specie specie;
|
||||
energy sensibleEnthalpy;
|
||||
energy sensibleInternalEnergy;
|
||||
}
|
||||
|
||||
dpdt no;
|
||||
|
||||
mixture
|
||||
{
|
||||
specie
|
||||
|
||||
@ -98,6 +98,7 @@ relaxationFactors
|
||||
{
|
||||
".*" 1;
|
||||
"h.*" 0.5;
|
||||
"e.*" 0.5;
|
||||
"k.*" 0.5;
|
||||
"epsilon.*" 0.5;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user