33template<
class EquationOfState>
34Foam::hPowerThermo<EquationOfState>::hPowerThermo
39 EquationOfState(
dict),
40 c0_(
dict.subDict(
"thermodynamics").get<scalar>(
"C0")),
41 n0_(
dict.subDict(
"thermodynamics").get<scalar>(
"n0")),
42 Tref_(
dict.subDict(
"thermodynamics").get<scalar>(
"Tref")),
43 Hf_(
dict.subDict(
"thermodynamics").get<scalar>(
"Hf"))
49template<
class EquationOfState>
Useful combination of include files which define Sin, Sout and Serr and the use of IO streams general...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Power-function based thermodynamics package templated on EquationOfState.
OBJstream os(runTime.globalPath()/outputName)