Aspect ratio model of Vakhrushev and Efremov. More...
Public Member Functions | |
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... | |
virtual tmp< volScalarField > | E () const |
Aspect ratio. 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... | |
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 Vakhrushev and Efremov.
Reference:
Vakhrushev, I. A., & Efremov, G. I. (1970). Interpolation formula for computing the velocities of single gas bubbles in liquids. Chemistry and Technology of Fuels and Oils, 6(5), 376-379.
Definition at line 58 of file VakhrushevEfremov.H.
VakhrushevEfremov | ( | const dictionary & | dict, |
const phaseInterface & | interface | ||
) |
Construct from a dictionary and an interface.
Definition at line 48 of file VakhrushevEfremov.C.
|
virtual |
Destructor.
Definition at line 60 of file VakhrushevEfremov.C.
TypeName | ( | "VakhrushevEfremov" | ) |
Runtime type information.
|
virtual |
Aspect ratio.
Implements aspectRatioModel.
Reimplemented in TomiyamaAspectRatio.
Definition at line 67 of file VakhrushevEfremov.C.
References Foam::log10(), Foam::max(), Foam::neg(), Foam::pos0(), Foam::pow3(), and Foam::tanh().
Referenced by TomiyamaAspectRatio::E().