|
| template<typename Body> |
| real_t | walberla::lbm::intersectionRatioBisection (const Body &body, const Vector3< real_t > &fluidPoint, const Vector3< real_t > &direction, const real_t epsilon) |
| real_t | walberla::lbm::intersectionRatioSphere (const geometry::Sphere &sphere, const Vector3< real_t > &fluidPoint, const Vector3< real_t > &direction) |
| template<typename Body> |
| real_t | walberla::lbm::intersectionRatio (const Body &body, const Vector3< real_t > &fluidPoint, const Vector3< real_t > &direction, const real_t epsilon) |
| | Computes the intersection of a ray segment with a body surface.
|
| real_t | walberla::lbm::intersectionRatio (const geometry::Sphere &sphere, const Vector3< real_t > &fluidPoint, const Vector3< real_t > &direction, const real_t=0_r) |