Public Member Functions | |
TypeName ("none") | |
Runtime type information. More... | |
noBlending (const dictionary &dict, const wordList &phaseNames) | |
Construct from a dictionary and two phases. More... | |
~noBlending () | |
Destructor. More... | |
virtual tmp< volScalarField > | f1 (const phaseModel &phase1, const phaseModel &phase2) const |
Factor for primary phase. More... | |
virtual tmp< volScalarField > | f2 (const phaseModel &phase1, const phaseModel &phase2) const |
Factor for secondary phase. More... | |
![]() | |
TypeName ("blendingMethod") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, blendingMethod, dictionary,(const dictionary &dict, const wordList &phaseNames),(dict, phaseNames)) | |
blendingMethod (const dictionary &dict) | |
Construct from a dictionary. More... | |
virtual | ~blendingMethod () |
Destructor. More... | |
Additional Inherited Members | |
![]() | |
static autoPtr< blendingMethod > | New (const word &modelName, const dictionary &dict, const wordList &phaseNames) |
noBlending | ( | const dictionary & | dict, |
const wordList & | phaseNames | ||
) |
Construct from a dictionary and two phases.
~noBlending | ( | ) |
Destructor.
TypeName | ( | "none" | ) |
Runtime type information.
|
virtual |
Factor for primary phase.
Implements blendingMethod.
|
virtual |
Factor for secondary phase.
Implements blendingMethod.