phaseTransferModel Class Referenceabstract
Inheritance diagram for phaseTransferModel:
[legend]
Collaboration diagram for phaseTransferModel:
[legend]

Public Member Functions

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

Static Public Member Functions

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

Static Public Attributes

static const dimensionSet dimDmdt
 Mass transfer rate dimensions. More...
 

Protected Attributes

const phasePairpair_
 Phase pair. More...
 

Detailed Description

Source files

Definition at line 55 of file phaseTransferModel.H.

Constructor & Destructor Documentation

◆ phaseTransferModel()

phaseTransferModel ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and a phase pair.

Definition at line 48 of file phaseTransferModel.C.

◆ ~phaseTransferModel()

virtual ~phaseTransferModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "phaseTransferModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

◆ New()

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

Definition at line 61 of file phaseTransferModel.C.

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

Here is the call graph for this function:

◆ dmdt()

virtual tmp< volScalarField > dmdt ( ) const
pure virtual

The mass transfer rate.

Implemented in deposition.

Member Data Documentation

◆ pair_

const phasePair& pair_
protected

Phase pair.

Definition at line 62 of file phaseTransferModel.H.

◆ dimDmdt

const Foam::dimensionSet dimDmdt
static
Initial value:
=
const dimensionSet dimTime(0, 0, 1, 0, 0, 0, 0)
Definition: dimensionSets.H:53
const dimensionSet dimDensity

Mass transfer rate dimensions.

Definition at line 89 of file phaseTransferModel.H.


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