Loading...
Searching...
No Matches
diameterModel Class Referenceabstract

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

#include <diameterModel.H>

Inheritance diagram for diameterModel:
Collaboration diagram for diameterModel:

Public Member Functions

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

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 51 of file diameterModel.H.

Constructor & Destructor Documentation

◆ diameterModel()

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

Definition at line 38 of file diameterModel.C.

References dict, dict_, and phase_.

Referenced by constant::constant(), declareRunTimeSelectionTable(), and isothermal::isothermal().

Here is the caller graph for this function:

◆ ~diameterModel()

virtual ~diameterModel ( )
virtualdefault

Destructor.

References dict.

Member Function Documentation

◆ TypeName()

TypeName ( "diameterModel" )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

References diameterModel(), and dict.

Here is the call graph for this function:

◆ New()

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

Definition at line 52 of file diameterModel.C.

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

Referenced by phaseModel::phaseModel().

Here is the call graph for this function:
Here is the caller 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 57 of file diameterModel.H.

Referenced by diameterModel().

◆ phase_

const phaseModel& phase_
protected

Definition at line 59 of file diameterModel.H.

Referenced by constant::d(), isothermal::d(), and diameterModel().


The documentation for this class was generated from the following files:
  • src/phaseSystemModels/multiphaseEuler/multiphaseSystem/diameterModels/diameterModel/diameterModel.H
  • src/phaseSystemModels/multiphaseEuler/multiphaseSystem/diameterModels/diameterModel/diameterModel.C