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.
const dictionarydiameterProperties () const
 Return the phase diameter properties dictionary.
const phaseModelphase () const
 Return the phase.
virtual tmp< volScalarFieldd () const =0
 Return the phase mean diameter field.
virtual void correct ()
 Correct the diameter field.
virtual bool read (const dictionary &phaseProperties)=0
 Read phaseProperties dictionary.
 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.
const dictionarydiameterProperties () const
 Return the phase diameter properties dictionary.
const phaseModelphase () const
 Return the phase.
virtual tmp< volScalarFieldd () const =0
 Return the phase mean diameter field.
virtual void correct ()
 Correct the diameter field.
virtual bool read (const dictionary &dict)=0
 Read phaseProperties dictionary.

Static Public Member Functions

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

Protected Attributes

dictionary diameterProperties_
const phaseModelphase_

Detailed Description

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

Source files

Source files

Definition at line 49 of file diameterModel.H.

Constructor & Destructor Documentation

◆ diameterModel() [1/2]

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

Definition at line 35 of file diameterModel.C.

References diameterProperties_, dict, phase(), and phase_.

Referenced by constant::constant(), declareRunTimeSelectionTable(), IATE::IATE(), isothermal::isothermal(), linearTsub::linearTsub(), and velocityGroup::velocityGroup().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ ~diameterModel() [1/2]

virtual ~diameterModel ( )
virtualdefault

Destructor.

References diameterProperties(), and phase().

Here is the call graph for this function:

◆ diameterModel() [2/2]

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

References dict, and phase().

Here is the call graph for this function:

◆ ~diameterModel() [2/2]

virtual ~diameterModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "diameterModel" )

Runtime type information.

◆ declareRunTimeSelectionTable() [1/2]

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

References diameterModel(), dict, and phase().

Here is the call graph for this function:

◆ New() [1/2]

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

Definition at line 49 of file diameterModel.C.

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

Referenced by phaseModel::phaseModel(), and phaseModel::phaseModel().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ diameterProperties() [1/2]

const dictionary & diameterProperties ( ) const
inline

◆ phase() [1/2]

◆ d() [1/2]

virtual tmp< volScalarField > d ( ) const
pure virtual

Return the phase mean diameter field.

Implemented in constant, constant, IATE, IATE, isothermal, isothermal, linearTsub, and velocityGroup.

◆ correct() [1/2]

void correct ( )
virtual

Correct the diameter field.

Reimplemented in IATE, IATE, isothermal, and linearTsub.

Definition at line 85 of file diameterModel.C.

◆ read() [1/2]

bool read ( const dictionary & phaseProperties)
pure virtual

Read phaseProperties dictionary.

Implemented in constant, constant, IATE, IATE, isothermal, isothermal, linearTsub, and velocityGroup.

Definition at line 89 of file diameterModel.C.

References diameterProperties_, dict, and Foam::type().

Referenced by constant::read(), IATE::read(), isothermal::read(), linearTsub::read(), and velocityGroup::read().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TypeName() [2/2]

TypeName ( "diameterModel" )

Runtime type information.

◆ declareRunTimeSelectionTable() [2/2]

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

References diameterModel(), dict, and phase().

Here is the call graph for this function:

◆ New() [2/2]

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

References dict, and phase().

Here is the call graph for this function:

◆ diameterProperties() [2/2]

const dictionary & diameterProperties ( ) const
inline

Return the phase diameter properties dictionary.

Definition at line 111 of file diameterModel.H.

References diameterProperties_.

◆ phase() [2/2]

const phaseModel & phase ( ) const
inline

Return the phase.

Definition at line 119 of file diameterModel.H.

References phase_.

◆ d() [2/2]

virtual tmp< volScalarField > d ( ) const
pure virtual

Return the phase mean diameter field.

Implemented in constant, constant, IATE, IATE, isothermal, isothermal, linearTsub, and velocityGroup.

◆ correct() [2/2]

virtual void correct ( )
virtual

Correct the diameter field.

Reimplemented in IATE, IATE, isothermal, and linearTsub.

◆ read() [2/2]

virtual bool read ( const dictionary & dict)
pure virtual

Read phaseProperties dictionary.

Implemented in constant, constant, IATE, IATE, isothermal, isothermal, linearTsub, and velocityGroup.

References dict.

Member Data Documentation

◆ diameterProperties_

◆ phase_


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