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... | |
| sphericalDiffusiveMassTransfer (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. More... | |
| virtual | ~sphericalDiffusiveMassTransfer () |
| 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... | |
Model which applies an analytical solution for mass transfer from the surface of a sphere to the fluid within the sphere.
Definition at line 51 of file sphericalDiffusiveMassTransfer.H.
| sphericalDiffusiveMassTransfer | ( | const dictionary & | dict, |
| const phaseInterface & | interface | ||
| ) |
Construct from a dictionary and an interface.
Definition at line 48 of file sphericalDiffusiveMassTransfer.C.
|
virtual |
Destructor.
Definition at line 69 of file sphericalDiffusiveMassTransfer.C.
| TypeName | ( | "spherical" | ) |
Runtime type information.
|
virtual |
The implicit mass transfer coefficient.
Implements diffusiveMassTransferModel.
Definition at line 77 of file sphericalDiffusiveMassTransfer.C.
References Foam::sqr().
