massTransferModel Class Referenceabstract
Inheritance diagram for massTransferModel:
[legend]
Collaboration diagram for massTransferModel:
[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 ()=default
 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 55 of file massTransferModel.H.

Constructor & Destructor Documentation

◆ massTransferModel()

massTransferModel ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and a phase pair.

Definition at line 47 of file massTransferModel.C.

◆ ~massTransferModel()

virtual ~massTransferModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "massTransferModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

◆ New()

Foam::autoPtr< Foam::massTransferModel > New ( const dictionary dict,
const phasePair pair 
)
static

Definition at line 60 of file massTransferModel.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, dictionary::get(), and Foam::Info.

Here is the call graph for this function:

◆ 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 sphericalMassTransfer.

Member Data Documentation

◆ pair_

const phasePair& pair_
protected

Phase pair.

Definition at line 62 of file massTransferModel.H.

◆ dimK

const Foam::dimensionSet dimK
static

Coefficient dimensions.

Definition at line 89 of file massTransferModel.H.


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