Public Member Functions | Private Attributes
isothermal Class Reference

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

Inheritance diagram for isothermal:
Inheritance graph
[legend]
Collaboration diagram for isothermal:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("isothermal")
 Runtime type information. More...
 
 isothermal (const dictionary &dict, const phaseModel &phase)
 Construct from components. More...
 
virtual ~isothermal ()
 Destructor. More...
 
tmp< volScalarFieldd () const
 Return the phase mean diameter field. 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...
 
 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 ()
 Destructor. More...
 
 TypeName ("diameterModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &diameterProperties, const phaseModel &phase),(diameterProperties, phase))
 
 diameterModel (const dictionary &diameterProperties, const phaseModel &phase)
 
virtual ~diameterModel ()
 Destructor. More...
 
const dictionarydiameterProperties () const
 Return the phase diameter properties dictionary. More...
 
const phaseModelphase () const
 Return the phase. More...
 
virtual void correct ()
 Correct the diameter field. More...
 
 TypeName ("diameterModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, diameterModel, dictionary,(const dictionary &diameterProperties, const phaseModel &phase),(diameterProperties, phase))
 
 diameterModel (const dictionary &diameterProperties, const phaseModel &phase)
 
virtual ~diameterModel ()
 Destructor. More...
 
const dictionarydiameterProperties () const
 Return the phase diameter properties dictionary. More...
 
const phaseModelphase () const
 Return the phase. More...
 
virtual void correct ()
 Correct the diameter field. More...
 

Private Attributes

dimensionedScalar d0_
 Reference diameter for the isothermal expansion. More...
 
dimensionedScalar p0_
 Reference pressure for the isothermal expansion. More...
 

Additional Inherited Members

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

Detailed Description

Isothermal dispersed-phase particle diameter model.

Source files

Source files

Definition at line 50 of file isothermalDiameter.H.

Constructor & Destructor Documentation

◆ isothermal() [1/3]

isothermal ( const dictionary dict,
const phaseModel phase 
)

Construct from components.

◆ ~isothermal() [1/3]

virtual ~isothermal ( )
virtual

Destructor.

◆ isothermal() [2/3]

isothermal ( const dictionary diameterProperties,
const phaseModel phase 
)

Construct from components.

◆ ~isothermal() [2/3]

virtual ~isothermal ( )
virtual

Destructor.

◆ isothermal() [3/3]

isothermal ( const dictionary diameterProperties,
const phaseModel phase 
)

Construct from components.

◆ ~isothermal() [3/3]

virtual ~isothermal ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/3]

TypeName ( "isothermal"  )

Runtime type information.

◆ d() [1/3]

tmp<volScalarField> d ( ) const
virtual

Return the phase mean diameter field.

Implements diameterModel.

◆ TypeName() [2/3]

TypeName ( "isothermal"  )

Runtime type information.

◆ d() [2/3]

virtual tmp<volScalarField> d ( ) const
virtual

Return the diameter field.

Implements diameterModel.

◆ read() [1/2]

virtual bool read ( const dictionary phaseProperties)
virtual

Read phaseProperties dictionary.

Implements diameterModel.

◆ TypeName() [3/3]

TypeName ( "isothermal"  )

Runtime type information.

◆ d() [3/3]

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.

Field Documentation

◆ d0_

dimensionedScalar d0_
private

Reference diameter for the isothermal expansion.

Definition at line 57 of file isothermalDiameter.H.

◆ p0_

dimensionedScalar p0_
private

Reference pressure for the isothermal expansion.

Definition at line 60 of file isothermalDiameter.H.


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