31 template<
class EquationOfState>
39 c0_(
dict.subDict(
"thermodynamics").lookup<scalar>(
"C0")),
40 n0_(
dict.subDict(
"thermodynamics").lookup<scalar>(
"n0")),
41 Tref_(
dict.subDict(
"thermodynamics").lookup<scalar>(
"Tref")),
45 .subDict(
"thermodynamics")
46 .lookupBackwardsCompatible<scalar>({
"hf",
"Hf"})
53 template<
class EquationOfState>
57 const ePowerThermo<EquationOfState>& et
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,...
virtual Ostream & write(const char)=0
Write character.
A list of keyword definitions, which are a keyword followed by any number of values (e....
ePowerThermo(const EquationOfState &st, const scalar c0, const scalar n0, const scalar Tref, const scalar hf)
Construct from components.
A class for handling words, derived from string.
word name(const bool)
Return a word representation of a bool.