114 #ifndef Zonal_DimensionedFieldFunction_H
115 #define Zonal_DimensionedFieldFunction_H
123 namespace DimensionedFieldFunctions
130 template<
class DimensionedFieldType>
135 typedef typename DimensionedFieldType::Type_ Type;
136 typedef typename DimensionedFieldType::GeoMesh_::Zone Zone;
159 DimensionedFieldType& field
166 DimensionedFieldType& field
171 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.
Zonal internal and patch field initialisation function.
Zonal(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 ~Zonal()
Destructor.
TypeName("zonal")
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.