reactionThermo: Instantiated more single component mixtures

This commit is contained in:
Will Bainbridge
2017-12-12 16:25:43 +00:00
parent 4df95ff418
commit 94d05421d3

View File

@ -35,6 +35,10 @@ License
#include "janafThermo.H"
#include "sensibleEnthalpy.H"
#include "thermo.H"
#include "rhoConst.H"
#include "perfectFluid.H"
#include "adiabaticPerfectFluid.H"
#include "Boussinesq.H"
#include "constTransport.H"
#include "sutherlandTransport.H"
@ -370,6 +374,72 @@ makeReactionMixtureThermo
icoPoly8EThermoPhysics
);
makeReactionThermo
(
rhoThermo,
rhoReactionThermo,
heRhoThermo,
singleComponentMixture,
constTransport,
sensibleInternalEnergy,
hConstThermo,
rhoConst,
specie
);
makeReactionThermo
(
rhoThermo,
rhoReactionThermo,
heRhoThermo,
singleComponentMixture,
constTransport,
sensibleInternalEnergy,
hConstThermo,
perfectFluid,
specie
);
makeReactionThermo
(
rhoThermo,
rhoReactionThermo,
heRhoThermo,
singleComponentMixture,
constTransport,
sensibleInternalEnergy,
hConstThermo,
adiabaticPerfectFluid,
specie
);
makeReactionThermo
(
rhoThermo,
rhoReactionThermo,
heRhoThermo,
singleComponentMixture,
constTransport,
sensibleInternalEnergy,
hConstThermo,
Boussinesq,
specie
);
makeReactionThermo
(
rhoThermo,
rhoReactionThermo,
heRhoThermo,
singleComponentMixture,
sutherlandTransport,
sensibleInternalEnergy,
janafThermo,
Boussinesq,
specie
);
// Multi-component thermo for sensible enthalpy
@ -526,6 +596,71 @@ makeReactionMixtureThermo
icoPoly8HThermoPhysics
);
makeReactionThermo
(
rhoThermo,
rhoReactionThermo,
heRhoThermo,
singleComponentMixture,
constTransport,
sensibleEnthalpy,
hConstThermo,
rhoConst,
specie
);
makeReactionThermo
(
rhoThermo,
rhoReactionThermo,
heRhoThermo,
singleComponentMixture,
constTransport,
sensibleEnthalpy,
hConstThermo,
perfectFluid,
specie
);
makeReactionThermo
(
rhoThermo,
rhoReactionThermo,
heRhoThermo,
singleComponentMixture,
constTransport,
sensibleEnthalpy,
hConstThermo,
adiabaticPerfectFluid,
specie
);
makeReactionThermo
(
rhoThermo,
rhoReactionThermo,
heRhoThermo,
singleComponentMixture,
constTransport,
sensibleEnthalpy,
hConstThermo,
Boussinesq,
specie
);
makeReactionThermo
(
rhoThermo,
rhoReactionThermo,
heRhoThermo,
singleComponentMixture,
sutherlandTransport,
sensibleEnthalpy,
janafThermo,
Boussinesq,
specie
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam