Loading...
Searching...
No Matches
cosine Class Reference

#include <cosineWallDamping.H>

Inheritance diagram for cosine:
Collaboration diagram for cosine:

Public Member Functions

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

Source files

Definition at line 50 of file cosineWallDamping.H.

Constructor & Destructor Documentation

◆ cosine()

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

Construct from components.

Definition at line 64 of file cosineWallDamping.C.

References dict, Foam::dimless, and interpolated::interpolated().

Here is the call graph for this function:

◆ ~cosine()

~cosine ( )
virtual

Destructor.

Definition at line 77 of file cosineWallDamping.C.

Member Function Documentation

◆ limiter()

Foam::tmp< Foam::volScalarField > limiter ( ) const
protectedvirtual

Return the force limiter field.

Implements interpolated.

Definition at line 45 of file cosineWallDamping.C.

References Foam::cos(), Foam::min(), wallDampingModel::pair_, Foam::constant::mathematical::pi(), and wallDependentModel::yWall().

Here is the call graph for this function:

◆ TypeName()

TypeName ( "cosine" )

Runtime type information.

References dict.


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