

Go to the source code of this file.
Classes | |
| class | sampledSurface |
| An abstract class for surfaces with sampling. More... | |
| class | sampledSurface::iNew |
| Class used for the PtrLists read-construction. More... | |
Namespaces | |
| Foam | |
| Namespace for OpenFOAM. | |
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... | |
Functions | |
| Ostream & | operator<< (Ostream &, const sampledSurface &) |
Original source file sampledSurface.H
Definition in file sampledSurface.H.
| #define DEFINE_SAMPLE | ( | Type, | |
| nullArg | |||
| ) |
Sample field on the surface's faces.
Definition at line 325 of file sampledSurface.H.
| #define DEFINE_INTERPOLATE | ( | Type, | |
| nullArg | |||
| ) |
Interpolate field to the surface's points.
Definition at line 339 of file sampledSurface.H.