diameterModel Class Referenceabstract

Abstract base-class for dispersed-phase particle diameter models. More...

Inheritance diagram for diameterModel:
[legend]
Collaboration diagram for diameterModel:
[legend]

Public Member Functions

 TypeName ("diameterModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &dict, const phaseModel &phase),(dict, phase))
 
 diameterModel (const dictionary &dict, const phaseModel &phase)
 
virtual ~diameterModel ()=default
 Destructor. More...
 
virtual tmp< volScalarFieldd () const =0
 Return the phase mean diameter field. More...
 

Static Public Member Functions

static autoPtr< diameterModelNew (const dictionary &dict, const phaseModel &phase)
 

Protected Attributes

const dictionarydict_
 
const phaseModelphase_
 

Detailed Description

Abstract base-class for dispersed-phase particle diameter models.

Source files

Definition at line 55 of file diameterModel.H.

Constructor & Destructor Documentation

◆ diameterModel()

diameterModel ( const dictionary dict,
const phaseModel phase 
)

Definition at line 45 of file diameterModel.C.

◆ ~diameterModel()

virtual ~diameterModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "diameterModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
diameterModel  ,
dictionary  ,
(const dictionary &dict, const phaseModel &phase ,
(dict, phase  
)

◆ New()

Foam::autoPtr< Foam::multiphaseEuler::diameterModel > New ( const dictionary dict,
const phaseModel phase 
)
static

Definition at line 59 of file diameterModel.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalIOError, FatalIOErrorInLookup, Foam::Info, and phase::name().

Here is the call graph for this function:

◆ d()

virtual tmp< volScalarField > d ( ) const
pure virtual

Return the phase mean diameter field.

Implemented in constant, and isothermal.

Member Data Documentation

◆ dict_

const dictionary& dict_
protected

Definition at line 61 of file diameterModel.H.

◆ phase_

const phaseModel& phase_
protected

Definition at line 63 of file diameterModel.H.


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