Loading...
Searching...
No Matches
noLift Class Reference

#include <noLift.H>

Inheritance diagram for noLift:
Collaboration diagram for noLift:

Public Member Functions

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

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.
Protected Attributes inherited from liftModel
const phasePairpair_
 Phase pair.

Detailed Description

Source files

Source files

Definition at line 50 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 39 of file noLift.C.

References dict, and liftModel::liftModel().

Here is the call graph for this function:

◆ ~noLift() [1/2]

~noLift ( )
virtual

Destructor.

Definition at line 51 of file noLift.C.

◆ noLift() [2/2]

noLift ( const dictionary & dict,
const phasePair & pair )

Construct from a dictionary and a phase pair.

References dict.

◆ ~noLift() [2/2]

virtual ~noLift ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName() [1/2]

TypeName ( "none" )

Runtime type information.

References dict.

◆ Cl() [1/2]

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

Lift coefficient.

Implements liftModel.

Definition at line 57 of file noLift.C.

References Foam::dimless, mesh, GeometricField< scalar, fvPatchField, volMesh >::New(), and liftModel::pair_.

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 70 of file noLift.C.

References liftModel::dimF, mesh, GeometricField< vector, fvPatchField, volMesh >::New(), and liftModel::pair_.

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 83 of file noLift.C.

References Foam::dimArea, liftModel::dimF, mesh, GeometricField< scalar, fvsPatchField, surfaceMesh >::New(), and liftModel::pair_.

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:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/liftModels/noLift/noLift.H
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/interfacialModels/liftModels/noLift/noLift.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/liftModels/noLift/noLift.C
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/interfacialModels/liftModels/noLift/noLift.C