mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
hRhoThermo: Added 7th-order polynomial incompressible thermo
This commit is contained in:
@ -113,6 +113,12 @@ makeBasicPolyMixture
|
||||
3
|
||||
);
|
||||
|
||||
makeBasicPolyMixture
|
||||
(
|
||||
pureMixture,
|
||||
8
|
||||
);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
} // End namespace Foam
|
||||
|
||||
@ -92,6 +92,13 @@ makeBasicRhoPolyThermo
|
||||
3
|
||||
);
|
||||
|
||||
makeBasicRhoPolyThermo
|
||||
(
|
||||
hRhoThermo,
|
||||
pureMixture,
|
||||
8
|
||||
);
|
||||
|
||||
// * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * //
|
||||
|
||||
} // End namespace Foam
|
||||
|
||||
Reference in New Issue
Block a user