Introduction:
Developer Guide:
Python Package:
API Documentation:
References
Defined in File SPHKernels.h
SPH::
::
Poly6Kernel
Poly6 kernel.
Public Static Functions
getRadius
setRadius
W
W(r,h) = (315/(64 pi h^9))(h^2-|r|^2)^3 = (315/(64 pi h^9))(h^2-r*r)^3
gradW
grad(W(r,h)) = r(-945/(32 pi h^9))(h^2-|r|^2)^2 = r(-945/(32 pi h^9))(h^2-r*r)^2
laplacianW
laplacian(W(r,h)) = (-945/(32 pi h^9))(h^2-|r|^2)(-7|r|^2+3h^2) = (-945/(32 pi h^9))(h^2-r*r)(3 h^2-7 r*r)
W_zero
Protected Static Attributes
m_radius
m_k
m_l
m_m
m_W_zero