Loading...
Searching...
No Matches
wallDampingModel Class Referenceabstract

#include <wallDampingModel.H>

Inheritance diagram for wallDampingModel:
Collaboration diagram for wallDampingModel:

Public Member Functions

 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.
virtual tmp< volScalarFielddamp (const tmp< volScalarField > &) const =0
 Return damped coefficient.
virtual tmp< volVectorFielddamp (const tmp< volVectorField > &) const =0
 Return damped force.
virtual tmp< surfaceScalarFielddamp (const tmp< surfaceScalarField > &) const =0
 Return damped face 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< wallDampingModelNew (const dictionary &dict, const phasePair &pair)

Static Public Attributes

static const dimensionSet dimF
 Coefficient dimensions.

Protected Attributes

const phasePairpair_
 Phase pair.

Detailed Description

Source files

Definition at line 52 of file wallDampingModel.H.

Constructor & Destructor Documentation

◆ wallDampingModel()

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

Construct from components.

Definition at line 38 of file wallDampingModel.C.

References dict, mesh, pair_, and phase1.

Referenced by declareRunTimeSelectionTable(), interpolated::interpolated(), and noWallDamping::noWallDamping().

Here is the caller graph for this function:

◆ ~wallDampingModel()

virtual ~wallDampingModel ( )
virtualdefault

Destructor.

References dict.

Member Function Documentation

◆ TypeName()

TypeName ( "wallDampingModel" )

Runtime type information.

◆ declareRunTimeSelectionTable()

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

References dict, and wallDampingModel().

Here is the call graph for this function:

◆ New()

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

Definition at line 52 of file wallDampingModel.C.

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

Here is the call graph for this function:

◆ damp() [1/3]

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

Return damped coefficient.

Implemented in interpolated, and noWallDamping.

◆ damp() [2/3]

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

Return damped force.

Implemented in interpolated, and noWallDamping.

◆ damp() [3/3]

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

Return damped face force.

Implemented in interpolated, and noWallDamping.

Member Data Documentation

◆ pair_

const phasePair& pair_
protected

Phase pair.

Definition at line 63 of file wallDampingModel.H.

Referenced by cosine::limiter(), linear::limiter(), sine::limiter(), and wallDampingModel().

◆ dimF

const Foam::dimensionSet dimF
static

Coefficient dimensions.

Definition at line 94 of file wallDampingModel.H.


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