Loading...
Searching...
No Matches
interpolated Class Referenceabstract

#include <interpolatedWallDamping.H>

Inheritance diagram for interpolated:
Collaboration diagram for interpolated:

Public Member Functions

 TypeName ("interpolated")
 Runtime type information.
 interpolated (const dictionary &dict, const phasePair &pair)
 Construct from components.
virtual ~interpolated ()
 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

Protected Member Functions

virtual tmp< volScalarFieldlimiter () const =0
 Return the force limiter field.

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

Constructor & Destructor Documentation

◆ interpolated()

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

Construct from components.

Definition at line 38 of file interpolatedWallDamping.C.

References dict, and wallDampingModel::wallDampingModel().

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

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

◆ ~interpolated()

~interpolated ( )
virtual

Destructor.

Definition at line 50 of file interpolatedWallDamping.C.

Member Function Documentation

◆ limiter()

virtual tmp< volScalarField > limiter ( ) const
protectedpure virtual

Return the force limiter field.

Implemented in cosine, linear, and sine.

◆ TypeName()

TypeName ( "interpolated" )

Runtime type information.

References dict.

◆ damp() [1/3]

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

Return damped coefficient.

Implements wallDampingModel.

Definition at line 57 of file interpolatedWallDamping.C.

References F(), and Foam::limiter().

Here is the call graph for this function:

◆ damp() [2/3]

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

Return damped force.

Implements wallDampingModel.

Definition at line 67 of file interpolatedWallDamping.C.

References F(), and Foam::limiter().

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 77 of file interpolatedWallDamping.C.

References Ff(), Foam::fvc::interpolate(), and Foam::limiter().

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/interpolated/interpolatedWallDamping.H
  • src/phaseSystemModels/reactingEuler/multiphaseSystem/interfacialModels/wallDampingModels/interpolated/interpolatedWallDamping.C