
Public Member Functions | |
| 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... | |
| virtual tmp< volScalarField > | f1 (const phaseModel &phase1, const phaseModel &phase2) const =0 |
| Factor for first phase. More... | |
| virtual tmp< volScalarField > | f2 (const phaseModel &phase1, const phaseModel &phase2) const =0 |
| Factor for second phase. More... | |
Static Public Member Functions | |
| static autoPtr< blendingMethod > | New (const word &modelName, const dictionary &dict, const wordList &phaseNames) |
| blendingMethod | ( | const dictionary & | dict | ) |
Construct from a dictionary.
|
virtual |
Destructor.
| TypeName | ( | "blendingMethod" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| blendingMethod | , | ||
| dictionary | , | ||
| (const dictionary &dict, const wordList &phaseNames) | , | ||
| (dict, phaseNames) | |||
| ) |
|
static |
|
pure virtual |
Factor for first phase.
Implemented in linear, hyperbolic, and noBlending.
|
pure virtual |
Factor for second phase.
Implemented in linear, hyperbolic, and noBlending.