INT: Org integration of VOF, Euler phase solvers and models.

Integration of VOF MULES new interfaces. Update of VOF solvers and all instances
of MULES in the code.
Integration of reactingTwoPhaseEuler and reactingMultiphaseEuler solvers and sub-models
Updating reactingEuler tutorials accordingly (most of them tested)

New eRefConst thermo used in tutorials. Some modifications at thermo specie level
affecting mostly eThermo. hThermo mostly unaffected

New chtMultiRegionTwoPhaseEulerFoam solver for quenching and tutorial.

Phases sub-models for reactingTwoPhaseEuler and reactingMultiphaseEuler were moved
to src/phaseSystemModels/reactingEulerFoam in order to be used by BC for
chtMultiRegionTwoPhaseEulerFoam.

Update of interCondensatingEvaporatingFoam solver.
This commit is contained in:
Sergio Ferraris
2019-06-07 09:38:35 +01:00
committed by Andrew Heather
parent 16c204b448
commit 5437b9b599
914 changed files with 68144 additions and 8338 deletions

View File

@ -20,7 +20,7 @@ thermoType
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
thermo eConst;
equationOfState perfectFluid;
specie specie;
energy sensibleInternalEnergy;
@ -39,7 +39,7 @@ mixture
}
thermodynamics
{
Cp 4195;
Cv 4195;
Hf 0;
}
transport

View File

@ -20,7 +20,7 @@ thermoType
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
thermo eConst;
equationOfState perfectFluid;
specie specie;
energy sensibleInternalEnergy;
@ -39,7 +39,7 @@ mixture
}
thermodynamics
{
Cp 4195;
Cv 4195;
Hf 0;
}
transport

View File

@ -92,6 +92,10 @@ lift
(
);
phaseTransfer
(
);
wallLubrication
(
);

View File

@ -20,7 +20,7 @@ thermoType
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
thermo eConst;
equationOfState perfectFluid;
specie specie;
energy sensibleInternalEnergy;
@ -39,7 +39,7 @@ mixture
}
thermodynamics
{
Cp 4195;
Cv 4195;
Hf 0;
}
transport

View File

@ -20,7 +20,7 @@ thermoType
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
thermo eConst;
equationOfState perfectFluid;
specie specie;
energy sensibleInternalEnergy;
@ -39,7 +39,7 @@ mixture
}
thermodynamics
{
Cp 4195;
Cv 4195;
Hf 0;
}
transport

View File

@ -20,7 +20,7 @@ thermoType
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
thermo eConst;
equationOfState perfectFluid;
specie specie;
energy sensibleInternalEnergy;
@ -39,7 +39,7 @@ mixture
}
thermodynamics
{
Cp 4195;
Cv 4195;
Hf 0;
}
transport

View File

@ -20,7 +20,7 @@ thermoType
type heRhoThermo;
mixture pureMixture;
transport const;
thermo hConst;
thermo eConst;
equationOfState perfectFluid;
specie specie;
energy sensibleInternalEnergy;
@ -39,7 +39,7 @@ mixture
}
thermodynamics
{
Cp 4195;
Cv 4195;
Hf 0;
}
transport