Skip to content
Snippets Groups Projects
Commit cd0a0a69 authored by Andrew Heather's avatar Andrew Heather
Browse files

added gas thermophysics

parent 4bf4e007
No related branches found
No related tags found
No related merge requests found
...@@ -114,6 +114,7 @@ makeReactionThermo ...@@ -114,6 +114,7 @@ makeReactionThermo
perfectGas perfectGas
); );
makeReactionThermo makeReactionThermo
( (
hReactionThermo, hReactionThermo,
...@@ -135,6 +136,14 @@ makeReactionMixtureThermo ...@@ -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 ...@@ -146,6 +155,14 @@ makeReactionMixtureThermo
icoPoly8ThermoPhysics icoPoly8ThermoPhysics
); );
makeReactionMixtureThermo
(
hReactionThermo,
hRhoMixtureThermo,
reactingMixture,
gasThermoPhysics
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * // // * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment