32#ifndef Foam_slicedVolFieldsFwd_H
33#define Foam_slicedVolFieldsFwd_H
45 template<
class>
class PatchField,
46 template<
class>
class SlicedPatchField,
Generic mesh wrapper used by volMesh, surfaceMesh, pointMesh etc.
Specialization of GeometricField which holds slices of given complete fields in a form that they act ...
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
Specialization of fvPatchField which creates the underlying fvPatchField as a slice of the given comp...
Mesh data needed to do the Finite Volume discretisation.
SlicedGeometricField< scalar, fvPatchField, slicedFvPatchField, volMesh > slicedVolScalarField
SlicedGeometricField< tensor, fvPatchField, slicedFvPatchField, volMesh > slicedVolTensorField
SlicedGeometricField< sphericalTensor, fvPatchField, slicedFvPatchField, volMesh > slicedVolSphericalTensorField
SlicedGeometricField< vector, fvPatchField, slicedFvPatchField, volMesh > slicedVolVectorField
SlicedGeometricField< Type, fvPatchField, slicedFvPatchField, volMesh > VolumeSliceField
A volume field slice for a given type.
SlicedGeometricField< symmTensor, fvPatchField, slicedFvPatchField, volMesh > slicedVolSymmTensorField
SphericalTensor< scalar > sphericalTensor
SphericalTensor of scalars, i.e. SphericalTensor<scalar>.
SymmTensor< scalar > symmTensor
SymmTensor of scalars, i.e. SymmTensor<scalar>.