30 template<
class ThermoType>
39 mixture_(thermoDict.
subDict(
"mixture"))
45 template<
class ThermoType>
52 template<
class ThermoType>
58 mixture_ = ThermoType(thermoDict.
subDict(
"mixture"));
void read(const dictionary &)
Read dictionary.
A list of keyword definitions, which are a keyword followed by any number of values (e...
Specialisation of basicMixture for a mixture consisting of a number for molecular species...
virtual ~singleComponentMixture()
Destructor.
const dictionary & subDict(const word &) const
Find and return a sub-dictionary.
A class for handling words, derived from string.
List< word > wordList
A List of words.
Mesh data needed to do the Finite Volume discretisation.
singleComponentMixture(const dictionary &, const fvMesh &, const word &)
Construct from dictionary, mesh and phase name.