added gas thermophysics

This commit is contained in:
andy
2009-07-06 15:25:01 +01:00
parent 4bf4e00716
commit cd0a0a696c

View File

@ -114,6 +114,7 @@ makeReactionThermo
perfectGas perfectGas
); );
makeReactionThermo makeReactionThermo
( (
hReactionThermo, hReactionThermo,
@ -135,6 +136,14 @@ makeReactionMixtureThermo
icoPoly8ThermoPhysics icoPoly8ThermoPhysics
); );
makeReactionMixtureThermo
(
hReactionThermo,
hRhoMixtureThermo,
multiComponentMixture,
gasThermoPhysics
);
// Multi-component reaction thermo // Multi-component reaction thermo
@ -146,6 +155,14 @@ makeReactionMixtureThermo
icoPoly8ThermoPhysics icoPoly8ThermoPhysics
); );
makeReactionMixtureThermo
(
hReactionThermo,
hRhoMixtureThermo,
reactingMixture,
gasThermoPhysics
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //