

Go to the source code of this file.
Classes | |
| class | triSurface |
| A sampledSurface from a triSurface. It samples on the points/triangles of the triSurface. It either samples cells or (non-coupled) boundary faces. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
| Foam::sampledSurfaces | |
Macros | |
| #define | DEFINE_SAMPLE(Type, nullArg) |
| Sample field on the surface's faces. More... | |
| #define | DEFINE_INTERPOLATE(Type, nullArg) |
| Interpolate field to the surface's points. More... | |
Original source file sampledTriSurface.H
Definition in file sampledTriSurface.H.
| #define DEFINE_SAMPLE | ( | Type, | |
| nullArg | |||
| ) |
Sample field on the surface's faces.
Definition at line 249 of file sampledTriSurface.H.
| #define DEFINE_INTERPOLATE | ( | Type, | |
| nullArg | |||
| ) |
Interpolate field to the surface's points.
Definition at line 258 of file sampledTriSurface.H.