PARTICLE_SPH
Particle
"Optional title"
sid, $N_p^{sid}$
mid, gid, correction, $s$, $dsf$, E2S, slide, $t_{end}$
$\Delta$
Parameter definition
Description
SPH subdomain definition.
The subdomain ID (sid) determines in which order particles are filled into the global domain. In case subdomains are overlapping, the domain with the largest ID will overwrite (remove) particles belonging to domains with lower domain ID's.
Material models presented with an SPH badge in the command manual are supported by SPH.
Smoothing length and dynamic repositioning
The smoothing length (radius) is defined as:
$\displaystyle{ R = s \cdot h }$
where $h$ is the initial SPH node spacing and the default value of $s=2.5$. If an SPH particle becomes isolated from its neighbours, it is automatically deactivated.
There is, by default, a dynamic repositioning of SPH coordinates that helps supressing tensile instability modes. This feature can be turned off by setting correction=2.
Number of particles and Erode-to-SPH
$N_p^{sid}$ is optional if E2S=0. If it is not specified, then this sub-id will use a fraction of the the total number of particles $N_p$ defined in PARTICLE_DOMAIN.
The SPH particle density scale factor $dsf$ is optional and it is used to control the relative particle density (number of particles per unit volume) in the different subdomains. Increasing $dsf$ for a subdomain means that a larger fraction of the total number of particles $N_p$ will be allocated to that specific subdomain.
When Erode-to-SPH (E2S) is enabled (i.e. E2S>0), $N_p^{sid}$ must be specified. It then defines the maximum number of SPH particles that can be activated to replace eroded elements. $\Delta$ is the target SPH node spacing, meaning that $(1/\Delta)^3$ SPH particles per unit volume of eroded elements will be generated. E2S requires that gid refers to a GEOMETRY_PART.
SPH-to-SPH interaction
By default, SPH particles using different material ID's will merge when coming into contact. However, this interaction can be changed to friction free sliding by setting slide=1.