diff --git a/src/thermophysicalModels/basic/rhoThermo/rhoThermos.C b/src/thermophysicalModels/basic/rhoThermo/rhoThermos.C index 915511a899c789f5eb7a1794a3b2f9257c99163e..a15bdbf62a7339f56fa0be19d0337c46ab83ff85 100644 --- a/src/thermophysicalModels/basic/rhoThermo/rhoThermos.C +++ b/src/thermophysicalModels/basic/rhoThermo/rhoThermos.C @@ -6,7 +6,7 @@ \\/ M anipulation | ------------------------------------------------------------------------------- Copyright (C) 2011-2017 OpenFOAM Foundation - Copyright (C) 2020 OpenCFD Ltd. + Copyright (C) 2020-2021 OpenCFD Ltd. ------------------------------------------------------------------------------- License This file is part of OpenFOAM. @@ -199,6 +199,18 @@ makeThermos specie ); +makeThermos +( + rhoThermo, + heRhoThermo, + pureMixture, + tabulatedTransport, + sensibleEnthalpy, + hPolynomialThermo, + icoPolynomial, + specie +); + makeThermos ( rhoThermo, @@ -563,6 +575,18 @@ makeThermos specie ); +makeThermos +( + rhoThermo, + heRhoThermo, + pureMixture, + tabulatedTransport, + sensibleInternalEnergy, + hPolynomialThermo, + icoPolynomial, + specie +); + makeThermos ( rhoThermo,