#include <massTransferModel.H>


Public Member Functions | |
| TypeName ("massTransferModel") | |
| Runtime type information. | |
| 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. | |
| virtual | ~massTransferModel ()=default |
| Destructor. | |
| virtual tmp< volScalarField > | K () const =0 |
| The implicit mass transfer coefficient. | |
Static Public Member Functions | |
| static autoPtr< massTransferModel > | New (const dictionary &dict, const phasePair &pair) |
Static Public Attributes | |
| static const dimensionSet | dimK |
| Coefficient dimensions. | |
Protected Attributes | |
| const phasePair & | pair_ |
| Phase pair. | |
Definition at line 51 of file massTransferModel.H.
| massTransferModel | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from a dictionary and a phase pair.
Definition at line 40 of file massTransferModel.C.
Referenced by declareRunTimeSelectionTable(), Frossling::Frossling(), and sphericalMassTransfer::sphericalMassTransfer().

|
virtualdefault |
Destructor.
References dict.
| TypeName | ( | "massTransferModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| massTransferModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phasePair &pair) | , | ||
| (dict, pair) | ) |
|
static |
Definition at line 53 of file massTransferModel.C.
References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

|
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 60 of file massTransferModel.H.
Referenced by Frossling::K(), sphericalMassTransfer::K(), and massTransferModel().
|
static |
Coefficient dimensions.
Definition at line 91 of file massTransferModel.H.