|
waLBerla 7.3
|
Description of particle shapes available in the MESA-PD module.
Variables | |
| static const int | walberla::mesa_pd::data::BaseShape::INVALID_SHAPE = -1 |
| Unique invalid shape type identifier. | |
| ShapeTypeT | walberla::mesa_pd::data::BaseShape::shapeType_ = INVALID_SHAPE |
| static constexpr int | walberla::mesa_pd::data::Box::SHAPE_TYPE = 3 |
| Unique shape type identifier for boxes. | |
| static constexpr int | walberla::mesa_pd::data::ConvexPolyhedron::SHAPE_TYPE = 5 |
| Unique shape type identifier for convex polyhedrons. | |
| static constexpr int | walberla::mesa_pd::data::CylindricalBoundary::SHAPE_TYPE = 2 |
| Unique shape type identifier for cylindrical boundaries. | |
| static constexpr int | walberla::mesa_pd::data::Ellipsoid::SHAPE_TYPE = 4 |
| Unique shape type identifier for boxes. | |
| static constexpr int | walberla::mesa_pd::data::HalfSpace::SHAPE_TYPE = 0 |
| Unique shape type identifier for half spaces. | |
| static constexpr int | walberla::mesa_pd::data::Sphere::SHAPE_TYPE = 1 |
| Unique shape type identifier for spheres. | |
|
static |
Unique invalid shape type identifier.
|
staticconstexpr |
Unique shape type identifier for boxes.
|
staticconstexpr |
Unique shape type identifier for convex polyhedrons.
|
staticconstexpr |
Unique shape type identifier for cylindrical boundaries.
|
staticconstexpr |
Unique shape type identifier for boxes.
|
staticconstexpr |
Unique shape type identifier for half spaces.
|
staticconstexpr |
Unique shape type identifier for spheres.
|
protected |