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:
@ -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 \
|
||||
|
||||
@ -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
|
||||
@ -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}
|
||||
@ -9,7 +9,7 @@ FoamFile
|
||||
{
|
||||
format ascii;
|
||||
class dictionary;
|
||||
object psiuReactionThermo;
|
||||
object psiuMulticomponentThermo;
|
||||
}
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
@ -20,7 +20,7 @@ type
|
||||
|
||||
typeBase
|
||||
(
|
||||
heheuPsiThermo psiuReactionThermo
|
||||
heheuPsiThermo psiuMulticomponentThermo
|
||||
);
|
||||
|
||||
energy
|
||||
@ -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}
|
||||
);
|
||||
}
|
||||
Reference in New Issue
Block a user