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 ()=default | |
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... | |
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 ()=default | |
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... | |
![]() | |
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 ()=default |
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... | |
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 ()=default |
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... | |
Additional Inherited Members | |
![]() | |
static autoPtr< blendingMethod > | New (const word &modelName, const dictionary &dict, const wordList &phaseNames) |
static autoPtr< blendingMethod > | New (const dictionary &dict, const wordList &phaseNames) |
hyperbolic | ( | const dictionary & | dict, |
const wordList & | phaseNames | ||
) |
Construct from a dictionary and a list of phase names.
Definition at line 50 of file hyperbolic.C.
References dict, Foam::dimless, and IOobject::groupName().
|
default |
Destructor.
hyperbolic | ( | const dictionary & | dict, |
const wordList & | phaseNames | ||
) |
Construct from a dictionary and a list of phase names.
|
default |
Destructor.
TypeName | ( | "hyperbolic" | ) |
Runtime type information.
|
virtual |
Factor for first phase.
Implements blendingMethod.
Definition at line 77 of file hyperbolic.C.
References phase2, and Foam::tanh().
|
virtual |
Factor for second phase.
Implements blendingMethod.
Definition at line 95 of file hyperbolic.C.
References phase1, and Foam::tanh().
TypeName | ( | "hyperbolic" | ) |
Runtime type information.
|
virtual |
Factor for first phase.
Implements blendingMethod.
|
virtual |
Factor for second phase.
Implements blendingMethod.