30 template<
class CloudType>
33 if (this->phaseProps().size() == 0)
37 "void Foam::SinglePhaseMixture<CloudType>::constructIds()"
40 else if (this->phaseProps().size() > 1)
44 "void Foam::SinglePhaseMixture<CloudType>::constructIds()"
48 switch (this->phaseProps()[0].phase())
50 case phaseProperties::GAS:
55 case phaseProperties::LIQUID:
60 case phaseProperties::SOLID:
69 "void Foam::SinglePhaseMixture<CloudType>::constructIds()"
78 template<
class CloudType>
96 template<
class CloudType>
103 template<
class CloudType>
109 "const Foam::scalarField& "
110 "Foam::SinglePhaseMixture<CloudType>::YGas0() const"
112 return this->phaseProps()[0].Y();
116 template<
class CloudType>
122 "const Foam::scalarField& "
123 "Foam::SinglePhaseMixture<CloudType>::YLiquid0() const"
125 return this->phaseProps()[0].Y();
129 template<
class CloudType>
135 "const Foam::scalarField& "
136 "Foam::SinglePhaseMixture<CloudType>::YSolid0() const"
138 return this->phaseProps()[0].Y();
142 template<
class CloudType>
146 return this->phaseProps()[0].Y();
150 template<
class CloudType>
157 template<
class CloudType>
164 template<
class CloudType>