Phase transfer model representing change from a dispersed phase to a film as a result of deposition onto a third phase. More...
#include <deposition.H>


Public Member Functions | |
| TypeName ("deposition") | |
| Runtime type information. | |
| deposition (const dictionary &dict, const phasePair &pair) | |
| Construct from components. | |
| virtual | ~deposition () |
| Destructor. | |
| virtual tmp< volScalarField > | dmdt () const |
| The mass transfer rate. | |
| Public Member Functions inherited from phaseTransferModel | |
| TypeName ("phaseTransferModel") | |
| Runtime type information. | |
| 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. | |
| virtual | ~phaseTransferModel ()=default |
| Destructor. | |
Additional Inherited Members | |
| Static Public Member Functions inherited from phaseTransferModel | |
| static autoPtr< phaseTransferModel > | New (const dictionary &dict, const phasePair &pair) |
| Static Public Attributes inherited from phaseTransferModel | |
| static const dimensionSet | dimDmdt |
| Mass transfer rate dimensions. | |
| Protected Attributes inherited from phaseTransferModel | |
| const phasePair & | pair_ |
| Phase pair. | |
Phase transfer model representing change from a dispersed phase to a film as a result of deposition onto a third phase.
Definition at line 52 of file deposition.H.
| deposition | ( | const dictionary & | dict, |
| const phasePair & | pair ) |
Construct from components.
Definition at line 41 of file deposition.C.
References dict, and phaseTransferModel::phaseTransferModel().

|
virtual |
Destructor.
Definition at line 56 of file deposition.C.
| TypeName | ( | "deposition" | ) |
Runtime type information.
References dict.
|
virtual |
The mass transfer rate.
Implements phaseTransferModel.
Definition at line 63 of file deposition.C.
References Foam::exit(), Foam::FatalError, FatalErrorInFunction, phaseModel::fluid(), Foam::mag(), phaseTransferModel::pair_, phaseSystem::phases(), phaseModel::rho(), Foam::sign(), and phaseModel::U().
