Aspect ratio model of Tomiyama. More...
Public Member Functions | |
TypeName ("Tomiyama") | |
Runtime type information. More... | |
TomiyamaAspectRatio (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and an ordered phase pair. More... | |
virtual | ~TomiyamaAspectRatio () |
Destructor. More... | |
virtual tmp< volScalarField > | E () const |
Aspect ratio. More... | |
Public Member Functions inherited from VakhrushevEfremov | |
TypeName ("VakhrushevEfremov") | |
Runtime type information. More... | |
VakhrushevEfremov (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and an ordered phase pair. More... | |
virtual | ~VakhrushevEfremov () |
Destructor. More... | |
Public Member Functions inherited from aspectRatioModel | |
TypeName ("aspectRatioModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, aspectRatioModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
aspectRatioModel (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and an ordered phase pair. More... | |
virtual | ~aspectRatioModel () |
Destructor. More... | |
Public Member Functions inherited from wallDependentModel | |
wallDependentModel (const fvMesh &mesh) | |
Construct from a mesh. More... | |
wallDependentModel (const wallDependentModel &)=delete | |
Disallow default bitwise copy construction. More... | |
virtual | ~wallDependentModel () |
Destructor. More... | |
const volScalarField & | yWall () const |
Return the wall distance, creating and storing it if necessary. More... | |
const volVectorField & | nWall () const |
Return the wall normal, creating and storing it if necessary. More... | |
void | operator= (const wallDependentModel &)=delete |
Disallow default bitwise assignment. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from aspectRatioModel | |
static autoPtr< aspectRatioModel > | New (const dictionary &dict, const phasePair &pair) |
Protected Attributes inherited from aspectRatioModel | |
const phasePair & | pair_ |
Phase pair. More... | |
Aspect ratio model of Tomiyama.
Otromke, M. (2013). Implementation and Comparison of Correlations for interfacial Forces in a Gas-Liquid System within an Euler-Euler Framework. PhD Thesis.
Definition at line 59 of file TomiyamaAspectRatio.H.
TomiyamaAspectRatio | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from a dictionary and an ordered phase pair.
|
virtual |
Destructor.
TypeName | ( | "Tomiyama" | ) |
Runtime type information.
|
virtual |
Aspect ratio.
Reimplemented from VakhrushevEfremov.