noLift Class Reference
Inheritance diagram for noLift:
Collaboration diagram for noLift:

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 noLift (const dictionary &dict, const phaseInterface &interface)
 Construct from a dictionary and an interface. More...
 
virtual ~noLift ()
 Destructor. More...
 
virtual tmp< volVectorFieldF () const
 Return lift force. More...
 
virtual tmp< surfaceScalarFieldFf () const
 Return face lift force. More...
 
- Public Member Functions inherited from liftModel
 TypeName ("liftModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, liftModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface))
 
 liftModel (const dictionary &dict, const phaseInterface &interface)
 Construct from a dictionary and an interface. More...
 
virtual ~liftModel ()
 Destructor. More...
 

Protected Attributes

const phaseInterface interface_
 Interface. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from liftModel
static autoPtr< liftModelNew (const dictionary &dict, const phaseInterface &interface, const bool outer=true)
 
- Static Public Attributes inherited from liftModel
static const dimensionSet dimF
 Force dimensions. More...
 
static const bool correctFixedFluxBCs = true
 Does this model require correcting on fixed flux boundaries? More...
 

Detailed Description

Source files

Definition at line 49 of file noLift.H.

Constructor & Destructor Documentation

◆ noLift()

noLift ( const dictionary dict,
const phaseInterface interface 
)

Construct from a dictionary and an interface.

◆ ~noLift()

virtual ~noLift ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ F()

virtual tmp<volVectorField> F ( ) const
virtual

Return lift force.

Implements liftModel.

◆ Ff()

virtual tmp<surfaceScalarField> Ff ( ) const
virtual

Return face lift force.

Implements liftModel.

Member Data Documentation

◆ interface_

const phaseInterface interface_
protected

Interface.

Definition at line 58 of file noLift.H.


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