Go to the documentation of this file.
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
virtual ~blendingMethod()
Destructor.
static autoPtr< blendingMethod > New(const dictionary &dict, const wordList &phaseNames)
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.