/PROP/TYPE34 (SPH)
Block Format Keyword Describes SPH property set.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/PROP/TYPE34/prop_ID or /PROP/SPH/prop_ID | |||||||||
prop_title | |||||||||
mp | qa | qb | skew_ID | h_ID | |||||
order | h |
Definitions
Field | Contents | SI Unit Example |
---|---|---|
prop_ID | Property
identifier (Integer, maximum 10 digits) |
|
prop_title | Property
title (Character, maximum 100 characters) |
|
mp | Mass of the
particles. (Real) |
|
qa | Quadratic bulk
viscosity. Default = 2.0 (Real) |
|
qb | Linear bulk
viscosity. Default = 1.0 (Real) |
|
Conservative smoothing
coefficient. (Real) |
||
skew_ID | Skew identifier to define
the initial orthotropic directions in the case of
skew_ID ≠ 0 (means property is
orthotropic). (Integer) |
|
h_ID | Smoothing length change
based on volume. 6
(Integer) |
|
order | SPH correction order.
(Integer) |
|
h | Smoothing
length. Default: see 2 (Real) |
|
Coefficient for solving
tensile instability. Default = 0.0 (Real) |
Example (Bird Strike)
#RADIOSS STARTER
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/PROP/TYPE34/3000001
BIRD_sphv1 (unit kg_mm_ms) data from Example 49 - Bird Strike on Windshield
# mp qa qb alpha_cs skew_ID h_ID
1.725149E-4 2E-30 1E-30 0 0 0
# order h xi_stab
0 6.286 0
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#ENDDATA
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
Comments
- The recommended SPH cell distribution is face centered cubic which can be created in the HyperMesh SPH panel or hexagonal compact net distribution using a Tcl script available from Altair Connect.
- Default value for smoothing
length is set as:
(1) which corresponds to the inter-particles distance when the particles distribution is hexagonal compact.
For face centered cubic and hexagonal compact net distribution, the recommended smoothing length is the pitch entered when generating the SPH particles.
- The kinetic energy absorbed by conservative smoothing of velocities is output as hourglass energy into /TH/PART files.
- If
is not equal to zero, an artificial stress is
added to solve the tensile instability, proposed by:
J.J. Monaghan, SPH without a Tensile Instability, Journal of Computational Physics, vol. 159, pp. 290-311, 2000
A value of is recommended.
- If the sphpart_ID is
used with Sol2SPH option, (in /PROP/SOLID),
must be input. The mass of the particle can be
0.0 (it is automatically calculated by Radioss). A
good value of the smoothing length is:
(2) Where,- Smoothing length
- Size of the brick elements
- Number of particle per direction for each solid element
- The smoothing length on
each particle is updated during the computation according to the change in the
volume.If h_ID=0, the change in the volume is based on three dimensions:
(3) If h_ID=1, the change in the volume is based on one dimension:(4)