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 () |
Destructor. More... | |
virtual tmp< volScalarField > | dmdt () const =0 |
The mass transfer rate. More... | |
Static Public Member Functions | |
static autoPtr< phaseTransferModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes | |
static const dimensionSet | dimDmdt |
Mass transfer rate dimensions. More... | |
Protected Attributes | |
const phasePair & | pair_ |
Phase pair. More... | |
Definition at line 51 of file phaseTransferModel.H.
phaseTransferModel | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
TypeName | ( | "phaseTransferModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
phaseTransferModel | , | ||
dictionary | , | ||
(const dictionary &dict, const phasePair &pair) | , | ||
(dict, pair) | |||
) |
|
static |
|
pure virtual |
The mass transfer rate.
Implemented in deposition.
|
protected |
Phase pair.
Definition at line 58 of file phaseTransferModel.H.
|
static |
Mass transfer rate dimensions.
Definition at line 85 of file phaseTransferModel.H.