
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 | SurfaceField = GeometricField<Type, fvsPatchField, surfaceMesh> |
| A (volume) surface field for a given type. | |
| typedef GeometricField< scalar, fvsPatchField, surfaceMesh > | surfaceScalarField |
| typedef GeometricField< vector, fvsPatchField, surfaceMesh > | surfaceVectorField |
| typedef GeometricField< sphericalTensor, fvsPatchField, surfaceMesh > | surfaceSphericalTensorField |
| typedef GeometricField< symmTensor, fvsPatchField, surfaceMesh > | surfaceSymmTensorField |
| typedef GeometricField< tensor, fvsPatchField, surfaceMesh > | surfaceTensorField |
Functions | |
| bool | is_surface (const word &clsName) |
| Test if the class name appears to be a surface field. | |
Variables | |
| const wordList | surface |
| Standard surface field types (scalar, vector, tensor, etc). | |
Original source file surfaceFieldsFwd.H
InClass Foam::surfaceFields
Definition in file surfaceFieldsFwd.H.