102 const word& modelType,
autoPtr< Function1< scalar > > scale_
The scaling function.
dimensionedScalar lambda_
Damping coefficient [1/s].
vectorField origins_
Origins of the scaling coordinate.
const word & name() const
Return const access to the source name.
A list of keyword definitions, which are a keyword followed by any number of values (e...
void readCoeffs()
Non-virtual read.
Finite volume model abstract base class.
damping(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
Construct from components.
TypeName("damping")
Runtime type information.
const fvMesh & mesh() const
Return const access to the mesh database.
virtual bool read(const dictionary &dict)
Read dictionary.
word UName_
Name of the velocity field.
A class for handling words, derived from string.
virtual wordList addSupFields() const
Return the list of fields for which the fvModel adds source term.
virtual ~damping()
Destructor.
Base fvModel for damping functions.
Mesh data needed to do the Finite Volume discretisation.
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
A class for managing temporary objects.
tmp< volScalarField::Internal > forceCoeff() const
Return the force coefficient.
vectorField directions_
Directions of increasing scaling coordinate.