34template<
class BasePhaseModel,
class phaseThermo>
41 BasePhaseModel(
fluid, phaseName)
58template<
class BasePhaseModel,
class phaseThermo>
69template<
class BasePhaseModel,
class phaseThermo>
77template<
class BasePhaseModel,
class phaseThermo>
85template<
class BasePhaseModel,
class phaseThermo>
93template<
class BasePhaseModel,
class phaseThermo>
A list of pointers to objects of type <T>, with allocation/deallocation management of the pointers....
PurePhaseModel(const multiphaseInterSystem &fluid, const word &phaseName)
virtual void solveYi(PtrList< volScalarField::Internal > &, PtrList< volScalarField::Internal > &)
Solve species fraction equation.
autoPtr< phaseThermo > thermoPtr_
Empty thermophysical model Ptr.
virtual const phaseThermo & thermo() const
Access to const thermo.
PtrList< volScalarField > Y_
Empty mass fraction field list.
virtual const PtrList< volScalarField > & Y() const
Return the species mass fractions.
static word phasePropertyName(const word &name, const word &phaseName)
The phase property name as property.phase.
static const word dictName
The dictionary name ("thermophysicalProperties").
A class for handling words, derived from Foam::string.
#define NotImplemented
Issue a FatalErrorIn for a function not currently implemented.