liftModel Class Referenceabstract
Inheritance diagram for liftModel:
Collaboration diagram for liftModel:

Public Member Functions

 TypeName ("liftModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, liftModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 
 liftModel (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair. More...
 
virtual ~liftModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldCl () const =0
 Return lift coefficient. More...
 
virtual tmp< volVectorFieldFi () const
 Return phase-intensive lift force. More...
 
virtual tmp< volVectorFieldF () const
 Return lift force. More...
 
virtual tmp< surfaceScalarFieldFf () const
 Return face lift force. More...
 
 TypeName ("liftModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, liftModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 
 liftModel (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair. More...
 
virtual ~liftModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldCl () const =0
 Return lift coefficient. More...
 
virtual tmp< volVectorFieldFi () const
 Return phase-intensive lift force. More...
 
virtual tmp< volVectorFieldF () const
 Return lift force. More...
 
virtual tmp< surfaceScalarFieldFf () const
 Return face lift force. More...
 

Static Public Member Functions

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

Static Public Attributes

static const dimensionSet dimF
 Force dimensions. More...
 

Protected Attributes

const phasePairpair_
 Phase pair. More...
 

Detailed Description

Source files

Source files

Definition at line 52 of file liftModel.H.

Constructor & Destructor Documentation

◆ liftModel() [1/2]

liftModel ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and a phase pair.

◆ ~liftModel() [1/2]

virtual ~liftModel ( )
virtual

Destructor.

◆ liftModel() [2/2]

liftModel ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and a phase pair.

◆ ~liftModel() [2/2]

virtual ~liftModel ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "liftModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable() [1/2]

declareRunTimeSelectionTable ( autoPtr  ,
liftModel  ,
dictionary  ,
(const dictionary &dict, const phasePair &pair)  ,
(dict, pair)   
)

◆ New() [1/2]

static autoPtr<liftModel> New ( const dictionary dict,
const phasePair pair 
)
static

◆ Cl() [1/2]

virtual tmp<volScalarField> Cl ( ) const
pure virtual

◆ Fi() [1/2]

virtual tmp<volVectorField> Fi ( ) const
virtual

Return phase-intensive lift force.

Reimplemented in wallDamped.

◆ F() [1/2]

virtual tmp<volVectorField> F ( ) const
virtual

Return lift force.

Reimplemented in wallDamped, noLift, and noLift.

◆ Ff() [1/2]

virtual tmp<surfaceScalarField> Ff ( ) const
virtual

Return face lift force.

Reimplemented in wallDamped, noLift, and noLift.

◆ TypeName() [2/2]

TypeName ( "liftModel"  )

Runtime type information.

◆ declareRunTimeSelectionTable() [2/2]

declareRunTimeSelectionTable ( autoPtr  ,
liftModel  ,
dictionary  ,
(const dictionary &dict, const phasePair &pair)  ,
(dict, pair)   
)

◆ New() [2/2]

static autoPtr<liftModel> New ( const dictionary dict,
const phasePair pair 
)
static

◆ Cl() [2/2]

virtual tmp<volScalarField> Cl ( ) const
pure virtual

◆ Fi() [2/2]

virtual tmp<volVectorField> Fi ( ) const
virtual

Return phase-intensive lift force.

Reimplemented in wallDamped.

◆ F() [2/2]

virtual tmp<volVectorField> F ( ) const
virtual

Return lift force.

Reimplemented in wallDamped, noLift, and noLift.

◆ Ff() [2/2]

virtual tmp<surfaceScalarField> Ff ( ) const
virtual

Return face lift force.

Reimplemented in wallDamped, noLift, and noLift.

Member Data Documentation

◆ pair_

const phasePair & pair_
protected

Phase pair.

Definition at line 59 of file liftModel.H.

◆ dimF

static const dimensionSet dimF
static

Force dimensions.

Definition at line 86 of file liftModel.H.


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