|
| class | box |
| | Surface geometry with a rectangular box shape, aligned with the coordinate axes, which can be used with snappyHexMesh. More...
|
| |
| class | closedTriSurface |
| | Like triSurface, a surface geometry formed of discrete facets, e.g. \ triangles and/or quadrilaterals, defined in a file using formats such as Wavefront OBJ, or stereolithography STL. A closedTriSurface is a geometry surface which is meant to be closed but contains some imperfections, e.g. small holes or multiple parts, which mean it is not strictly closed. More...
|
| |
| class | collection |
| | Makes a collection of surface geometries by copying from an existing defined surface geometry. There are no boolean operations, e.g. overlapping surfaces are not intersected. More...
|
| |
| class | cylinder |
| | Surface geometry with a cylinder shape, which can be used with snappyHexMesh. More...
|
| |
| class | disk |
| | Surface geometry with a circular disk shape, which can be used with snappyHexMesh. More...
|
| |
| class | extrudedCircle |
| | Surface geometry with a tube shape, which can be used with snappyHexMesh. The geometry is formed from a line geometry, described by the edgeMesh (.eMesh) file format, to which a radius is applied to form a tube. More...
|
| |
| class | plane |
| | Surface geometry of an infinite plane, which can be used with snappyHexMesh. More...
|
| |
| class | plate |
| | Surface geometry of a finite plane, aligned with the coordinate axes, which can be used with snappyHexMesh. More...
|
| |
| class | sphere |
| | Surface geometry with a sphere shape, which can be used with snappyHexMesh. More...
|
| |
| class | triSurface |
| | A surface geometry formed of discrete facets, e.g. triangles and/or quadrilaterals, defined in a file using formats such as Wavefront OBJ, or stereolithography STL. More...
|
| |
| class | withGaps |
| |
| class | distributedTriSurface |
| | IOoject and searching on distributed triSurface. All processor hold (possibly overlapping) part of the overall surface. All queries are distributed to the processor that can answer it and the result sent back. More...
|
| |
|
| | defineTypeNameAndDebug (box, 0) |
| |
| | addToRunTimeSelectionTable (searchableSurface, box, dictionary) |
| |
| | addBackwardCompatibleToRunTimeSelectionTable (searchableSurface, box, dictionary, searchableBox, "searchableBox") |
| |
| | defineTypeNameAndDebug (closedTriSurface, 0) |
| |
| | addToRunTimeSelectionTable (searchableSurface, closedTriSurface, dictionary) |
| |
| | addBackwardCompatibleToRunTimeSelectionTable (searchableSurface, closedTriSurface, dictionary, closedTriSurfaceMesh, "closedTriSurfaceMesh") |
| |
| | defineTypeNameAndDebug (collection, 0) |
| |
| | addToRunTimeSelectionTable (searchableSurface, collection, dictionary) |
| |
| | addBackwardCompatibleToRunTimeSelectionTable (searchableSurface, collection, dictionary, searchableSurfaceCollection, "searchableSurfaceCollection") |
| |
| | defineTypeNameAndDebug (cylinder, 0) |
| |
| | addToRunTimeSelectionTable (searchableSurface, cylinder, dictionary) |
| |
| | addBackwardCompatibleToRunTimeSelectionTable (searchableSurface, cylinder, dictionary, searchableCylinder, "searchableCylinder") |
| |
| | defineTypeNameAndDebug (disk, 0) |
| |
| | addToRunTimeSelectionTable (searchableSurface, disk, dictionary) |
| |
| | addBackwardCompatibleToRunTimeSelectionTable (searchableSurface, disk, dictionary, searchableDisk, "searchableDisk") |
| |
| | defineTypeNameAndDebug (extrudedCircle, 0) |
| |
| | addToRunTimeSelectionTable (searchableSurface, extrudedCircle, dictionary) |
| |
| | addBackwardCompatibleToRunTimeSelectionTable (searchableSurface, extrudedCircle, dictionary, searchableExtrudedCircle, "searchableExtrudedCircle") |
| |
| | defineTypeNameAndDebug (plane, 0) |
| |
| | addToRunTimeSelectionTable (searchableSurface, plane, dictionary) |
| |
| | addBackwardCompatibleToRunTimeSelectionTable (searchableSurface, plane, dictionary, searchablePlane, "searchablePlane") |
| |
| | defineTypeNameAndDebug (plate, 0) |
| |
| | addToRunTimeSelectionTable (searchableSurface, plate, dictionary) |
| |
| | addBackwardCompatibleToRunTimeSelectionTable (searchableSurface, plate, dictionary, searchablePlate, "searchablePlate") |
| |
| | defineTypeNameAndDebug (sphere, 0) |
| |
| | addToRunTimeSelectionTable (searchableSurface, sphere, dictionary) |
| |
| | addBackwardCompatibleToRunTimeSelectionTable (searchableSurface, sphere, dictionary, searchableSphere, "searchableSphere") |
| |
| | defineTypeNameAndDebug (triSurface, 0) |
| |
| | addToRunTimeSelectionTable (searchableSurface, triSurface, dictionary) |
| |
| | addBackwardCompatibleToRunTimeSelectionTable (searchableSurface, triSurface, dictionary, triSurfaceMesh, "triSurfaceMesh") |
| |
| | defineTypeNameAndDebug (withGaps, 0) |
| |
| | addToRunTimeSelectionTable (searchableSurface, withGaps, dictionary) |
| |
| | addBackwardCompatibleToRunTimeSelectionTable (searchableSurface, withGaps, dictionary, searchableSurfaceWithGaps, "searchableSurfaceWithGaps") |
| |
| | defineTypeNameAndDebug (distributedTriSurface, 0) |
| |
| | addToRunTimeSelectionTable (searchableSurface, distributedTriSurface, dictionary) |
| |
| | addBackwardCompatibleToRunTimeSelectionTable (searchableSurface, distributedTriSurface, dictionary, distributedTriSurfaceMesh, "distributedTriSurfaceMesh") |
| |