Rationalised reactionThermo -> multicomponentThermo

Now that the reaction system, chemistry and combustion models are completely
separate from the multicomponent mixture thermophysical properties package that
supports them it is inconsistent that thermo is named reactionThermo and the
name multicomponentThermo better describes the purpose and functionality.
This commit is contained in:
Henry Weller
2022-07-29 14:38:05 +01:00
parent fbd6702697
commit 5196e09fe2
219 changed files with 1055 additions and 977 deletions

View File

@ -36,7 +36,7 @@ EXE_INC = \
-I$(LIB_SRC)/physicalProperties/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/specie/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/basic/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/reactionThermo/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/multicomponentThermo/lnInclude \
-I$(LIB_SRC)/thermophysicalModels/chemistryModel/lnInclude \
-I$(LIB_SRC)/ODE/lnInclude \
-I$(LIB_SRC)/finiteVolume/lnInclude \

View File

@ -9,7 +9,7 @@ FoamFile
{
format ascii;
class dictionary;
object fluidReactionThermo;
object fluidMulticomponentThermo;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -21,8 +21,8 @@ type
typeBase
(
hePsiThermo psiReactionThermo
heRhoThermo rhoReactionThermo
hePsiThermo psiMulticomponentThermo
heRhoThermo rhoMulticomponentThermo
);
energy

View File

@ -24,7 +24,7 @@ License
\*---------------------------------------------------------------------------*/
#include "forThermo.H"
#include "makeReactionThermo.H"
#include "makeMulticomponentThermo.H"
#include "${specie}.H"
@ -82,7 +82,7 @@ namespace Foam
${thermo}Thermo,
${equationOfState},
${specie},
makeReactionThermo,
makeMulticomponentThermo,
${typeBase},
${type},
${mixture}

View File

@ -9,7 +9,7 @@ FoamFile
{
format ascii;
class dictionary;
object psiuReactionThermo;
object psiuMulticomponentThermo;
}
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
@ -20,7 +20,7 @@ type
typeBase
(
heheuPsiThermo psiuReactionThermo
heheuPsiThermo psiuMulticomponentThermo
);
energy

View File

@ -24,7 +24,7 @@ License
\*---------------------------------------------------------------------------*/
#include "forThermo.H"
#include "makeReactionThermo.H"
#include "makeMulticomponentThermo.H"
#include "${specie}.H"
@ -82,7 +82,7 @@ namespace Foam
${thermo}Thermo,
${equationOfState},
${specie},
makePsiuReactionThermo,
makePsiuMulticomponentThermo,
${mixture}
);
}