sphericalMassTransfer 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 sphericalMassTransfer:
[legend]
Collaboration diagram for sphericalMassTransfer:
[legend]

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< volScalarFieldK () 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 ()=default
 Destructor. More...
 
virtual tmp< volScalarFieldK () const =0
 The implicit mass transfer coefficient. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from massTransferModel
static autoPtr< massTransferModelNew (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 phasePairpair_
 Phase pair. 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 56 of file sphericalMassTransfer.H.

Constructor & Destructor Documentation

◆ sphericalMassTransfer()

sphericalMassTransfer ( const dictionary dict,
const phasePair pair 
)

Construct from components.

Definition at line 51 of file sphericalMassTransfer.C.

References Foam::dimless.

◆ ~sphericalMassTransfer()

~sphericalMassTransfer ( )
virtual

Destructor.

Definition at line 64 of file sphericalMassTransfer.C.

Member Function Documentation

◆ TypeName()

TypeName ( "spherical"  )

Runtime type information.

◆ K()

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

The implicit mass transfer coefficient.

Implements massTransferModel.

Definition at line 71 of file sphericalMassTransfer.C.

References Foam::sqr().

Here is the call graph for this function:

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