43 #ifndef SlicedGeometricField_H 44 #define SlicedGeometricField_H 61 template<
class>
class PatchField,
62 template<
class>
class SlicedPatchField,
65 class SlicedGeometricField
67 public GeometricField<Type, PatchField, GeoMesh>
91 const bool preserveCouples,
92 const bool preserveProcessorOnly =
false 101 const bool preserveCouples
116 const bool preserveCouples=
true 128 const bool preserveCouples=
true,
129 const bool preserveProcessorOnly =
false 138 const bool preserveCouples=
true Specialisation of DimensionedField which holds a slice of a given complete field in such a form that ...
GeoMesh::Mesh Mesh
Type of mesh on which this SlicedGeometricField is instantiated.
Generic GeometricField class.
~SlicedGeometricField()
Destructor.
Dimension set for the base types.
Pre-declare SubField and related Field type.
void operator=(const SlicedGeometricField &)=delete
Disallow default bitwise assignment.
const Mesh & mesh() const
Return mesh.
tmp< SlicedGeometricField< Type, PatchField, SlicedPatchField, GeoMesh > > clone() const
Clone.
void correctBoundaryConditions()
Correct boundary field.
tmp< Field< Type > > splice() const
Splice the sliced field and return the complete field.
SlicedGeometricField(const IOobject &, const Mesh &, const dimensionSet &, const Field< Type > &completeField, const bool preserveCouples=true)
Construct from components and field to slice.
SlicedDimensionedField< Type, GeoMesh > Internal
Type of the internal field from which this SlicedGeometricField is.
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
A class for managing temporary objects.
Specialisation of GeometricField which holds slices of given complete fields in a form that they act ...
IOobject defines the attributes of an object for which implicit objectRegistry management is supporte...