PARTICLE_DOMAIN
Particle
entype, enid, N${}_p$, $\mu$, $pfac$, $c_{dec}$, xsmooth, $t_{end}$
$x_0$, $y_0$, $z_0$, $x_1$, $y_1$, $z_1$
bc${}_{x0}$, bc${}_{y0}$, bc${}_{z0}$, bc${}_{x1}$, bc${}_{y1}$, bc${}_{z1}$
$\delta_0^{max}$, ctype
Parameter definition
Description
This command is used to define a global domain and general settings for SPH and discrete particles. $N_p$ defines the total number of particles. The distribution of particles to the different sub-domains (PARTICLE_HE, PARTICLE_AIR, PARTICLE_SOIL, PARTICLE_SPH) is automatic.
The automatic distribution of particles ensures a good particle mass balance, which is important for particle–particle interactions. An inadequate particle mass ratio can lead to energy errors (SPH–SPH or SPH–soil interactions) or significant numerical noise (gas–soil or gas–SPH interactions). However, there are situations where it is desirable to control the number of particles assigned to each subdomain. To address these cases, particles can also be allocated to each subdomain individually, directly via the commands PARTICLE_AIR, PARTICLE_HE, PARTICLE_SOIL and PARTICLE_SPH.
Particles leaving the particle domain are deactivated.
Particles overlapping the underlying Finite Element mesh by more than $\delta_0^{max}$ will be removed from the model during initialization.
When working with SPH and materials with significanlty different properties (density and/or stiffness) or with different node masses, it is adviceable to set slide=1 (in PARTICLE_SPH). Sticking between materials with significanlty different properties is better modelled using MERGE than through SPH kernel function interactions.
The spatial impulse smoothing option smears out transferred impulses (in the particle-structure interaction) to more than one element face. xsmooth is an integer that defines the size of the region where impulses are distributed. xsmooth=1 means that only the direct neighbours of an impacted face will share a fraction of the impulse. With xsmooth=2 the impulse is distributed to both the direct and to the second level neighbours. Typical xsmooth parameters are in the range 1 to 10.