Go to the documentation of this file.
101 #ifndef acousticDampingSource_H
102 #define acousticDampingSource_H
121 class acousticDampingSource
123 public fv::cellSetOption
169 const word& modelType,
170 const dictionary&
dict,
const word & name() const noexcept
A class for handling words, derived from Foam::string.
Intermediate abstract class for handling cell-set options for the derived fvOptions.
virtual void addSup(fvMatrix< vector > &eqn, const label fieldI)
const dimensionedScalar alpha
dimensionedScalar frequency_
TypeName("acousticDampingSource")
virtual bool read(const dictionary &dict)
virtual ~acousticDampingSource()=default
Applies sources on velocity (i.e. U) within a specified region to enable acoustic damping.
dimensioned< scalar > dimensionedScalar
Dimensioned scalar obtained from generic dimensioned type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
A list of keyword definitions, which are a keyword followed by a number of values (eg,...
Generic dimensioned Type class.
Mesh data needed to do the Finite Volume discretisation.
void operator=(const acousticDampingSource &)=delete
const fvMesh & mesh() const noexcept
acousticDampingSource(const word &name, const word &modelType, const dictionary &dict, const fvMesh &mesh)
volScalarField blendFactor_
A special matrix type and solver, designed for finite volume solutions of scalar equations....
vector point
Point is a vector.
Generic GeometricField class.