Public Member Functions | Static Public Member Functions | Static Public Attributes | Protected Attributes | List of all members
massTransferModel Class Referenceabstract
Inheritance diagram for massTransferModel:
Inheritance graph
[legend]
Collaboration diagram for massTransferModel:
Collaboration graph
[legend]

Public Member Functions

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

Static Public Member Functions

static autoPtr< massTransferModelNew (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

Source files

Definition at line 51 of file massTransferModel.H.

Constructor & Destructor Documentation

massTransferModel ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and a phase pair.

virtual ~massTransferModel ( )
virtual

Destructor.

Member Function Documentation

TypeName ( "massTransferModel"  )

Runtime type information.

declareRunTimeSelectionTable ( autoPtr  ,
massTransferModel  ,
dictionary  ,
(const dictionary &dict, const phasePair &pair)  ,
(dict, pair)   
)
static autoPtr<massTransferModel> New ( const dictionary dict,
const phasePair pair 
)
static
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 sphericalMassTransfer.

Member Data Documentation

const phasePair& pair_
protected

Phase pair.

Definition at line 58 of file massTransferModel.H.

const dimensionSet dimK
static

Coefficient dimensions.

Definition at line 85 of file massTransferModel.H.


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