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... | |
static const bool | correctFixedFluxBCs = false |
Does this model require correcting on fixed flux boundaries? 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 51 of file diffusiveMassTransferModel.C.
|
virtual |
Destructor.
Definition at line 61 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 31 of file diffusiveMassTransferModelNew.C.
References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, phaseInterface::fluid(), Foam::Info, dictionary::lookup(), phaseSystem::modelSubDict(), 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 InterfaceCompositionPhaseChangePhaseSystem< BasePhaseSystem >::correctInterfaceThermo(), and blendedDiffusiveMassTransferModel::K().
|
static |
Coefficient dimensions.
Definition at line 80 of file diffusiveMassTransferModel.H.
Referenced by blendedDiffusiveMassTransferModel::K().
|
static |
Does this model require correcting on fixed flux boundaries?
Definition at line 83 of file diffusiveMassTransferModel.H.