Aspect ratio model of Tomiyama. More...


Public Member Functions | |
| TypeName ("Tomiyama") | |
| Runtime type information. More... | |
| TomiyamaAspectRatio (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. 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 phaseInterface &interface) | |
| Construct from a dictionary and an interface. 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 phaseInterface &interface),(dict, interface)) | |
| aspectRatioModel (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. 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 phaseInterface &interface) |
Protected Attributes inherited from aspectRatioModel | |
| const dispersedPhaseInterface | interface_ |
| Interface. More... | |
Aspect ratio model of Tomiyama.
Reference:
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 phaseInterface & | interface | ||
| ) |
Construct from a dictionary and an interface.
Definition at line 48 of file TomiyamaAspectRatio.C.
|
virtual |
Destructor.
Definition at line 61 of file TomiyamaAspectRatio.C.
| TypeName | ( | "Tomiyama" | ) |
Runtime type information.
|
virtual |
Aspect ratio.
Reimplemented from VakhrushevEfremov.
Definition at line 68 of file TomiyamaAspectRatio.C.
References VakhrushevEfremov::E(), and Foam::max().
