52 #ifndef AtmosphericBoundaryLayerTurbulentEpsilon_DimensionedFieldFunction_H
53 #define AtmosphericBoundaryLayerTurbulentEpsilon_DimensionedFieldFunction_H
61 namespace DimensionedFieldFunctions
68 template<
class DimensionedFieldType>
73 typedef typename DimensionedFieldType::Type_ Type;
74 typedef typename DimensionedFieldType::GeoMesh_::Zone Zone;
80 TypeName(
"atmosphericBoundaryLayerTurbulentEpsilon");
89 DimensionedFieldType& field
96 DimensionedFieldType& field
101 clone(DimensionedFieldType& field)
const;
Base class for run-time selectable internal and patch field initialisation evaluation and update with...
virtual autoPtr< DimensionedFieldFunction< DimensionedFieldType > > clone() const
Construct and return a clone for the specified field.
Runtime selectable DimensionedFieldFunction to set the turbulent dissipation rate,...
AtmosphericBoundaryLayerTurbulentEpsilon(const dictionary &dict, DimensionedFieldType &field)
Construct with dictionary to initialise given field.
virtual void evaluate()
Evaluate the function and set the field.
virtual void write(Ostream &os) const
Write data to dictionary stream.
virtual ~AtmosphericBoundaryLayerTurbulentEpsilon()
Destructor.
TypeName("atmosphericBoundaryLayerTurbulentEpsilon")
Runtime type information.
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...
A list of keywords followed by any number of values (e.g. words and numbers) or sub-dictionaries.