noLift Class Reference
Inheritance diagram for noLift:
[legend]
Collaboration diagram for noLift:
[legend]

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 noLift (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair. More...
 
virtual ~noLift ()
 Destructor. More...
 
virtual tmp< volScalarFieldCl () const
 Lift coefficient. More...
 
virtual tmp< volVectorFieldF () const
 Lift force. More...
 
virtual tmp< surfaceScalarFieldFf () const
 Lift force on faces. More...
 
 TypeName ("none")
 Runtime type information. More...
 
 noLift (const dictionary &dict, const phasePair &pair)
 Construct from a dictionary and a phase pair. More...
 
virtual ~noLift ()
 Destructor. More...
 
virtual tmp< volScalarFieldCl () const
 Lift coefficient. More...
 
virtual tmp< volVectorFieldF () const
 Lift force. More...
 
virtual tmp< surfaceScalarFieldFf () const
 Lift force on faces. More...
 
- Public Member Functions inherited from liftModel
 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 ()=default
 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 ()=default
 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...
 

Additional Inherited Members

- Static Public Member Functions inherited from liftModel
static autoPtr< liftModelNew (const dictionary &dict, const phasePair &pair)
 
static autoPtr< liftModelNew (const dictionary &dict, const phasePair &pair)
 
- Static Public Attributes inherited from liftModel
static const dimensionSet dimF
 Force dimensions. More...
 
- Protected Attributes inherited from liftModel
const phasePairpair_
 Phase pair. More...
 

Detailed Description

Source files

Source files

Definition at line 54 of file noLift.H.

Constructor & Destructor Documentation

◆ noLift() [1/2]

noLift ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and a phase pair.

Definition at line 46 of file noLift.C.

◆ ~noLift() [1/2]

~noLift ( )
virtual

Destructor.

Definition at line 58 of file noLift.C.

◆ noLift() [2/2]

noLift ( const dictionary dict,
const phasePair pair 
)

Construct from a dictionary and a phase pair.

◆ ~noLift() [2/2]

virtual ~noLift ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "none"  )

Runtime type information.

◆ Cl() [1/2]

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

Lift coefficient.

Implements liftModel.

Definition at line 64 of file noLift.C.

References Foam::dimless, mesh, and Time::New().

Here is the call graph for this function:

◆ F() [1/2]

Foam::tmp< Foam::volVectorField > F ( ) const
virtual

Lift force.

Reimplemented from liftModel.

Definition at line 77 of file noLift.C.

References mesh, and Time::New().

Here is the call graph for this function:

◆ Ff() [1/2]

Foam::tmp< Foam::surfaceScalarField > Ff ( ) const
virtual

Lift force on faces.

Reimplemented from liftModel.

Definition at line 90 of file noLift.C.

References Foam::dimArea, mesh, and Time::New().

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "none"  )

Runtime type information.

◆ Cl() [2/2]

virtual tmp< volScalarField > Cl ( ) const
virtual

Lift coefficient.

Implements liftModel.

◆ F() [2/2]

virtual tmp< volVectorField > F ( ) const
virtual

Lift force.

Reimplemented from liftModel.

◆ Ff() [2/2]

virtual tmp< surfaceScalarField > Ff ( ) const
virtual

Lift force on faces.

Reimplemented from liftModel.


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