#include <hyperbolicBlendingMethod.H>


Public Member Functions | |
| TypeName ("hyperbolic") | |
| Runtime type information. | |
| hyperbolic (const dictionary &dict, const wordList &phaseNames) | |
| Construct from a dictionary and a list of phase names. | |
| ~hyperbolic ()=default | |
| Destructor. | |
| virtual tmp< volScalarField > | f1 (const phaseModel &phase1, const phaseModel &phase2) const |
| Factor for first phase. | |
| virtual tmp< volScalarField > | f2 (const phaseModel &phase1, const phaseModel &phase2) const |
| Factor for second phase. | |
| TypeName ("hyperbolic") | |
| Runtime type information. | |
| hyperbolic (const dictionary &dict, const wordList &phaseNames) | |
| Construct from a dictionary and a list of phase names. | |
| ~hyperbolic ()=default | |
| Destructor. | |
| virtual tmp< volScalarField > | f1 (const phaseModel &phase1, const phaseModel &phase2) const |
| Factor for first phase. | |
| virtual tmp< volScalarField > | f2 (const phaseModel &phase1, const phaseModel &phase2) const |
| Factor for second phase. | |
| Public Member Functions inherited from blendingMethod | |
| TypeName ("blendingMethod") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, blendingMethod, dictionary,(const dictionary &dict, const wordList &phaseNames),(dict, phaseNames)) | |
| blendingMethod (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~blendingMethod ()=default |
| Destructor. | |
| TypeName ("blendingMethod") | |
| Runtime type information. | |
| declareRunTimeSelectionTable (autoPtr, blendingMethod, dictionary,(const dictionary &dict, const wordList &phaseNames),(dict, phaseNames)) | |
| blendingMethod (const dictionary &dict) | |
| Construct from a dictionary. | |
| virtual | ~blendingMethod ()=default |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from blendingMethod | |
| static autoPtr< blendingMethod > | New (const word &modelName, const dictionary &dict, const wordList &phaseNames) |
| static autoPtr< blendingMethod > | New (const dictionary &dict, const wordList &phaseNames) |
Definition at line 47 of file hyperbolicBlendingMethod.H.
| hyperbolic | ( | const dictionary & | dict, |
| const wordList & | phaseNames ) |
Construct from a dictionary and a list of phase names.
Definition at line 43 of file hyperbolicBlendingMethod.C.
References blendingMethod::blendingMethod(), dict, Foam::dimless, and IOobject::groupName().

|
default |
| hyperbolic | ( | const dictionary & | dict, |
| const wordList & | phaseNames ) |
Construct from a dictionary and a list of phase names.
References dict.
|
default |
Destructor.
| TypeName | ( | "hyperbolic" | ) |
Runtime type information.
References dict.
|
virtual |
Factor for first phase.
Implements blendingMethod.
Definition at line 70 of file hyperbolicBlendingMethod.C.
References phase1, phase2, and Foam::tanh().

|
virtual |
Factor for second phase.
Implements blendingMethod.
Definition at line 88 of file hyperbolicBlendingMethod.C.
References phase1, phase2, and Foam::tanh().

| TypeName | ( | "hyperbolic" | ) |
Runtime type information.
|
virtual |
|
virtual |