wallDamped Class Reference
Inheritance diagram for wallDamped:
Collaboration diagram for wallDamped:

Public Member Functions

 TypeName ("wallDamped")
 Runtime type information. More...
 
 wallDamped (const dictionary &dict, const phaseInterface &interface)
 Construct from a dictionary and an interface. More...
 
virtual ~wallDamped ()
 Destructor. More...
 
virtual tmp< volScalarFieldCl () const
 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 dispersedLiftModel
 dispersedLiftModel (const dictionary &dict, const phaseInterface &interface)
 
virtual ~dispersedLiftModel ()
 Destructor. 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...
 

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...
 
- Protected Attributes inherited from dispersedLiftModel
const dispersedPhaseInterface interface_
 Interface. More...
 

Detailed Description

Source files

Definition at line 50 of file wallDampedLift.H.

Constructor & Destructor Documentation

◆ wallDamped()

wallDamped ( const dictionary dict,
const phaseInterface interface 
)

Construct from a dictionary and an interface.

Definition at line 43 of file wallDampedLift.C.

References Foam::exit(), Foam::FatalError, FatalErrorInFunction, and Foam::type().

Here is the call graph for this function:

◆ ~wallDamped()

~wallDamped ( )
virtual

Destructor.

Definition at line 68 of file wallDampedLift.C.

Member Function Documentation

◆ TypeName()

TypeName ( "wallDamped"  )

Runtime type information.

◆ Cl()

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

Lift coefficient.

Implements dispersedLiftModel.

Definition at line 74 of file wallDampedLift.C.

◆ Fi()

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

Return phase-intensive lift force.

Reimplemented from dispersedLiftModel.

Definition at line 82 of file wallDampedLift.C.

◆ F()

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

Return lift force.

Reimplemented from dispersedLiftModel.

Definition at line 90 of file wallDampedLift.C.

◆ Ff()

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

Return face lift force.

Reimplemented from dispersedLiftModel.

Definition at line 96 of file wallDampedLift.C.


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