constant Class Reference

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

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

Public Member Functions

 TypeName ("constant")
 Runtime type information. More...
 
 constant (const dictionary &dict, const phaseModel &phase)
 Construct from components. More...
 
virtual ~constant ()=default
 Destructor. More...
 
tmp< volScalarFieldd () const
 Return the phase mean diameter field. 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...
 
virtual tmp< volScalarFieldd () const =0
 Return the phase mean diameter field. More...
 

Additional Inherited Members

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

Detailed Description

Constant dispersed-phase particle diameter model.

Source files

Definition at line 55 of file constantDiameter.H.

Constructor & Destructor Documentation

◆ constant()

constant ( const dictionary dict,
const phaseModel phase 
)

Construct from components.

Definition at line 55 of file constantDiameter.C.

References Foam::dimLength.

◆ ~constant()

virtual ~constant ( )
virtualdefault

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "constant"  )

Runtime type information.

◆ d()

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

Return the phase mean diameter field.

Implements diameterModel.

Definition at line 69 of file constantDiameter.C.


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