Loading...
Searching...
No Matches
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.

Namespaces

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

Typedefs

template<class Type>
using PointField = GeometricField<Type, pointPatchField, pointMesh>
 A point field for a given type.
template<class Type>
using PointBoundaryField
 A point boundary field for a given Type.
template<class Type>
using PointInternalField = DimensionedField<Type, pointMesh>
 A point internal field for a given type.
typedef GeometricField< scalar, pointPatchField, pointMeshpointScalarField
typedef GeometricField< vector, pointPatchField, pointMeshpointVectorField
typedef GeometricField< sphericalTensor, pointPatchField, pointMeshpointSphericalTensorField
typedef GeometricField< symmTensor, pointPatchField, pointMeshpointSymmTensorField
typedef GeometricField< tensor, pointPatchField, pointMeshpointTensorField

Functions

bool is_point (const word &clsName)
 Test if the class name appears to be a point field.

Variables

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

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.