dispersedLiftModel Class Referenceabstract
Inheritance diagram for dispersedLiftModel:
Collaboration diagram for dispersedLiftModel:

Public Member Functions

 dispersedLiftModel (const dictionary &dict, const phaseInterface &interface)
 
virtual ~dispersedLiftModel ()
 Destructor. More...
 
virtual tmp< volScalarFieldCl () const =0
 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...
 
- 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 dispersedPhaseInterface 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

Definition at line 53 of file dispersedLiftModel.H.

Constructor & Destructor Documentation

◆ dispersedLiftModel()

dispersedLiftModel ( const dictionary dict,
const phaseInterface interface 
)

Definition at line 33 of file dispersedLiftModel.C.

◆ ~dispersedLiftModel()

~dispersedLiftModel ( )
virtual

Destructor.

Definition at line 46 of file dispersedLiftModel.C.

Member Function Documentation

◆ Cl()

virtual tmp<volScalarField> Cl ( ) const
pure virtual

◆ Fi()

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

Return phase-intensive lift force.

Reimplemented in wallDamped.

Definition at line 52 of file dispersedLiftModel.C.

References Foam::fvc::curl().

Here is the call graph for this function:

◆ F()

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

Return lift force.

Implements liftModel.

Reimplemented in wallDamped.

Definition at line 63 of file dispersedLiftModel.C.

◆ Ff()

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

Return face lift force.

Implements liftModel.

Reimplemented in wallDamped.

Definition at line 70 of file dispersedLiftModel.C.

References Foam::fvc::flux(), and Foam::fvc::interpolate().

Here is the call graph for this function:

Member Data Documentation

◆ interface_

const dispersedPhaseInterface interface_
protected

Interface.

Definition at line 62 of file dispersedLiftModel.H.


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