Public Member Functions | Protected Member Functions | List of all members
linear Class Reference
Inheritance diagram for linear:
Inheritance graph
[legend]
Collaboration diagram for linear:
Collaboration graph
[legend]

Public Member Functions

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

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 52 of file linearWallDamping.H.

Constructor & Destructor Documentation

linear ( const dictionary dict,
const phasePair pair 
)

Construct from components.

virtual ~linear ( )
virtual

Destructor.

Member Function Documentation

virtual tmp<volScalarField> limiter ( ) const
protectedvirtual

Return the force limiter field.

Implements interpolated.

TypeName ( "linear"  )

Runtime type information.


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