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

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 | VolumeField = GeometricField<Type, fvPatchField, volMesh> |
| A volume field for a given type. | |
| template<class Type> | |
| using | VolumeBoundaryField = GeometricBoundaryField<Type, fvPatchField, volMesh> |
| A volume boundary field for a given Type. | |
| template<class Type> | |
| using | VolumeInternalField = DimensionedField<Type, volMesh> |
| A volume internal field for a given Type. | |
| 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 |
Functions | |
| bool | is_internal (const word &clsName) |
| Test if the class name appears to be a volume internal field. | |
| bool | is_volume (const word &clsName) |
| Test if the class name appears to be a volume field. | |
Variables | |
| const wordList | internal |
| Standard volume internal field types (scalar, vector, tensor, etc). | |
| const wordList | volume |
| Standard volume field types (scalar, vector, tensor, etc). | |
Forwards and collection of common volume field types.
Original source file volFieldsFwd.H
Definition in file volFieldsFwd.H.