69 #ifndef turbulentMixingLengthDissipationRateFvScalarFieldSource_H
70 #define turbulentMixingLengthDissipationRateFvScalarFieldSource_H
83 class turbulentMixingLengthDissipationRateFvScalarFieldSource
85 public fvScalarFieldSource
104 TypeName(
"turbulentMixingLengthDissipationRate");
112 const DimensionedField<scalar, volMesh>&,
113 const dictionary&
dict
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
An Ostream is an abstract base class for all output systems (streams, files, token lists,...
An auto-pointer similar to the STL auto_ptr but with automatic casting to a reference to the type and...
Base class for finite volume sources.
A class for managing temporary objects.
This source condition provides a turbulence dissipation, (epsilon), based on a specified mixing leng...
virtual void write(Ostream &) const
Write.
virtual autoPtr< fvScalarFieldSource > clone(const DimensionedField< scalar, volMesh > &iF) const
Construct and return a clone setting internal field reference.
TypeName("turbulentMixingLengthDissipationRate")
Runtime type information.
turbulentMixingLengthDissipationRateFvScalarFieldSource(const DimensionedField< scalar, volMesh > &, const dictionary &dict)
Construct from internal field and dictionary.
virtual tmp< DimensionedField< scalar, volMesh > > sourceValue(const fvSource &model, const DimensionedField< scalar, volMesh > &source) const
Return the source value.
virtual ~turbulentMixingLengthDissipationRateFvScalarFieldSource()
Destructor.
virtual tmp< DimensionedField< scalar, volMesh > > internalCoeff(const fvSource &model, const DimensionedField< scalar, volMesh > &source) const
Return the internal coefficient.