49 #ifndef AtmosphericBoundaryLayerVelocity_DimensionedFieldFunction_H
50 #define AtmosphericBoundaryLayerVelocity_DimensionedFieldFunction_H
58 namespace DimensionedFieldFunctions
65 template<
class DimensionedFieldType>
70 typedef typename DimensionedFieldType::Type_ Type;
71 typedef typename DimensionedFieldType::GeoMesh_::Zone Zone;
77 TypeName(
"atmosphericBoundaryLayerVelocity");
86 DimensionedFieldType& field
93 DimensionedFieldType& field
98 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 velocity for an atmospheric boundary layer.
TypeName("atmosphericBoundaryLayerVelocity")
Runtime type information.
virtual ~AtmosphericBoundaryLayerVelocity()
Destructor.
AtmosphericBoundaryLayerVelocity(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.
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.