Go to the source code of this file.
|
| class | fvsPatchField< Type > |
| | An abstract base class with a fat-interface to all derived classes covering all possible ways in which they might be used. More...
|
| |
|
| template<class Type > |
| using | SurfaceField = GeometricField< Type, fvsPatchField, surfaceMesh > |
| | A (volume) surface field for a given type. More...
|
| |
| 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 |
| |
|
| bool | is_surface (const word &clsName) |
| | Test if the class name appears to be a surface field. More...
|
| |
|
| const wordList | surface |
| | Standard surface field types (scalar, vector, tensor, etc) More...
|
| |
Original source file surfaceFieldsFwd.H
InClass Foam::surfaceFields
- Source files
-
Definition in file surfaceFieldsFwd.H.