pointFieldsFwd.H File Reference

Forwards and collection of common point field types. More...

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

Go to the source code of this file.

Classes

class  DimensionedField< Type, GeoMesh >
 Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a reference to it is maintained. More...
 
class  GeometricBoundaryField< Type, PatchField, GeoMesh >
 Generic GeometricBoundaryField class. More...
 
class  GeometricField< Type, PatchField, GeoMesh >
 Generic GeometricField class. More...
 
class  pointPatchField< Type >
 Abstract base class for point-mesh patch fields. More...
 

Namespaces

 Foam
 Namespace for OpenFOAM.
 
 Foam::fieldTypes
 Collection of common field types.
 

Typedefs

template<class Type >
using PointField = GeometricField< Type, pointPatchField, pointMesh >
 A point field for a given type. More...
 
template<class Type >
using PointBoundaryField = GeometricBoundaryField< Type, pointPatchField, pointMesh >
 A point boundary field for a given Type. More...
 
template<class Type >
using PointInternalField = DimensionedField< Type, pointMesh >
 A point internal field for a given type. More...
 
typedef GeometricField< scalar, pointPatchField, pointMesh > pointScalarField
 
typedef GeometricField< vector, pointPatchField, pointMesh > pointVectorField
 
typedef GeometricField< sphericalTensor, pointPatchField, pointMesh > pointSphericalTensorField
 
typedef GeometricField< symmTensor, pointPatchField, pointMesh > pointSymmTensorField
 
typedef GeometricField< tensor, pointPatchField, pointMesh > pointTensorField
 

Variables

const wordList point
 Standard point field types (scalar, vector, tensor, etc) More...
 

Detailed Description

Forwards and collection of common point field types.

Original source file pointFieldsFwd.H

InClass Foam::pointFields

Source files

Definition in file pointFieldsFwd.H.