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

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 | fvPatchField< Type > |
| Abstract base class with a fat-interface to all derived classes covering all possible ways in which they might be used. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::fieldTypes | |
| Collection of common field types. | |
Typedefs | |
| template<class Type > | |
| using | VolumeField = GeometricField< Type, fvPatchField, volMesh > |
| A volume field for a given type. More... | |
| template<class Type > | |
| using | VolumeBoundaryField = GeometricBoundaryField< Type, fvPatchField, volMesh > |
| A volume boundary field for a given Type. More... | |
| template<class Type > | |
| using | VolumeInternalField = DimensionedField< Type, volMesh > |
| A volume internal field for a given Type. More... | |
| typedef GeometricField< scalar, fvPatchField, volMesh > | volScalarField |
| typedef GeometricField< vector, fvPatchField, volMesh > | volVectorField |
| typedef GeometricField< sphericalTensor, fvPatchField, volMesh > | volSphericalTensorField |
| typedef GeometricField< symmTensor, fvPatchField, volMesh > | volSymmTensorField |
| typedef GeometricField< tensor, fvPatchField, volMesh > | volTensorField |
Variables | |
| const wordList | internal |
| Standard dimensioned field types (scalar, vector, tensor, etc) More... | |
| const wordList | volume |
| Standard volume field types (scalar, vector, tensor, etc) More... | |
Forwards and collection of common volume field types.
Original source file volFieldsFwd.H
Definition in file volFieldsFwd.H.