sphericalDiffusiveMassTransfer Class Reference

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

Inheritance diagram for sphericalDiffusiveMassTransfer:
Collaboration diagram for sphericalDiffusiveMassTransfer:

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< volScalarFieldK () 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< diffusiveMassTransferModelNew (const dictionary &dict, const phaseInterface &interface)
 
- Static Public Attributes inherited from diffusiveMassTransferModel
static const dimensionSet dimK
 Coefficient dimensions. More...
 
static const bool correctFixedFluxBCs = false
 Does this model require correcting on fixed flux boundaries? More...
 

Detailed Description

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

Source files

Definition at line 51 of file sphericalDiffusiveMassTransfer.H.

Constructor & Destructor Documentation

◆ sphericalDiffusiveMassTransfer()

sphericalDiffusiveMassTransfer ( const dictionary dict,
const phaseInterface interface 
)

Construct from a dictionary and an interface.

Definition at line 48 of file sphericalDiffusiveMassTransfer.C.

◆ ~sphericalDiffusiveMassTransfer()

Destructor.

Definition at line 69 of file sphericalDiffusiveMassTransfer.C.

Member Function Documentation

◆ TypeName()

TypeName ( "spherical"  )

Runtime type information.

◆ K()

Foam::tmp< Foam::volScalarField > K ( ) const
virtual

The implicit mass transfer coefficient.

Implements diffusiveMassTransferModel.

Definition at line 77 of file sphericalDiffusiveMassTransfer.C.

References Foam::sqr().

Here is the call graph for this function:

The documentation for this class was generated from the following files: