diffusiveMassTransferModel Class Referenceabstract
Inheritance diagram for diffusiveMassTransferModel:
Collaboration diagram for diffusiveMassTransferModel:

Public Member Functions

 TypeName ("diffusiveMassTransferModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, diffusiveMassTransferModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 
 diffusiveMassTransferModel (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair. More...
 
virtual ~diffusiveMassTransferModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldK () const =0
 The implicit mass transfer coefficient. More...
 

Static Public Member Functions

static autoPtr< diffusiveMassTransferModelNew (const dictionary &dict, const phasePair &pair)
 

Static Public Attributes

static const dimensionSet dimK
 Coefficient dimensions. More...
 

Protected Attributes

const phasePairpair_
 Phase pair. More...
 

Detailed Description

Constructor & Destructor Documentation

◆ diffusiveMassTransferModel()

diffusiveMassTransferModel ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and a phase pair.

◆ ~diffusiveMassTransferModel()

virtual ~diffusiveMassTransferModel ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "diffusiveMassTransferModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
diffusiveMassTransferModel  ,
dictionary  ,
(const dictionary &dict, const phasePair &pair)  ,
(dict, pair)   
)

◆ New()

static autoPtr<diffusiveMassTransferModel> New ( const dictionary dict,
const phasePair pair 
)
static

◆ K()

virtual tmp<volScalarField> K ( ) const
pure virtual

The implicit mass transfer coefficient.

Note: this has had the species mass diffusivity factored out

Implemented in Frossling, and sphericalDiffusiveMassTransfer.

Member Data Documentation

◆ pair_

const phasePair& pair_
protected

Phase pair.

Definition at line 58 of file diffusiveMassTransferModel.H.

◆ dimK

const dimensionSet dimK
static

Coefficient dimensions.

Definition at line 85 of file diffusiveMassTransferModel.H.


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