31 template<
class ThermoType>
40 mixture_(
"mixture", thermoDict.subDict(
"mixture"))
46 template<
class ThermoType>
49 mixture_ = ThermoType(
"mixture", thermoDict.
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.
Mesh data needed to do the Finite Volume discretisation.
void read(const dictionary &)
Read dictionary.
pureMixture(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phase name.
A class for handling words, derived from string.