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