cosine Class Reference
Inheritance diagram for cosine:
[legend]
Collaboration diagram for cosine:
[legend]

Public Member Functions

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

Protected Member Functions

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

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 54 of file cosineWallDamping.H.

Constructor & Destructor Documentation

◆ cosine()

cosine ( const dictionary dict,
const phasePair pair 
)

Construct from components.

Definition at line 71 of file cosineWallDamping.C.

◆ ~cosine()

~cosine ( )
virtual

Destructor.

Definition at line 84 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 52 of file cosineWallDamping.C.

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

Referenced by LimitedLimiter< LimitedScheme >::limiter().

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

◆ TypeName()

TypeName ( "cosine"  )

Runtime type information.


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