SPH Cells Distribution
The particles should be created in a hexagonal compact, face centered cubic or a cubic net packing.
The hexagonal compact net and face centered cubic are recommended for use in Radioss and give similar results. A face center cubic particle distribution can be created using the HyperMesh SPH panel. A HyperMesh Tcl macro to generate hexagonal compact net is available from the Altair Connect website.
Hexagonal Compact Net


The hexagonal compact net distribution can be created in HyperMesh using a Tcl script available by searching in Altair Connect for the Hexagonal Compact Net Tcl script. When using this script, the pitch or distance between any particle and its closest neighbor is entered as h0.
The mass of the particle mp is defined in the property /PROP/SPH.
- V
- Total volume filled by the particles.
- n
- Total number of particles distributed in the volume.
For hexagonal compact net, the recommended smoothing length h in /PROP/SPH is the pitch h0 which is the smallest distance between the particles. A smoothing length smaller than this can only be used when there is no tension physical problems material. If the material does include tensile behavior, then a smoothing length larger than h0 can be used to increase stability, but there will be an increase in the computational cost.
Distance d | Number of particles at distance d | Number of particles within distance d |
---|---|---|
h0 | 12 | 12 |
√2h0 | 6 | 18 |
√3h0 | 24 | 42 |
2h0 | 12 | 54 |
√5h0 | 24 | 78 |
Face Centered Cubic

For face centered cubic, the recommended smoothing length h in /PROP/SPH is the pitch entered when created the sph mesh in HyperMesh. The pitch h0 is the smallest distance between the particles. A smoothing length smaller than h0 can only be used when there is no tension physical problems material. If the material does include tensile behavior, then a smoothing length larger than h0 can be used to increase stability but there will be an increase in the computational cost.
Simple Cubic Net

Distance d | Number of particles at distance d | Number of particles within distance d |
---|---|---|
c | 6 | 6 |
√2c | 12 | 18 |
√3c | 8 | 26 |
2c | 6 | 32 |
√5c | 24 | 56 |
√6c | 24 | 80 |
√2c | 12 | 92 |
3c | 6 | 98 |
From experience using cubic net, a higher smoothing length compared to face centered cubic or hexagonal compact net is needed to solve the tension instability. This higher smoothing length increases the computational cost since more neighbor particles have to be included in the calculation for each particle.
For cubic net, a smoothing length h between 1.25c and 1.5c is recommended in /PROP/SPH.