Model for diffusive mass transfer coefficients between two phases. More...


Public Member Functions | |
| TypeName ("diffusiveMassTransferModel") | |
| Runtime type information. More... | |
| declareRunTimeSelectionTable (autoPtr, diffusiveMassTransferModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface)) | |
| diffusiveMassTransferModel (const dictionary &dict, const phaseInterface &interface) | |
| Construct from a dictionary and an interface. More... | |
| virtual | ~diffusiveMassTransferModel () |
| Destructor. More... | |
| virtual tmp< volScalarField > | K () const =0 |
| The implicit mass transfer coefficient. More... | |
Static Public Member Functions | |
| static autoPtr< diffusiveMassTransferModel > | New (const dictionary &dict, const phaseInterface &interface) |
Static Public Attributes | |
| static const dimensionSet | dimK |
| Coefficient dimensions. More... | |
Model for diffusive mass transfer coefficients between two phases.
Definition at line 54 of file diffusiveMassTransferModel.H.
| diffusiveMassTransferModel | ( | const dictionary & | dict, |
| const phaseInterface & | interface | ||
| ) |
Construct from a dictionary and an interface.
Definition at line 61 of file diffusiveMassTransferModel.C.
|
virtual |
Destructor.
Definition at line 71 of file diffusiveMassTransferModel.C.
| TypeName | ( | "diffusiveMassTransferModel" | ) |
Runtime type information.
| declareRunTimeSelectionTable | ( | autoPtr | , |
| diffusiveMassTransferModel | , | ||
| dictionary | , | ||
| (const dictionary &dict, const phaseInterface &interface) | , | ||
| (dict, interface) | |||
| ) |
|
static |
Definition at line 32 of file diffusiveMassTransferModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInFunction, Foam::Info, dictionary::lookup(), and phaseInterface::name().

|
pure virtual |
The implicit mass transfer coefficient.
Note: this has had the species mass diffusivity factored out
Implemented in sphericalDiffusiveMassTransfer, and Frossling.
Referenced by blendedDiffusiveMassTransferModel::K().

|
static |
Coefficient dimensions.
Definition at line 80 of file diffusiveMassTransferModel.H.
Referenced by blendedDiffusiveMassTransferModel::K(), and blendedSidedDiffusiveMassTransferModel::KinThe().