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.

Definition at line 43 of file noLift.C.

◆ ~noLift()

~noLift ( )
virtual

Destructor.

Definition at line 56 of file noLift.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ F()

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

Return lift force.

Implements liftModel.

Definition at line 62 of file noLift.C.

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

Here is the call graph for this function:

◆ Ff()

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

Return face lift force.

Implements liftModel.

Definition at line 73 of file noLift.C.

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

Here is the call graph for this function:

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 files: