30 template<
class ThermoType>
36 mixture_(
"mixture",
dict.subDict(
"mixture"))
42 template<
class ThermoType>
49 template<
class ThermoType>
55 mixture_ = ThermoType(
"mixture",
dict.
subDict(
"mixture"));
A list of keyword definitions, which are a keyword followed by any number of values (e....
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
void read(const dictionary &)
Read dictionary.
singleComponentMixture(const dictionary &)
Construct from a dictionary.
virtual ~singleComponentMixture()
Destructor.