Public Member Functions | Static Public Member Functions | Protected Attributes | List of all members
aspectRatioModel Class Referenceabstract
Inheritance diagram for aspectRatioModel:
Inheritance graph
[legend]
Collaboration diagram for aspectRatioModel:
Collaboration graph
[legend]

Public Member Functions

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

Static Public Member Functions

static autoPtr< aspectRatioModelNew (const dictionary &dict, const phasePair &pair)
 
static autoPtr< aspectRatioModelNew (const dictionary &dict, const phasePair &pair)
 

Protected Attributes

const phasePairpair_
 Phase pair. More...
 

Detailed Description

Source files

Source files

Definition at line 52 of file aspectRatioModel.H.

Constructor & Destructor Documentation

aspectRatioModel ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and an ordered phase pair.

virtual ~aspectRatioModel ( )
virtual

Destructor.

aspectRatioModel ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and an ordered phase pair.

virtual ~aspectRatioModel ( )
virtual

Destructor.

Member Function Documentation

TypeName ( "aspectRatioModel"  )

Runtime type information.

declareRunTimeSelectionTable ( autoPtr  ,
aspectRatioModel  ,
dictionary  ,
(const dictionary &dict, const phasePair &pair)  ,
(dict, pair)   
)
static autoPtr<aspectRatioModel> New ( const dictionary dict,
const phasePair pair 
)
static
virtual tmp<volScalarField> E ( ) const
pure virtual
TypeName ( "aspectRatioModel"  )

Runtime type information.

declareRunTimeSelectionTable ( autoPtr  ,
aspectRatioModel  ,
dictionary  ,
(const dictionary &dict, const phasePair &pair)  ,
(dict, pair)   
)
static autoPtr<aspectRatioModel> New ( const dictionary dict,
const phasePair pair 
)
static
virtual tmp<volScalarField> E ( ) const
pure virtual

Member Data Documentation

const phasePair & pair_
protected

Phase pair.

Definition at line 59 of file aspectRatioModel.H.


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