Frossling correlation for turbulent mass transfer from the surface of a sphere to the surrounding fluid. More...
#include <Frossling.H>


Public Member Functions | |
| TypeName ("Frossling") | |
| Runtime type information. | |
| Frossling (const dictionary &dict, const phasePair &pair) | |
| Construct from components. | |
| virtual | ~Frossling () |
| Destructor. | |
| virtual tmp< volScalarField > | K () const |
| The implicit mass transfer coefficient. | |
| Public Member Functions inherited from massTransferModel | |
| TypeName ("massTransferModel") | |
| Runtime type information. | |
| 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. | |
| virtual | ~massTransferModel ()=default |
| Destructor. | |
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. | |
| Protected Attributes inherited from massTransferModel | |
| const phasePair & | pair_ |
| Phase pair. | |
Frossling correlation for turbulent mass transfer from the surface of a sphere to the surrounding fluid.
Definition at line 52 of file Frossling.H.
| Frossling | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from components.
Definition at line 39 of file Frossling.C.
References dict, Foam::dimless, and massTransferModel::massTransferModel().

|
virtual |
Destructor.
Definition at line 52 of file Frossling.C.
| TypeName | ( | "Frossling" | ) |
Runtime type information.
References dict.
|
virtual |
The implicit mass transfer coefficient.
Implements massTransferModel.
Definition at line 59 of file Frossling.C.
References Foam::cbrt(), massTransferModel::pair_, Foam::sqr(), and Foam::sqrt().
