slicedAreaFieldsFwd.H File Reference

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

Include dependency graph for slicedAreaFieldsFwd.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  faPatchField< Type >
 faPatchField<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  slicedFaPatchField< Type >
 Specialization of faPatchField which creates the underlying faPatchField as a slice of the given complete field. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 

Typedefs

template<class Type >
using AreaSliceField = SlicedGeometricField< Type, faPatchField, slicedFaPatchField, areaMesh >
 An aree field slice for a given type. More...
 
typedef SlicedGeometricField< scalar, faPatchField, slicedFaPatchField, areaMesh > slicedAreaScalarField
 
typedef SlicedGeometricField< vector, faPatchField, slicedFaPatchField, areaMesh > slicedAreaVectorField
 
typedef SlicedGeometricField< sphericalTensor, faPatchField, slicedFaPatchField, areaMesh > slicedAreaSphericalTensorField
 
typedef SlicedGeometricField< symmTensor, faPatchField, slicedFaPatchField, areaMesh > slicedAreaSymmTensorField
 
typedef SlicedGeometricField< tensor, faPatchField, slicedFaPatchField, areaMesh > slicedAreaTensorField
 

Detailed Description

Forwards and collection of common sliced area field types.

Original source file slicedAreaFieldsFwd.H

Definition in file slicedAreaFieldsFwd.H.