slicedEdgeFieldsFwd.H File Reference

Forwards and collection of common sliced edge field types. More...

Include dependency graph for slicedEdgeFieldsFwd.H:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  SlicedGeometricField< Type, PatchField, SlicedPatchField, GeoMesh >
 Specialization of GeometricField which holds slices of given complete fields in a form that they act as a GeometricField. More...
 
class  faePatchField< Type >
 faePatchField<Type> abstract base class. This class gives a fat-interface to all derived classes covering all possible ways in which they might be used. The first level of derivation is to basic patchFields which cover zero-gradient, fixed-gradient, fixed-value and mixed conditions. The next level of derivation covers all the specialised typed with specific evaluation procedures, particularly with respect to specific fields. More...
 
class  slicedFaePatchField< Type >
 Specialization of faePatchField which creates the underlying faePatchField as a slice of the given complete field. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Typedefs

template<class Type >
using EdgeSliceField = SlicedGeometricField< Type, faePatchField, slicedFaePatchField, edgeMesh >
 A (volume) surface field slice for a given type. More...
 
typedef SlicedGeometricField< scalar, faePatchField, slicedFaePatchField, edgeMesh > slicedEdgeScalarField
 
typedef SlicedGeometricField< vector, faePatchField, slicedFaePatchField, edgeMesh > slicedEdgeVectorField
 
typedef SlicedGeometricField< sphericalTensor, faePatchField, slicedFaePatchField, edgeMesh > slicedEdgeSphericalTensorField
 
typedef SlicedGeometricField< symmTensor, faePatchField, slicedFaePatchField, edgeMesh > slicedEdgeSymmTensorField
 
typedef SlicedGeometricField< tensor, faePatchField, slicedFaePatchField, edgeMesh > slicedEdgeTensorField
 

Detailed Description

Forwards and collection of common sliced edge field types.

Original source file slicedEdgeFieldsFwd.H

Definition in file slicedEdgeFieldsFwd.H.