Phase transfer model representing change from a dispersed phase to a film as a result of deposition onto a third phase. More...


Public Member Functions | |
| TypeName ("deposition") | |
| Runtime type information. More... | |
| deposition (const dictionary &dict, const phasePair &pair) | |
| Construct from components. More... | |
| virtual | ~deposition () |
| Destructor. More... | |
| virtual tmp< volScalarField > | dmdt () const |
| The mass transfer rate. More... | |
Public Member Functions inherited from phaseTransferModel | |
| TypeName ("phaseTransferModel") | |
| Runtime type information. More... | |
| 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. More... | |
| virtual | ~phaseTransferModel () |
| Destructor. More... | |
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. More... | |
Protected Attributes inherited from phaseTransferModel | |
| const phasePair & | pair_ |
| Phase pair. More... | |
Phase transfer model representing change from a dispersed phase to a film as a result of deposition onto a third phase.
Definition at line 54 of file deposition.H.
| deposition | ( | const dictionary & | dict, |
| const phasePair & | pair | ||
| ) |
Construct from components.
|
virtual |
Destructor.
| TypeName | ( | "deposition" | ) |
Runtime type information.
|
virtual |
The mass transfer rate.
Implements phaseTransferModel.