39 #ifndef SlicedDimensionedField_H
40 #define SlicedDimensionedField_H
53 template<
class Type,
class GeoMesh>
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
GeoMesh::Mesh Mesh
Type of mesh on which this DimensionedField is instantiated.
Pre-declare SubField and related Field type.
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...
Specialisation of DimensionedField which holds a slice of a given complete field in such a form that ...
~SlicedDimensionedField()
Destructor.
GeoMesh::Mesh Mesh
Type of mesh on which this SlicedDimensionedField is instantiated.
SlicedDimensionedField(const IOobject &, const Mesh &, const dimensionSet &, const Field< Type > &iField)
Construct from components and field to slice.
Dimension set for the base types.