aspectRatioModel Class Referenceabstract

Model for deviations in the shape of the dispersed phase from spherical. Just a sub-model modifier, typically for the drag model. Not a proper part of the diameter/shape modelling in the phase models. More...

Inheritance diagram for aspectRatioModel:
Collaboration diagram for aspectRatioModel:

Public Member Functions

 TypeName ("aspectRatioModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, aspectRatioModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface))
 
 aspectRatioModel (const dictionary &dict, const phaseInterface &interface)
 Construct from a dictionary and an interface. More...
 
virtual ~aspectRatioModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldE () const =0
 Aspect ratio. More...
 

Static Public Member Functions

static autoPtr< aspectRatioModelNew (const dictionary &dict, const phaseInterface &interface)
 

Protected Attributes

const dispersedPhaseInterface interface_
 Interface. More...
 

Detailed Description

Model for deviations in the shape of the dispersed phase from spherical. Just a sub-model modifier, typically for the drag model. Not a proper part of the diameter/shape modelling in the phase models.

Source files

Definition at line 54 of file aspectRatioModel.H.

Constructor & Destructor Documentation

◆ aspectRatioModel()

aspectRatioModel ( const dictionary dict,
const phaseInterface interface 
)

Construct from a dictionary and an interface.

Definition at line 39 of file aspectRatioModel.C.

◆ ~aspectRatioModel()

~aspectRatioModel ( )
virtual

Destructor.

Definition at line 51 of file aspectRatioModel.C.

Member Function Documentation

◆ TypeName()

TypeName ( "aspectRatioModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable()

declareRunTimeSelectionTable ( autoPtr  ,
aspectRatioModel  ,
dictionary  ,
(const dictionary &dict, const phaseInterface &interface)  ,
(dict, interface)   
)

◆ New()

Foam::autoPtr< Foam::aspectRatioModel > New ( const dictionary dict,
const phaseInterface interface 
)
static

Definition at line 32 of file aspectRatioModelNew.C.

References dict, Foam::endl(), Foam::exit(), Foam::FatalError, FatalErrorInFunction, Foam::Info, and phaseInterface::name().

Here is the call graph for this function:

◆ E()

virtual tmp<volScalarField> E ( ) const
pure virtual

Aspect ratio.

Implemented in Wellek, VakhrushevEfremov, TomiyamaAspectRatio, and constantAspectRatio.

Member Data Documentation

◆ interface_

const dispersedPhaseInterface interface_
protected

Interface.

Definition at line 61 of file aspectRatioModel.H.


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