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 hPowerThermo<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 token &)
Write token.
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.
hPowerThermo(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.
const unitSet & lookup(const word &unitName)
Lookup and return the named unit from the table.
word name(const LagrangianState state)
Return a string representation of a Lagrangian state enumeration.