69 #ifndef turbulentOmegaFvScalarFieldSource_H
70 #define turbulentOmegaFvScalarFieldSource_H
83 class turbulentOmegaFvScalarFieldSource
85 public fvScalarFieldSource
112 const DimensionedField<scalar, fvMesh>&,
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 specific dissipation, (omega), based on a specified mixi...
virtual tmp< DimensionedField< scalar, fvMesh > > sourceValue(const fvSource &model, const DimensionedField< scalar, fvMesh > &source) const
Return the source value.
virtual autoPtr< fvScalarFieldSource > clone(const DimensionedField< scalar, fvMesh > &iF) const
Construct and return a clone setting internal field reference.
TypeName("turbulentOmega")
Runtime type information.
virtual tmp< DimensionedField< scalar, fvMesh > > internalCoeff(const fvSource &model, const DimensionedField< scalar, fvMesh > &source) const
Return the internal coefficient.
virtual ~turbulentOmegaFvScalarFieldSource()
Destructor.
virtual void write(Ostream &) const
Write.
turbulentOmegaFvScalarFieldSource(const DimensionedField< scalar, fvMesh > &, const dictionary &dict)
Construct from internal field and dictionary.