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 phaseInterface &interface) | |
| Construct from a dictionary and an interface. More... | |
| virtual | ~Frossling () |
| Destructor. More... | |
| virtual tmp< volScalarField > | K () const |
| The implicit mass transfer coefficient. More... | |
Public Member Functions inherited from diffusiveMassTransferModel | |
| TypeName ("diffusiveMassTransferModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, diffusiveMassTransferModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface)) | |
| diffusiveMassTransferModel (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. More... | |
| virtual | ~diffusiveMassTransferModel () |
| Destructor. More... | |
Additional Inherited Members | |
Static Public Member Functions inherited from diffusiveMassTransferModel | |
| static autoPtr< diffusiveMassTransferModel > | New (const dictionary &dict, const phaseInterface &interface) |
Static Public Attributes inherited from diffusiveMassTransferModel | |
| static const dimensionSet | dimK |
| Coefficient dimensions. More... | |
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 phaseInterface & | interface | ||
| ) |
Construct from a dictionary and an interface.
Definition at line 48 of file Frossling.C.
|
virtual |
Destructor.
Definition at line 69 of file Frossling.C.
| TypeName | ( | "Frossling" | ) |
Runtime type information.
|
virtual |
The implicit mass transfer coefficient.
Implements diffusiveMassTransferModel.
Definition at line 76 of file Frossling.C.
References Foam::cbrt(), Foam::sqr(), and Foam::sqrt().
