Go to the documentation of this file.
37 #ifndef blendingMethod_H
38 #define blendingMethod_H
42 #include "phaseModel.H"
68 const dictionary&
dict,
80 const dictionary&
dict
86 static autoPtr<blendingMethod>
New
88 const dictionary&
dict,
100 virtual tmp<volScalarField>
f1
107 virtual tmp<volScalarField>
f2
blendingMethod(const dictionary &dict)
virtual tmp< volScalarField > f2(const phaseModel &phase1, const phaseModel &phase2) const =0
List< word > wordList
A List of words.
virtual ~blendingMethod()=default
TypeName("blendingMethod")
virtual tmp< volScalarField > f1(const phaseModel &phase1, const phaseModel &phase2) const =0
declareRunTimeSelectionTable(autoPtr, blendingMethod, dictionary,(const dictionary &dict, const wordList &phaseNames),(dict, phaseNames))
Macros to ease declaration of run-time selection tables.
static autoPtr< blendingMethod > New(const word &modelName, const dictionary &dict, const wordList &phaseNames)