Public Member Functions | List of all members
deposition Class Reference

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

Inheritance diagram for deposition:
Inheritance graph
[legend]
Collaboration diagram for deposition:
Collaboration graph
[legend]

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< volScalarFielddmdt () 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< phaseTransferModelNew (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 phasePairpair_
 Phase pair. More...
 

Detailed Description

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

Source files

Definition at line 54 of file deposition.H.

Constructor & Destructor Documentation

◆ deposition()

deposition ( const dictionary dict,
const phasePair pair 
)

Construct from components.

◆ ~deposition()

virtual ~deposition ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "deposition"  )

Runtime type information.

◆ dmdt()

virtual tmp<volScalarField> dmdt ( ) const
virtual

The mass transfer rate.

Implements phaseTransferModel.


The documentation for this class was generated from the following file: