Forwards and collection of common area 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 | AreaField = GeometricField<Type, faPatchField, areaMesh> |
| An area field for a given type. | |
| template<class Type> | |
| using | AreaBoundaryField = GeometricBoundaryField<Type, faPatchField, areaMesh> |
| An area boundary field for a given Type. | |
| template<class Type> | |
| using | AreaInternalField = DimensionedField<Type, areaMesh> |
| An area internal field for a given type. | |
| typedef GeometricField< scalar, faPatchField, areaMesh > | areaScalarField |
| typedef GeometricField< vector, faPatchField, areaMesh > | areaVectorField |
| typedef GeometricField< sphericalTensor, faPatchField, areaMesh > | areaSphericalTensorField |
| typedef GeometricField< symmTensor, faPatchField, areaMesh > | areaSymmTensorField |
| typedef GeometricField< tensor, faPatchField, areaMesh > | areaTensorField |
Functions | |
| 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. | |
Variables | |
| const wordList | area |
| Standard area field types (scalar, vector, tensor, etc). | |
| const wordList | area_internal |
| Standard area internal field types (scalar, vector, tensor, etc). | |
Forwards and collection of common area field types.
Original source file areaFieldsFwd.H
Definition in file areaFieldsFwd.H.