mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
added gas thermophysics
This commit is contained in:
@ -114,6 +114,7 @@ makeReactionThermo
|
||||
perfectGas
|
||||
);
|
||||
|
||||
|
||||
makeReactionThermo
|
||||
(
|
||||
hReactionThermo,
|
||||
@ -135,6 +136,14 @@ makeReactionMixtureThermo
|
||||
icoPoly8ThermoPhysics
|
||||
);
|
||||
|
||||
makeReactionMixtureThermo
|
||||
(
|
||||
hReactionThermo,
|
||||
hRhoMixtureThermo,
|
||||
multiComponentMixture,
|
||||
gasThermoPhysics
|
||||
);
|
||||
|
||||
|
||||
// Multi-component reaction thermo
|
||||
|
||||
@ -146,6 +155,14 @@ makeReactionMixtureThermo
|
||||
icoPoly8ThermoPhysics
|
||||
);
|
||||
|
||||
makeReactionMixtureThermo
|
||||
(
|
||||
hReactionThermo,
|
||||
hRhoMixtureThermo,
|
||||
reactingMixture,
|
||||
gasThermoPhysics
|
||||
);
|
||||
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
|
||||
Reference in New Issue
Block a user