Go to the documentation of this file.
36 #ifndef blendingMethod_H
37 #define blendingMethod_H
41 #include "phaseModel.H"
67 const dictionary&
dict,
79 const dictionary&
dict
85 static autoPtr<blendingMethod>
New
87 const dictionary&
dict,
99 virtual tmp<volScalarField>
f1
106 virtual tmp<volScalarField>
f2
virtual ~blendingMethod()
Destructor.
blendingMethod(const dictionary &dict)
Construct from a dictionary.
virtual tmp< volScalarField > f2(const phaseModel &phase1, const phaseModel &phase2) const =0
Factor for second phase.
List< word > wordList
A List of words.
TypeName("blendingMethod")
Runtime type information.
virtual tmp< volScalarField > f1(const phaseModel &phase1, const phaseModel &phase2) const =0
Factor for first phase.
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)