GENERATE_PARTICLE_DISTRIBUTION
Particle
Beta command
This command is in the beta stage and the format may change over time.
"Optional title"
sid
gid${}_1$, gid${}_2$, $\Delta_1$, $\Delta_2$, $w$, $s$
Parameter definition
Description
This is a pure pre-processing command that is used to distribute SPH particles inside a geometry. As a first step, particles are randomly distributed inside gid${}_1$. This is followed by an iterative process where the particles are repositioned for an as accurate spacing and density as possible. The SPH kernel function is used to evaluate the local density.
After each iteration a binary file with the current distribution is written to disk. This binary file can be imported and used in subsequent Surface SPH simulation models. The iterative process will automatically terminate after a maximum of 100 iterations.
Example
Filling of a geometry with SPH particles
Example where a geometry is filled with SPH particles to model an aluminum plate with a hole at its center. The generated particle distribution is stored in the binary file plist_2.bin (the suffix "2" reflects the specified sub-domain ID). Note that the generated particle distribution does not contain any material information. Hence, when used in a subsequent simulation model, the particle list must be complemented with a PARTICLE_SPH command.
Step 1 - generate particle distribution
Step 2 - impact simulation