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< volScalarField > | K () const =0 |
The implicit mass transfer coefficient. More... | |
Static Public Member Functions | |
static autoPtr< massTransferModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes | |
static const dimensionSet | dimK |
Coefficient dimensions. More... | |
Protected Attributes | |
const phasePair & | pair_ |
Phase pair. More... | |
Definition at line 51 of file massTransferModel.H.
massTransferModel | ( | const dictionary & | dict, |
const phasePair & | pair | ||
) |
Construct from a dictionary and a phase pair.
|
virtual |
Destructor.
TypeName | ( | "massTransferModel" | ) |
Runtime type information.
declareRunTimeSelectionTable | ( | autoPtr | , |
massTransferModel | , | ||
dictionary | , | ||
(const dictionary &dict, const phasePair &pair) | , | ||
(dict, pair) | |||
) |
|
static |
|
pure virtual |
The implicit mass transfer coefficient.
Note: this has had the species mass diffusivity factored out
Implemented in Frossling, and sphericalMassTransfer.
|
protected |
Phase pair.
Definition at line 58 of file massTransferModel.H.
|
static |
Coefficient dimensions.
Definition at line 85 of file massTransferModel.H.