37#ifndef Foam_surfaceFieldsFwd_H
38#define Foam_surfaceFieldsFwd_H
Forward declarations related to GeometricField etc.
Generic GeometricField class.
An abstract base class with a fat-interface to all derived classes covering all possible ways in whic...
Mesh data needed to do the Finite Volume discretisation.
A class for handling words, derived from Foam::string.
Collection of common field types.
const wordList surface
Standard surface field types (scalar, vector, tensor, etc).
bool is_surface(const word &clsName)
Test if the class name appears to be a surface field.
GeometricField< vector, fvsPatchField, surfaceMesh > surfaceVectorField
List< word > wordList
List of word.
GeometricField< scalar, fvsPatchField, surfaceMesh > surfaceScalarField
GeometricField< tensor, fvsPatchField, surfaceMesh > surfaceTensorField
GeometricField< sphericalTensor, fvsPatchField, surfaceMesh > surfaceSphericalTensorField
GeometricField< symmTensor, fvsPatchField, surfaceMesh > surfaceSymmTensorField
GeometricField< Type, fvsPatchField, surfaceMesh > SurfaceField
A (volume) surface field for a given type.