Loading...
Searching...
No Matches
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...

#include <deposition.H>

Inheritance diagram for deposition:
Collaboration diagram for deposition:

Public Member Functions

 TypeName ("deposition")
 Runtime type information.
 deposition (const dictionary &dict, const phasePair &pair)
 Construct from components.
virtual ~deposition ()
 Destructor.
virtual tmp< volScalarFielddmdt () 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< phaseTransferModelNew (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 phasePairpair_
 Phase pair.

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 52 of file deposition.H.

Constructor & Destructor Documentation

◆ deposition()

deposition ( const dictionary & dict,
const phasePair & pair )

Construct from components.

Definition at line 41 of file deposition.C.

References dict, and phaseTransferModel::phaseTransferModel().

Here is the call graph for this function:

◆ ~deposition()

~deposition ( )
virtual

Destructor.

Definition at line 56 of file deposition.C.

Member Function Documentation

◆ TypeName()

TypeName ( "deposition" )

Runtime type information.

References dict.

◆ dmdt()

Foam::tmp< Foam::volScalarField > dmdt ( ) const
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().

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/phaseTransferModels/deposition/deposition.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/phaseTransferModels/deposition/deposition.C