34 #ifndef blendingMethod_H 35 #define blendingMethod_H 39 #include "phaseModel.H" 65 const dictionary&
dict,
77 const dictionary& dict
83 static autoPtr<blendingMethod>
New 85 const dictionary& dict,
97 virtual tmp<volScalarField>
f1 104 virtual tmp<volScalarField>
f2
declareRunTimeSelectionTable(autoPtr, blendingMethod, dictionary,(const dictionary &dict, const wordList &phaseNames),(dict, phaseNames))
static autoPtr< blendingMethod > New(const word &modelName, const dictionary &dict, const wordList &phaseNames)
virtual ~blendingMethod()
Destructor.
blendingMethod(const dictionary &dict)
Construct from a dictionary.
List< word > wordList
A List of words.
virtual tmp< volScalarField > f2(const phaseModel &phase1, const phaseModel &phase2) const =0
Factor for second phase.
TypeName("blendingMethod")
Runtime type information.
Macros to ease declaration of run-time selection tables.
virtual tmp< volScalarField > f1(const phaseModel &phase1, const phaseModel &phase2) const =0
Factor for first phase.