30 #include "phaseModel.H"
31 #include "phasePair.H"
46 const dictionary&
dict,
51 speciesNames_(
dict.lookup(
"species"))
60 const dictionary&
dict,
68 + pair.phase1().thermo().type()
70 + pair.phase2().thermo().type()
74 Info<<
"Selecting interfaceCompositionModel for "
75 << pair <<
": " << modelType <<
endl;
77 auto* ctorPtr = dictionaryConstructorTable(modelType);
84 "interfaceCompositionModel",
86 *dictionaryConstructorTablePtr_
90 return ctorPtr(
dict, pair);
98 return this->speciesNames_.found(speciesName);