Loading...
Searching...
No Matches
wallLubricationModel Class Referenceabstract

#include <wallLubricationModel.H>

Inheritance diagram for wallLubricationModel:
Collaboration diagram for wallLubricationModel:

Public Member Functions

 TypeName ("wallLubricationModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, wallLubricationModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 wallLubricationModel (const dictionary &dict, const phasePair &pair)
 Construct from components.
virtual ~wallLubricationModel ()=default
 Destructor.
virtual tmp< volVectorFieldFi () const =0
 Return phase-intensive wall lubrication force.
virtual tmp< volVectorFieldF () const
 Return wall lubrication force.
virtual tmp< surfaceScalarFieldFf () const
 Return face wall lubrication force.
 TypeName ("wallLubricationModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, wallLubricationModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 wallLubricationModel (const dictionary &dict, const phasePair &pair)
 Construct from components.
virtual ~wallLubricationModel ()=default
 Destructor.
virtual tmp< volVectorFieldFi () const =0
 Return phase-intensive wall lubrication force.
virtual tmp< volVectorFieldF () const
 Return wall lubrication force.
virtual tmp< surfaceScalarFieldFf () const
 Return face wall lubrication force.
Public Member Functions inherited from wallDependentModel
 wallDependentModel (const fvMesh &mesh)
 Construct from a mesh.
virtual ~wallDependentModel ()
 Destructor.
const volScalarFieldyWall () const
const volVectorFieldnWall () const
 wallDependentModel (const fvMesh &mesh)
 Construct from a mesh.
virtual ~wallDependentModel ()
 Destructor.
const volScalarFieldyWall () const
const volVectorFieldnWall () const

Static Public Member Functions

static autoPtr< wallLubricationModelNew (const dictionary &dict, const phasePair &pair)
static autoPtr< wallLubricationModelNew (const dictionary &dict, const phasePair &pair)

Static Public Attributes

static const dimensionSet dimF
 Coefficient dimensions.

Protected Member Functions

tmp< volVectorFieldzeroGradWalls (tmp< volVectorField >) const
 Zero-gradient wall-lubrication force at walls.

Protected Attributes

const phasePairpair_
 Phase pair.

Detailed Description

Constructor & Destructor Documentation

◆ wallLubricationModel() [1/2]

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

Construct from components.

Definition at line 68 of file wallLubricationModel.C.

References dict, mesh, pair_, and phase1.

Referenced by Antal::Antal(), declareRunTimeSelectionTable(), Frank::Frank(), noWallLubrication::noWallLubrication(), and TomiyamaWallLubrication::TomiyamaWallLubrication().

Here is the caller graph for this function:

◆ ~wallLubricationModel() [1/2]

virtual ~wallLubricationModel ( )
virtualdefault

Destructor.

References dict.

◆ wallLubricationModel() [2/2]

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

Construct from components.

References dict.

◆ ~wallLubricationModel() [2/2]

virtual ~wallLubricationModel ( )
virtualdefault

Destructor.

Member Function Documentation

◆ zeroGradWalls()

Foam::tmp< Foam::volVectorField > zeroGradWalls ( tmp< volVectorField > tFi) const
protected

Zero-gradient wall-lubrication force at walls.

Definition at line 43 of file wallLubricationModel.C.

References Fi(), forAll, Foam::isA(), patches, fvPatchField< Type >::patchInternalField(), and tmp< T >::ref().

Referenced by Antal::Fi(), Frank::Fi(), and TomiyamaWallLubrication::Fi().

Here is the call graph for this function:
Here is the caller graph for this function:

◆ TypeName() [1/2]

TypeName ( "wallLubricationModel" )

Runtime type information.

◆ declareRunTimeSelectionTable() [1/2]

declareRunTimeSelectionTable ( autoPtr ,
wallLubricationModel ,
dictionary ,
(const dictionary &dict, const phasePair &pair) ,
(dict, pair)  )

References dict, and wallLubricationModel().

Here is the call graph for this function:

◆ New() [1/2]

Foam::autoPtr< Foam::wallLubricationModel > New ( const dictionary & dict,
const phasePair & pair )
static

Definition at line 82 of file wallLubricationModel.C.

References Foam::abort(), dict, Foam::endl(), Foam::FatalIOError, FatalIOErrorInLookup, and Foam::Info.

Here is the call graph for this function:

◆ Fi() [1/2]

virtual tmp< volVectorField > Fi ( ) const
pure virtual

Return phase-intensive wall lubrication force.

Implemented in Antal, Antal, Frank, Frank, noWallLubrication, noWallLubrication, TomiyamaWallLubrication, and TomiyamaWallLubrication.

Referenced by F(), Ff(), and zeroGradWalls().

Here is the caller graph for this function:

◆ F() [1/2]

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

Return wall lubrication force.

Reimplemented in noWallLubrication, and noWallLubrication.

Definition at line 112 of file wallLubricationModel.C.

References Fi(), and pair_.

Here is the call graph for this function:

◆ Ff() [1/2]

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

Return face wall lubrication force.

Definition at line 118 of file wallLubricationModel.C.

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

Here is the call graph for this function:

◆ TypeName() [2/2]

TypeName ( "wallLubricationModel" )

Runtime type information.

◆ declareRunTimeSelectionTable() [2/2]

declareRunTimeSelectionTable ( autoPtr ,
wallLubricationModel ,
dictionary ,
(const dictionary &dict, const phasePair &pair) ,
(dict, pair)  )

References dict, dimF, and wallLubricationModel().

Here is the call graph for this function:

◆ New() [2/2]

autoPtr< wallLubricationModel > New ( const dictionary & dict,
const phasePair & pair )
static

References dict.

◆ Fi() [2/2]

virtual tmp< volVectorField > Fi ( ) const
pure virtual

Return phase-intensive wall lubrication force.

Implemented in Antal, Antal, Frank, Frank, noWallLubrication, noWallLubrication, TomiyamaWallLubrication, and TomiyamaWallLubrication.

◆ F() [2/2]

virtual tmp< volVectorField > F ( ) const
virtual

Return wall lubrication force.

Reimplemented in noWallLubrication, and noWallLubrication.

◆ Ff() [2/2]

virtual tmp< surfaceScalarField > Ff ( ) const
virtual

Return face wall lubrication force.

Member Data Documentation

◆ pair_

◆ dimF

const dimensionSet dimF
static

Coefficient dimensions.

Definition at line 102 of file wallLubricationModel.H.

Referenced by declareRunTimeSelectionTable(), noWallLubrication::F(), and noWallLubrication::Fi().


The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/wallLubricationModels/wallLubricationModel/wallLubricationModel.H
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/interfacialModels/wallLubricationModels/wallLubricationModel/wallLubricationModel.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/wallLubricationModels/wallLubricationModel/wallLubricationModel.C
  • src/phaseSystemModels/twoPhaseEuler/twoPhaseSystem/interfacialModels/wallLubricationModels/wallLubricationModel/wallLubricationModel.C