Classes | |
class | cuttingPlane |
A sampledSurface defined by a plane using the iso-surface algorithm to 'cut' the mesh. More... | |
class | distanceSurface |
A sampledSurface defined by a distance to a surface. More... | |
class | isoSurface |
A sampledSurface defined by a surface of iso value. More... | |
class | nearestEqOp |
class | patch |
A sampledSurface on patches. Non-triangulated by default. More... | |
class | patchInternalField |
Variation of sampledPatch that samples the internalField (at a given normal distance from the patch) instead of the patchField. Note: More... | |
class | plane |
A sampledSurface defined by a plane which 'cuts' the mesh using the cuttingPlane algorithm. The plane is triangulated by default. More... | |
class | thresholdCellFaces |
A sampledSurface defined by the cell faces corresponding to a threshold value. More... | |
class | triSurfaceMesh |
A sampledSurface from a triSurfaceMesh. It samples on the points/triangles of the triSurface. It either samples cells or (non-coupled) boundary faces. More... | |
Typedefs | |
typedef Tuple2< scalar, label > | nearInfo |
Private class for finding nearest. More... | |
Private class for finding nearest.
Comprising:
Definition at line 46 of file sampledTriSurfaceMesh.C.
Foam::sampledSurfaces::defineTypeNameAndDebug | ( | distanceSurface | , |
0 | |||
) |
Foam::sampledSurfaces::addToRunTimeSelectionTable | ( | sampledSurface | , |
distanceSurface | , | ||
word | |||
) |
Foam::sampledSurfaces::defineTypeNameAndDebug | ( | isoSurface | , |
0 | |||
) |
Foam::sampledSurfaces::addToRunTimeSelectionTable | ( | sampledSurface | , |
isoSurface | , | ||
word | |||
) |
Foam::sampledSurfaces::defineTypeNameAndDebug | ( | cuttingPlane | , |
0 | |||
) |
Foam::sampledSurfaces::addToRunTimeSelectionTable | ( | sampledSurface | , |
cuttingPlane | , | ||
word | |||
) |
Foam::sampledSurfaces::defineTypeNameAndDebug | ( | patch | , |
0 | |||
) |
Foam::sampledSurfaces::addToRunTimeSelectionTable | ( | sampledSurface | , |
patch | , | ||
word | |||
) |
Foam::sampledSurfaces::defineTypeNameAndDebug | ( | patchInternalField | , |
0 | |||
) |
Foam::sampledSurfaces::addToRunTimeSelectionTable | ( | sampledSurface | , |
patchInternalField | , | ||
word | |||
) |
Foam::sampledSurfaces::defineTypeNameAndDebug | ( | plane | , |
0 | |||
) |
Foam::sampledSurfaces::addToRunTimeSelectionTable | ( | sampledSurface | , |
plane | , | ||
word | |||
) |
Foam::sampledSurfaces::defineTypeNameAndDebug | ( | triSurfaceMesh | , |
0 | |||
) |
Foam::sampledSurfaces::addToRunTimeSelectionTable | ( | sampledSurface | , |
triSurfaceMesh | , | ||
word | |||
) |
Foam::sampledSurfaces::defineTypeNameAndDebug | ( | thresholdCellFaces | , |
0 | |||
) |
Foam::sampledSurfaces::addToRunTimeSelectionTable | ( | sampledSurface | , |
thresholdCellFaces | , | ||
word | |||
) |