cosine Class Reference
Inheritance diagram for cosine:
Collaboration diagram for cosine:

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 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...
 
virtual tmp< volScalarField > damping () const
 Return damped coefficient. More...
 
virtual tmp< surfaceScalarField > dampingf () const
 Return damped face coefficient. More...
 
- Public Member Functions inherited from wallDependentModel
 wallDependentModel (const fvMesh &mesh)
 Construct from a mesh. More...
 
 wallDependentModel (const wallDependentModel &)=delete
 Disallow default bitwise copy construction. More...
 
virtual ~wallDependentModel ()
 Destructor. More...
 
const volScalarField & yWall () const
 Return the wall distance, creating and storing it if necessary. More...
 
const volVectorField & nWall () const
 Return the wall normal, creating and storing it if necessary. More...
 
void operator= (const wallDependentModel &)=delete
 Disallow default bitwise assignment. More...
 

Protected Member Functions

virtual tmp< volScalarField > limiter () const
 Return the force limiter field. More...
 

Additional Inherited Members

- Static Public Member Functions inherited from wallDampingModel
static autoPtr< wallDampingModel > New (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 phasePair & pair_
 Phase pair. More...
 
const dimensionedScalar Cd_
 Diameter coefficient. More...
 
const dimensionedScalar zeroWallDist_
 Distance from wall below which the field is damped to zero. More...
 
const Switch zeroInNearWallCells_
 Set the value to zero in wall-adjacent cells. More...
 

Detailed Description

Source files

Definition at line 52 of file cosineWallDamping.H.

Constructor & Destructor Documentation

◆ cosine()

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

Construct from components.

◆ ~cosine()

virtual ~cosine ( )
virtual

Destructor.

Member Function Documentation

◆ limiter()

virtual tmp<volScalarField> limiter ( ) const
protectedvirtual

Return the force limiter field.

Implements wallDampingModel.

◆ TypeName()

TypeName ( "cosine"  )

Runtime type information.


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