36 const word& alpha1Name
43 "transportProperties",
52 word phaseChangeTwoPhaseMixtureTypeName
54 transportPropertiesDict.lookup(
"phaseChangeTwoPhaseMixture")
57 Info<<
"Selecting phaseChange model "
58 << phaseChangeTwoPhaseMixtureTypeName <<
endl;
60 componentsConstructorTable::iterator cstrIter =
61 componentsConstructorTablePtr_
62 ->find(phaseChangeTwoPhaseMixtureTypeName);
64 if (cstrIter == componentsConstructorTablePtr_->end())
68 "phaseChangeTwoPhaseMixture::New"
69 ) <<
"Unknown phaseChangeTwoPhaseMixture type "
70 << phaseChangeTwoPhaseMixtureTypeName << endl << endl
71 <<
"Valid phaseChangeTwoPhaseMixtures are : " << endl
72 << componentsConstructorTablePtr_->sortedToc()
76 return autoPtr<phaseChangeTwoPhaseMixture>(cstrIter()(
U,
phi, alpha1Name));