ALE or Arbitrary Lagrangian Eulerian formulation is used to model the interaction between fluids and solids; in particular,
the fluid loading on structures. It can also be used to model fluid-like behavior, as seen in plastic deformation of materials.
Smooth Particle Hydrodynamics (SPH) is a meshless numerical method based on interpolation theory. It allows any function
to be expressed in terms of its values at a set of disordered point's so-called particles.
Smooth Particle Hydrodynamics (SPH) is a meshless numerical method based on interpolation theory. It allows any function
to be expressed in terms of its values at a set of disordered point's so-called particles.
Let ∏f(x) the integral approximation of a scalar function f in space:(1)
∏f(x)=∫Ωf(y)W(x−y,h)dy
with h the so-called smoothing length and W a kernel approximation such that:(2)
∀x,∫ΩW(x−y,h)dy=1
and in a suitable sense(3)
∀x,limh→0W(x−y,h)=δ(x−y)
δ denotes the Dirac function.
Let a set of particles i=1, n at positions xi (i=1,n) with mass mi and density ρi. The smoothed approximation of the function f is (summation over neighboring particles and the
particle i itself):(4)
∏sf(x)=∑i=1,nmiρif(xi)W(x−y,h)
The derivatives of the smoothed approximation are obtained
by ordinary differentiation.(5)
∇f(x)=∑i=1,nmiρif(xi)∇W(x−y,h)
The following kernel 1 which is an approximation of Gaussian
kernel by cubic splines was chosen (Figure 1):(6)
r≤h⇒W(r,h)=32πh3[23−(rh)2+12(rh)3]
(7)
h≤r≤2h⇒W(r,h)=14πh3(2−rh)3
and (8)
2h≤r⇒W(r,h)=0
Figure 1. Kernel Based on Spline Functions
This kernel has compact support, so that for each particle i, only the closest particles contribute to
approximations at i (this feature is computationally efficient). The
accuracy of approximating Equation 1 by Equation 4 depends on
the order of the particles.