hRhoThermo: Added 7th-order polynomial incompressible thermo

This commit is contained in:
Henry
2011-04-13 11:44:36 +01:00
parent 85cec5496f
commit c11a8b9fbe
2 changed files with 13 additions and 0 deletions

View File

@ -113,6 +113,12 @@ makeBasicPolyMixture
3
);
makeBasicPolyMixture
(
pureMixture,
8
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam

View File

@ -92,6 +92,13 @@ makeBasicRhoPolyThermo
3
);
makeBasicRhoPolyThermo
(
hRhoThermo,
pureMixture,
8
);
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
} // End namespace Foam