35#ifndef Foam_volFieldsFwd_H
36#define Foam_volFieldsFwd_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.
Abstract base class with a fat-interface to all derived classes covering all possible ways in which t...
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 volume
Standard volume field types (scalar, vector, tensor, etc).
bool is_volume(const word &clsName)
Test if the class name appears to be a volume field.
bool is_internal(const word &clsName)
Test if the class name appears to be a volume internal field.
const wordList internal
Standard volume internal field types (scalar, vector, tensor, etc).
List< word > wordList
List of word.
GeometricField< vector, fvPatchField, volMesh > volVectorField
GeometricField< Type, fvPatchField, volMesh > VolumeField
A volume field for a given type.
GeometricField< scalar, fvPatchField, volMesh > volScalarField
DimensionedField< Type, volMesh > VolumeInternalField
A volume internal field for a given Type.
GeometricField< tensor, fvPatchField, volMesh > volTensorField
GeometricBoundaryField< Type, fvPatchField, volMesh > VolumeBoundaryField
A volume boundary field for a given Type.
GeometricField< sphericalTensor, fvPatchField, volMesh > volSphericalTensorField
GeometricField< symmTensor, fvPatchField, volMesh > volSymmTensorField