Public Member Functions | List of all members
noWallDamping Class Reference
Inheritance diagram for noWallDamping:
Inheritance graph
[legend]
Collaboration diagram for noWallDamping:
Collaboration graph
[legend]

Public Member Functions

 TypeName ("none")
 Runtime type information. More...
 
 noWallDamping (const dictionary &dict, const phasePair &pair)
 Construct from components. More...
 
virtual ~noWallDamping ()
 Destructor. More...
 
virtual tmp< volScalarFielddamp (const tmp< volScalarField > &) const
 Return damped coefficient. More...
 
virtual tmp< volVectorFielddamp (const tmp< volVectorField > &) const
 Return damped force. More...
 
virtual tmp< surfaceScalarFielddamp (const tmp< surfaceScalarField > &) const
 Return damped face force. More...
 
- Public Member Functions inherited from wallDampingModel
 TypeName ("wallDampingModel")
 Runtime type information. More...
 
 declareRunTimeSelectionTable (autoPtr, wallDampingModel, dictionary,(const dictionary &dict, const phasePair &pair),(dict, pair))
 
 wallDampingModel (const dictionary &dict, const phasePair &pair)
 Construct from components. More...
 
virtual ~wallDampingModel ()
 Destructor. More...
 
- Public Member Functions inherited from wallDependentModel
 wallDependentModel (const fvMesh &mesh)
 Construct from a mesh. More...
 
virtual ~wallDependentModel ()
 Destructor. More...
 
const volScalarFieldyWall () const
 
const volVectorFieldnWall () const
 
 wallDependentModel (const fvMesh &mesh)
 Construct from a mesh. More...
 
virtual ~wallDependentModel ()
 Destructor. More...
 
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. More...
 
- Protected Attributes inherited from wallDampingModel
const phasePairpair_
 Phase pair. More...
 

Detailed Description

Source files

Definition at line 52 of file noWallDamping.H.

Constructor & Destructor Documentation

◆ noWallDamping()

noWallDamping ( const dictionary dict,
const phasePair pair 
)

Construct from components.

◆ ~noWallDamping()

virtual ~noWallDamping ( )
virtual

Destructor.

Member Function Documentation

◆ TypeName()

TypeName ( "none"  )

Runtime type information.

◆ damp() [1/3]

virtual tmp<volScalarField> damp ( const tmp< volScalarField > &  ) const
virtual

Return damped coefficient.

Implements wallDampingModel.

◆ damp() [2/3]

virtual tmp<volVectorField> damp ( const tmp< volVectorField > &  ) const
virtual

Return damped force.

Implements wallDampingModel.

◆ damp() [3/3]

virtual tmp<surfaceScalarField> damp ( const tmp< surfaceScalarField > &  ) const
virtual

Return damped face force.

Implements wallDampingModel.


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