constantAspectRatio Class Reference

Constant value aspect ratio model. More...

Inheritance diagram for constantAspectRatio:
Collaboration diagram for constantAspectRatio:

Public Member Functions

 TypeName ("constant")
 Runtime type information. More...
 
 constantAspectRatio (const dictionary &dict, const phaseInterface &interface)
 Construct from a dictionary and an interface. More...
 
virtual ~constantAspectRatio ()
 Destructor. More...
 
virtual tmp< volScalarFieldE () const
 Aspect ratio. More...
 
- Public Member Functions inherited from aspectRatioModel
 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from aspectRatioModel
static autoPtr< aspectRatioModelNew (const dictionary &dict, const phaseInterface &interface)
 
- Protected Attributes inherited from aspectRatioModel
const dispersedPhaseInterface interface_
 Interface. More...
 

Detailed Description

Constant value aspect ratio model.

Source files

Definition at line 50 of file constantAspectRatio.H.

Constructor & Destructor Documentation

◆ constantAspectRatio()

constantAspectRatio ( const dictionary dict,
const phaseInterface interface 
)

Construct from a dictionary and an interface.

Definition at line 48 of file constantAspectRatio.C.

◆ ~constantAspectRatio()

~constantAspectRatio ( )
virtual

Destructor.

Definition at line 61 of file constantAspectRatio.C.

Member Function Documentation

◆ TypeName()

TypeName ( "constant"  )

Runtime type information.

◆ E()

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

Aspect ratio.

Implements aspectRatioModel.

Definition at line 68 of file constantAspectRatio.C.

References GeometricField< Type, PatchField, GeoMesh >::New().

Here is the call graph for this function:

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