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 keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
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 LagrangianState state)
Return a string representation of a Lagrangian state enumeration.