Model which applies an analytical solution for mass transfer from the surface of a sphere to the fluid within the sphere. More...


Public Member Functions | |
| TypeName ("spherical") | |
| Runtime type information. More... | |
| sphericalMassTransfer (const dictionary &dict, const phasePair &pair) | |
| Construct from components. More... | |
| virtual | ~sphericalMassTransfer () |
| 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... | |
Model which applies an analytical solution for mass transfer from the surface of a sphere to the fluid within the sphere.
Definition at line 54 of file sphericalMassTransfer.H.
| sphericalMassTransfer | ( | const dictionary & | dict, |
| const phasePair & | pair | ||
| ) |
Construct from components.
|
virtual |
Destructor.
| TypeName | ( | "spherical" | ) |
Runtime type information.
|
virtual |
The implicit mass transfer coefficient.
Implements massTransferModel.
1.8.11