noWallLubrication Class Reference
Inheritance diagram for noWallLubrication:
Collaboration diagram for noWallLubrication:

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 noWallLubrication (const dictionary &dict, const phaseInterface &interface)
 Construct from a dictionary and an interface. More...
 
virtual ~noWallLubrication ()
 Destructor. More...
 
virtual tmp< volVectorFieldF () const
 Return wall lubrication force. More...
 
virtual tmp< surfaceScalarFieldFf () const
 Return face wall lubrication force. More...
 
- Public Member Functions inherited from wallLubricationModel
 TypeName ("wallLubricationModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, wallLubricationModel, dictionary,(const dictionary &dict, const phaseInterface &interface),(dict, interface))
 
 wallLubricationModel (const dictionary &dict, const phaseInterface &interface)
 Construct from a dictionary and an interface. More...
 
virtual ~wallLubricationModel ()
 Destructor. More...
 
- Public Member Functions inherited from wallDependentModel
 wallDependentModel (const fvMesh &mesh)
 Construct from a mesh. More...
 
 wallDependentModel (const wallDependentModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~wallDependentModel ()
 Destructor. More...
 
const volScalarFieldyWall () const
 Return the wall distance, creating and storing it if necessary. More...
 
const volVectorFieldnWall () const
 Return the wall normal, creating and storing it if necessary. More...
 
void operator= (const wallDependentModel &)=delete
 Disallow default bitwise assignment. More...
 

Protected Attributes

const phaseInterface interface_
 Interface. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from wallLubricationModel
static autoPtr< wallLubricationModelNew (const dictionary &dict, const phaseInterface &interface, const bool outer=true)
 
- Static Public Attributes inherited from wallLubricationModel
static const dimensionSet dimF
 Coefficient dimensions. More...
 
static const bool correctFixedFluxBCs = true
 Does this model require correcting on fixed flux boundaries? More...
 
- Protected Member Functions inherited from wallLubricationModel
tmp< volVectorFieldzeroGradWalls (tmp< volVectorField >) const
 Zero-gradient wall-lubrication force at walls. More...
 

Detailed Description

Source files

Definition at line 49 of file noWallLubrication.H.

Constructor & Destructor Documentation

◆ noWallLubrication()

noWallLubrication ( const dictionary dict,
const phaseInterface interface 
)

Construct from a dictionary and an interface.

Definition at line 48 of file noWallLubrication.C.

◆ ~noWallLubrication()

~noWallLubrication ( )
virtual

Destructor.

Definition at line 61 of file noWallLubrication.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ F()

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

Return wall lubrication force.

Implements wallLubricationModel.

Definition at line 68 of file noWallLubrication.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 wall lubrication force.

Implements wallLubricationModel.

Definition at line 80 of file noWallLubrication.C.

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

Here is the call graph for this function:

Member Data Documentation

◆ interface_

const phaseInterface interface_
protected

Interface.

Definition at line 58 of file noWallLubrication.H.


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