Model which applies an analytical solution for mass transfer from the surface of a sphere to the fluid within the sphere. More...
#include <sphericalMassTransfer.H>


Public Member Functions | |
| TypeName ("spherical") | |
| Runtime type information. | |
| sphericalMassTransfer (const dictionary &dict, const phasePair &pair) | |
| Construct from components. | |
| virtual | ~sphericalMassTransfer () |
| 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. | |
Model which applies an analytical solution for mass transfer from the surface of a sphere to the fluid within the sphere.
Definition at line 52 of file sphericalMassTransfer.H.
| sphericalMassTransfer | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from components.
Definition at line 44 of file sphericalMassTransfer.C.
References dict, Foam::dimless, and massTransferModel::massTransferModel().

|
virtual |
Destructor.
Definition at line 57 of file sphericalMassTransfer.C.
| TypeName | ( | "spherical" | ) |
Runtime type information.
References dict.
|
virtual |
The implicit mass transfer coefficient.
Implements massTransferModel.
Definition at line 64 of file sphericalMassTransfer.C.
References massTransferModel::pair_, and Foam::sqr().
