Loading...
Searching...
No Matches
noWallDamping Class Reference

#include <noWallDamping.H>

Inheritance diagram for noWallDamping:
Collaboration diagram for noWallDamping:

Public Member Functions

 TypeName ("none")
 Runtime type information.
 noWallDamping (const dictionary &dict, const phasePair &pair)
 Construct from components.
virtual ~noWallDamping ()
 Destructor.
virtual tmp< volScalarFielddamp (const tmp< volScalarField > &) const
 Return damped coefficient.
virtual tmp< volVectorFielddamp (const tmp< volVectorField > &) const
 Return damped force.
virtual tmp< surfaceScalarFielddamp (const tmp< surfaceScalarField > &) const
 Return damped face force.
Public Member Functions inherited from wallDampingModel
 TypeName ("wallDampingModel")
 Runtime type information.
 declareRunTimeSelectionTable (autoPtr, wallDampingModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 wallDampingModel (const dictionary &dict, const phasePair &pair)
 Construct from components.
virtual ~wallDampingModel ()=default
 Destructor.
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

Additional Inherited Members

Static Public Member Functions inherited from wallDampingModel
static autoPtr< wallDampingModelNew (const dictionary &dict, const phasePair &pair)
Static Public Attributes inherited from wallDampingModel
static const dimensionSet dimF
 Coefficient dimensions.
Protected Attributes inherited from wallDampingModel
const phasePairpair_
 Phase pair.

Detailed Description

Source files

Definition at line 50 of file noWallDamping.H.

Constructor & Destructor Documentation

◆ noWallDamping()

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

Construct from components.

Definition at line 44 of file noWallDamping.C.

References dict, and wallDampingModel::wallDampingModel().

Here is the call graph for this function:

◆ ~noWallDamping()

~noWallDamping ( )
virtual

Destructor.

Definition at line 56 of file noWallDamping.C.

Member Function Documentation

◆ TypeName()

TypeName ( "none" )

Runtime type information.

References dict.

◆ damp() [1/3]

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

Return damped coefficient.

Implements wallDampingModel.

Definition at line 63 of file noWallDamping.C.

◆ damp() [2/3]

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

Return damped force.

Implements wallDampingModel.

Definition at line 73 of file noWallDamping.C.

References F().

Here is the call graph for this function:

◆ damp() [3/3]

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

Return damped face force.

Implements wallDampingModel.

Definition at line 83 of file noWallDamping.C.

References Ff().

Here is the call graph for this function:

The documentation for this class was generated from the following files:
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/wallDampingModels/noWallDamping/noWallDamping.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/wallDampingModels/noWallDamping/noWallDamping.C