Aspect ratio model of Vakhrushev and Efremov. More...
Public Member Functions | |
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... | |
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 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... | |
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 Vakhrushev and Efremov.
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 phasePair & | pair | ||
) |
Construct from a dictionary and an ordered phase pair.
|
virtual |
Destructor.
TypeName | ( | "VakhrushevEfremov" | ) |
Runtime type information.
|
virtual |