37 #include "blendingMethod.H" 43 namespace blendingMethods
57 HashTable<dimensionedScalar, word, word::hash>
58 maxFullyDispersedAlpha_;
61 HashTable<dimensionedScalar, word, word::hash>
62 maxPartlyDispersedAlpha_;
76 const dictionary&
dict,
88 virtual tmp<volScalarField>
f1 95 virtual tmp<volScalarField>
f2
virtual tmp< volScalarField > f1(const phaseModel &phase1, const phaseModel &phase2) const
Factor for primary phase.
TypeName("linear")
Runtime type information.
List< word > wordList
A List of words.
virtual tmp< volScalarField > f2(const phaseModel &phase1, const phaseModel &phase2) const
Factor for secondary phase.
linear(const dictionary &dict, const wordList &phaseNames)
Construct from a dictionary and two phases.