Go to the documentation of this file.
32 template<
class CloudType>
35 if (this->phaseProps().size() == 0)
40 else if (this->phaseProps().size() > 1)
46 switch (this->phaseProps()[0].phase())
48 case phaseProperties::GAS:
53 case phaseProperties::LIQUID:
58 case phaseProperties::SOLID:
74 template<
class CloudType>
90 template<
class CloudType>
98 idLiquid_(cm.idLiquid_),
105 template<
class CloudType>
112 template<
class CloudType>
116 return this->phaseProps()[0].Y();
120 template<
class CloudType>
127 template<
class CloudType>
134 template<
class CloudType>
virtual ~SinglePhaseMixture()
SinglePhaseMixture(const dictionary &dict, CloudType &owner)
Templated parcel single phase, multi-component class.
Generic templated field type.
virtual label idGas() const
Templated base class for dsmc cloud.
virtual label idLiquid() const
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
errorManip< error > abort(error &err)
errorManipArg< error, int > exit(error &err, const int errNo=1)
virtual const scalarField & YMixture0() const
virtual label idSolid() const
#define FatalErrorInFunction