Frossling correlation for turbulent mass transfer from the surface of a sphere to the surrounding fluid. More...
Public Member Functions | |
TypeName ("Frossling") | |
Runtime type information. More... | |
Frossling (const dictionary &dict, const phasePair &pair) | |
Construct from components. More... | |
virtual | ~Frossling () |
Destructor. More... | |
virtual tmp< volScalarField > | K () const |
The implicit mass transfer coefficient. More... | |
Public Member Functions inherited from massTransferModel | |
TypeName ("massTransferModel") | |
Runtime type information. More... | |
declareRunTimeSelectionTable (autoPtr, massTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair)) | |
massTransferModel (const dictionary &dict, const phasePair &pair) | |
Construct from a dictionary and a phase pair. More... | |
virtual | ~massTransferModel () |
Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from massTransferModel | |
static autoPtr< massTransferModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes inherited from massTransferModel | |
static const dimensionSet | dimK |
Coefficient dimensions. More... | |
Protected Attributes inherited from massTransferModel | |
const phasePair & | pair_ |
Phase pair. More... | |
Frossling correlation for turbulent mass transfer from the surface of a sphere to the surrounding fluid.
Definition at line 54 of file Frossling.H.
Frossling | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from components.
|
virtual |
Destructor.
TypeName | ( | "Frossling" | ) |
Runtime type information.
|
virtual |
The implicit mass transfer coefficient.
Implements massTransferModel.