

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... | |
Public Member Functions inherited from blendingMethod | |
| 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 Public Member Functions inherited from blendingMethod | |
| 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.