noDiameter Class Reference

Diameter model for purely continuous phases. More...

Inheritance diagram for noDiameter:
Collaboration diagram for noDiameter:

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 noDiameter (const dictionary &diameterProperties, const phaseModel &phase)
 Construct from dictionary and phase. More...
 
virtual ~noDiameter ()
 Destructor. More...
 
virtual tmp< volScalarFieldd () const
 Get the diameter field. More...
 
virtual tmp< volScalarFieldAv () const
 Return the surface area per unit volume. 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 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

Diameter model for purely continuous phases.

Source files

Definition at line 50 of file noDiameter.H.

Constructor & Destructor Documentation

◆ noDiameter()

noDiameter ( const dictionary diameterProperties,
const phaseModel phase 
)

Construct from dictionary and phase.

Definition at line 43 of file noDiameter.C.

◆ ~noDiameter()

~noDiameter ( )
virtual

Destructor.

Definition at line 55 of file noDiameter.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ d()

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

Get the diameter field.

Implements diameterModel.

Definition at line 62 of file noDiameter.C.

References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.

Here is the call graph for this function:

◆ Av()

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

Return the surface area per unit volume.

Implements diameterModel.

Definition at line 74 of file noDiameter.C.

References Foam::exit(), Foam::FatalError, and FatalErrorInFunction.

Here is the call graph for this function:

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