30 template<
class CloudType>
46 template<
class CloudType>
51 forAll(enthalpyTransferTypeNames, i)
53 if (etName == enthalpyTransferTypeNames[i])
61 "PhaseChangeModel<CloudType>::enthalpyTransferType"
62 "PhaseChangeModel<CloudType>::wordToEnthalpyTransfer(const word&) const"
63 ) <<
"Unknown enthalpyType " << etName <<
". Valid selections are:" <<
nl
72 template<
class CloudType>
78 dict_(dictionary::null),
80 coeffDict_(dictionary::null),
81 enthalpyTransfer_(etLatentHeat)
85 template<
class CloudType>
95 coeffDict_(dict.
subDict(type +
"Coeffs")),
98 wordToEnthalpyTransfer(coeffDict_.lookup(
"enthalpyTransfer"))
105 template<
class CloudType>
111 template<
class CloudType>
118 template<
class CloudType>
125 template<
class CloudType>
132 template<
class CloudType>
136 return enthalpyTransfer_;