/MAT/LAW19 (FABRI)
Block Format Keyword This law defines an elastic orthotropic material and is available only for shell elements. It is used to model airbag fabrics.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/MAT/LAW19/mat_ID/unit_ID or /MAT/FABRI/mat_ID/unit_ID | |||||||||
mat_title | |||||||||
E11 | E22 | ||||||||
G12 | G23 | G31 | |||||||
RE | ZeroStress | Fscale_Por | sens_ID |
Definitions
Field | Contents | SI Unit Example |
---|---|---|
mat_ID | Material identifier (Integer, maximum 10 digits) |
|
unit_ID | Unit Identifier (Integer, maximum 10 digits) |
|
mat_title | Material title (Character, maximum 100 characters) |
|
Initial density (Real) |
||
E11 | Young's modulus in direction
1. (Real) |
|
E22 | Young's modulus in direction
2. (Real) |
|
Poisson's ratio. (Real) |
||
G12 | Shear modulus. (Real) |
|
G23 | Shear modulus. (Real) |
|
G31 | Shear modulus. (Real) |
|
RE | Reduction factor value. Minimum value, RE > 0.001 Default =1.0 (Real) |
|
ZeroStress | Zero stress flag.
(Real) |
|
Fscale_Por | FVM internal scale factor of surface
porosity. 3
Default set to 0.0 (Real) |
|
sens_ID | Sensor identifier. 4 (Integer, maximum 10 digits) |
Example (Airbag)
#RADIOSS STARTER
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/UNIT/1
unit for mat
Mg mm ms
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#- 2. MATERIALS:
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/MAT/FABRI/1/1
Fabric
# RHO_I
1.5e-9
# E11 E22 NU12
500 500 0
# G12 G23 G31
10 10 10
# R_E ZEROSTRESS Fscale_pro SENS_ID
.01 0 0 0
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#ENDDATA
/END
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
Comments
- Material Law 19 must be used with /PROP/TYPE9 (SH_ORTH) (Orthotropic shell element).
- The reduction factor RE is used to ease the Young's modulus when the airbag fabric is in compression:
- Fscale_Por is used in LAW19 with surf_IDin > 0 in either the /MONVOL/FVMBAG (Obsolete) or /MONVOL/FVMBAG1 card, to define internal surface porosity ranging from 0 (no porosity) up to 1 (full porosity).
- The sens_ID is used only with ZeroStress > 0 and reference state geometry. This ensures the stability of the mesh deformed from the reference configuration. The pre-constrained state will be released at the time determined by the sensor activation. This is useful for airbags with a delayed expansion time.