

Public Member Functions | |
| TypeName ("hyperbolic") | |
| Runtime type information. More... | |
| hyperbolic (const dictionary &dict, const wordList &phaseNames) | |
| Construct from a dictionary and a list of phase names. More... | |
| ~hyperbolic () | |
| Destructor. More... | |
| virtual tmp< volScalarField > | f1 (const phaseModel &phase1, const phaseModel &phase2) const |
| Factor for first phase. More... | |
| virtual tmp< volScalarField > | f2 (const phaseModel &phase1, const phaseModel &phase2) const |
| Factor for second 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) |
| hyperbolic | ( | const dictionary & | dict, |
| const wordList & | phaseNames | ||
| ) |
Construct from a dictionary and a list of phase names.
| ~hyperbolic | ( | ) |
Destructor.
| TypeName | ( | "hyperbolic" | ) |
Runtime type information.
|
virtual |
Factor for first phase.
Implements blendingMethod.
|
virtual |
Factor for second phase.
Implements blendingMethod.