spherical Class Reference

Base class for models which represent spherical diameter models, providing a common implementation of surface area per unit volume. More...

Inheritance diagram for spherical:
Collaboration diagram for spherical:

Public Member Functions

 TypeName ("spherical")
 Runtime type information. More...
 
 spherical (const dictionary &diameterProperties, const phaseModel &phase)
 Construct from dictionary and phase. More...
 
virtual ~spherical ()
 Destructor. More...
 
virtual tmp< volScalarFieldAv () const
 Get the surface area per unit volume field. More...
 
- Public Member Functions inherited from diameterModel
 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)
 Construct from dictionary and phase. More...
 
virtual ~diameterModel ()
 Destructor. More...
 
const dictionarydiameterProperties () const
 Return the phase diameter properties dictionary. More...
 
const phaseModelphase () const
 Return the phase. More...
 
virtual tmp< volScalarFieldd () const =0
 Return the diameter. More...
 
virtual void correct ()
 Correct the model. More...
 
virtual bool read (const dictionary &phaseProperties)
 Read phaseProperties dictionary. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from diameterModel
static autoPtr< diameterModelNew (const dictionary &diameterProperties, const phaseModel &phase)
 Select from dictionary and phase. More...
 

Detailed Description

Base class for models which represent spherical diameter models, providing a common implementation of surface area per unit volume.

Source files

Definition at line 51 of file sphericalDiameter.H.

Constructor & Destructor Documentation

◆ spherical()

spherical ( const dictionary diameterProperties,
const phaseModel phase 
)

Construct from dictionary and phase.

Definition at line 42 of file sphericalDiameter.C.

◆ ~spherical()

~spherical ( )
virtual

Destructor.

Definition at line 62 of file sphericalDiameter.C.

Member Function Documentation

◆ TypeName()

TypeName ( "spherical"  )

Runtime type information.

◆ Av()

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

Get the surface area per unit volume field.

Implements diameterModel.

Definition at line 54 of file sphericalDiameter.C.


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