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

added gas thermophysics

parent 4bf4e007
Branches
Tags
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% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment