Skip to content
Snippets Groups Projects
Commit c11a8b9f authored by Henry's avatar Henry
Browse files

hRhoThermo: Added 7th-order polynomial incompressible thermo

parent 85cec549
No related merge requests found
......@@ -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
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment