35#ifndef Foam_areaFieldsFwd_H
36#define Foam_areaFieldsFwd_H
Forward declarations related to GeometricField etc.
Field with dimensions and associated with geometry type GeoMesh which is used to size the field and a...
Generic GeometricBoundaryField class.
Generic GeometricField class.
Mesh data needed to do the Finite Area discretisation.
faPatchField<Type> abstract base class. This class gives a fat-interface to all derived classes cover...
A class for handling words, derived from Foam::string.
Collection of common field types.
const wordList area_internal
Standard area internal field types (scalar, vector, tensor, etc).
bool is_area(const word &clsName)
Test if the class name appears to be an area field.
bool is_area_internal(const word &clsName)
Test if the class name appears to be an area internal field.
const wordList area
Standard area field types (scalar, vector, tensor, etc).
List< word > wordList
List of word.
GeometricBoundaryField< Type, faPatchField, areaMesh > AreaBoundaryField
An area boundary field for a given Type.
GeometricField< tensor, faPatchField, areaMesh > areaTensorField
GeometricField< sphericalTensor, faPatchField, areaMesh > areaSphericalTensorField
DimensionedField< Type, areaMesh > AreaInternalField
An area internal field for a given type.
GeometricField< symmTensor, faPatchField, areaMesh > areaSymmTensorField
GeometricField< vector, faPatchField, areaMesh > areaVectorField
GeometricField< scalar, faPatchField, areaMesh > areaScalarField
GeometricField< Type, faPatchField, areaMesh > AreaField
An area field for a given type.