ENH: rhoThermos: enable new set of combinations

This commit is contained in:
Kutalmis Bercin 2021-10-18 13:54:44 +01:00 committed by Mark Olesen
parent 8e887d3395
commit e62a260bdd

View File

@ -684,6 +684,31 @@ makeThermos
specie
);
makeThermos
(
rhoThermo,
heRhoThermo,
pureMixture,
polynomialTransport,
sensibleEnthalpy,
hPolynomialThermo,
perfectGas,
specie
);
makeThermos
(
rhoThermo,
heRhoThermo,
pureMixture,
polynomialTransport,
sensibleEnthalpy,
hPolynomialThermo,
incompressiblePerfectGas,
specie
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam