spherical Class Reference

Uniform spherical shape. More...

Inheritance diagram for spherical:
Collaboration diagram for spherical:

Public Member Functions

 TypeName ("spherical")
 Runtime type information. More...
 
 spherical (const dictionary &dict, const sizeGroup &group)
 Construct from dictionary and sizeGroup. More...
 
virtual ~spherical ()
 Destructor. More...
 
virtual const tmp< volScalarFielda () const
 Return representative surface area of the sizeGroup. More...
 
virtual const tmp< volScalarFieldd () const
 Return representative diameter of the sizeGroup. More...
 
- Public Member Functions inherited from shapeModel
 TypeName ("shapeModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, shapeModel, dictionary,(const dictionary &dict, const sizeGroup &group),(dict, group))
 
 shapeModel (const dictionary &dict, const sizeGroup &group)
 Construct from dictionary and sizeGroup. More...
 
 shapeModel (const shapeModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~shapeModel ()
 Destructor. More...
 
const sizeGroupSizeGroup () const
 Return reference to size group. More...
 
virtual void correct ()
 Correct physical diameter. More...
 
virtual void addCoalescence (const volScalarField &Su, const sizeGroup &fj, const sizeGroup &fk)
 Add coalescence contribution to secondary property source. More...
 
virtual void addBreakup (const volScalarField &Su, const sizeGroup &fj)
 Add breakup contribution to secondary property source. More...
 
virtual void addDrift (const volScalarField &Su, const sizeGroup &fu, const driftModel &model)
 Add drift contribution to secondary property source. More...
 
virtual void addNucleation (const volScalarField &Su, const sizeGroup &fi, const nucleationModel &model)
 Add nucleation contribution to secondary property source. More...
 
virtual void reset ()
 Reset secondary property source. More...
 
void operator= (const shapeModel &)=delete
 Disallow default bitwise assignment. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from shapeModel
static autoPtr< shapeModelNew (const dictionary &dict, const sizeGroup &group)
 
- Protected Attributes inherited from shapeModel
const sizeGroupsizeGroup_
 Reference to sizeGroup. More...
 

Detailed Description

Uniform spherical shape.

Source files

Definition at line 52 of file spherical.H.

Constructor & Destructor Documentation

◆ spherical()

spherical ( const dictionary dict,
const sizeGroup group 
)

Construct from dictionary and sizeGroup.

◆ ~spherical()

virtual ~spherical ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "spherical"  )

Runtime type information.

◆ a()

virtual const tmp<volScalarField> a ( ) const
virtual

Return representative surface area of the sizeGroup.

Implements shapeModel.

◆ d()

virtual const tmp<volScalarField> d ( ) const
virtual

Return representative diameter of the sizeGroup.

Implements shapeModel.


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