rhoReactionThermo: Added instantiations

This commit is contained in:
Will Bainbridge
2020-03-04 17:37:42 +00:00
parent b5363ca324
commit 8dadb0a11f

View File

@ -2,7 +2,7 @@
========= |
\\ / F ield | OpenFOAM: The Open Source CFD Toolbox
\\ / O peration | Website: https://openfoam.org
\\ / A nd | Copyright (C) 2012-2019 OpenFOAM Foundation
\\ / A nd | Copyright (C) 2012-2020 OpenFOAM Foundation
\\/ M anipulation |
-------------------------------------------------------------------------------
License
@ -292,6 +292,18 @@ makeThermoPhysicsReactionThermos
constEThermoPhysics
);
makeReactionThermo
(
rhoReactionThermo,
heRhoThermo,
multiComponentMixture,
constTransport,
sensibleInternalEnergy,
janafThermo,
rhoConst,
specie
);
// Single-component thermo for internal energy
@ -471,6 +483,18 @@ makeThermoPhysicsReactionThermos
constHThermoPhysics
);
makeReactionThermo
(
rhoReactionThermo,
heRhoThermo,
multiComponentMixture,
constTransport,
sensibleEnthalpy,
janafThermo,
rhoConst,
specie
);
// Single-component thermo for sensible enthalpy
@ -562,6 +586,18 @@ makeReactionThermo
specie
);
makeReactionThermo
(
rhoReactionThermo,
heRhoThermo,
singleComponentMixture,
WLFTransport,
sensibleEnthalpy,
eConstThermo,
rhoConst,
specie
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam