#include "pe_coupling/geometry/PeIntersectionRatio.h"
#include "core/math/Limits.h"
#include "core/math/Matrix3.h"
#include <algorithm>
Namespaces | |
walberla | |
\file TimestepTracker.h \ingroup lbm \author Frederik Hennig frede.nosp@m.rik..nosp@m.henni.nosp@m.g@fa.nosp@m.u.de | |
walberla::lbm | |
Functions | |
real_t | walberla::lbm::intersectionRatioSpherePe (const pe::Sphere &sphere, const Vector3< real_t > &fluidPoint, const Vector3< real_t > &direction) |
real_t | walberla::lbm::intersectionRatioPlanePe (const pe::Plane &plane, const Vector3< real_t > &fluidPoint, const Vector3< real_t > &direction) |
real_t | walberla::lbm::intersectionRatioEllipsoidPe (const pe::Ellipsoid &ellipsoid, const Vector3< real_t > &fluidPoint, const Vector3< real_t > &direction) |