isothermal Class Reference

Isothermal dispersed-phase particle diameter model. More...

Inheritance diagram for isothermal:
Collaboration diagram for isothermal:

Public Member Functions

 TypeName ("isothermal")
 Runtime type information. More...
 
 isothermal (const dictionary &diameterProperties, const phaseModel &phase)
 Construct from components. More...
 
virtual ~isothermal ()=default
 Destructor. More...
 
virtual tmp< volScalarFieldd () const
 Return the diameter field. More...
 
virtual void correct ()
 Correct the diameter field. More...
 
virtual bool read (const dictionary &phaseProperties)
 Read phaseProperties dictionary. More...
 
 TypeName ("isothermal")
 Runtime type information. More...
 
 isothermal (const dictionary &diameterProperties, const phaseModel &phase)
 Construct from components. More...
 
virtual ~isothermal ()
 Destructor. More...
 
virtual tmp< volScalarFieldd () const
 Return the diameter field. More...
 
virtual bool read (const dictionary &phaseProperties)
 Read phaseProperties dictionary. More...
 
- Public Member Functions inherited from diameterModel
 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...
 
const dictionarydiameterProperties () const
 Return the phase diameter properties dictionary. More...
 
const phaseModelphase () const
 Return the phase. More...
 
 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...
 
const dictionarydiameterProperties () const
 Return the phase diameter properties dictionary. More...
 
const phaseModelphase () const
 Return the phase. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from diameterModel
static autoPtr< diameterModelNew (const dictionary &diameterProperties, const phaseModel &phase)
 
static autoPtr< diameterModelNew (const dictionary &dict, const phaseModel &phase)
 
- Protected Attributes inherited from diameterModel
dictionary diameterProperties_
 
const phaseModelphase_
 

Detailed Description

Isothermal dispersed-phase particle diameter model.

Source files

Source files

Definition at line 48 of file isothermalDiameter.H.

Constructor & Destructor Documentation

◆ isothermal() [1/2]

isothermal ( const dictionary diameterProperties,
const phaseModel phase 
)

Construct from components.

Definition at line 46 of file isothermalDiameter.C.

◆ ~isothermal() [1/2]

~isothermal ( )
virtualdefault

Destructor.

Definition at line 58 of file isothermalDiameter.C.

◆ isothermal() [2/2]

isothermal ( const dictionary diameterProperties,
const phaseModel phase 
)

Construct from components.

◆ ~isothermal() [2/2]

virtual ~isothermal ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "isothermal"  )

Runtime type information.

◆ d() [1/2]

Foam::tmp< Foam::volScalarField > d ( ) const
virtual

Return the diameter field.

Implements diameterModel.

Definition at line 72 of file isothermalDiameter.C.

◆ correct()

void correct ( )
virtual

Correct the diameter field.

Reimplemented from diameterModel.

Definition at line 78 of file isothermalDiameter.C.

References p, and Foam::pow().

Here is the call graph for this function:

◆ read() [1/2]

bool read ( const dictionary phaseProperties)
virtual

Read phaseProperties dictionary.

Implements diameterModel.

Definition at line 86 of file isothermalDiameter.C.

References diameterModel::read().

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "isothermal"  )

Runtime type information.

◆ d() [2/2]

virtual tmp<volScalarField> d ( ) const
virtual

Return the diameter field.

Implements diameterModel.

◆ read() [2/2]

virtual bool read ( const dictionary phaseProperties)
virtual

Read phaseProperties dictionary.

Implements diameterModel.


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