/MAT/LAW13 (RIGID) (Obsolete)
Block Format Keyword This material law is used to model part(s) as rigid bodies.
Format
(1) | (2) | (3) | (4) | (5) | (6) | (7) | (8) | (9) | (10) |
---|---|---|---|---|---|---|---|---|---|
/MAT/LAW13/mat_ID/unit_ID or /MAT/RIGID/mat_ID/unit_ID | |||||||||
mat_title | |||||||||
E | v |
Definition
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) |
||
E | Young's modulus Used for computing stiffness in interface (Real) |
|
v | Poisson's ratio Used for computing stiffness in interface. (Real) |
Example (Rigid)
#RADIOSS STARTER
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/UNIT/1
unit for mat
Mg mm s
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#- 2. MATERIALS:
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
/MAT/LAW13/1/1
rigid material
# RHO_I
.78
# E NU
210000 .3
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
#ENDDATA
/END
#---1----|----2----|----3----|----4----|----5----|----6----|----7----|----8----|----9----|---10----|
Comments
- /MAT/RIGID is not compatible with kinematic condition or with Advanced Mass Scaling (/AMS), but it is compatible with /BCS.
- /MAT/RIGID is not compatible with /PLOAD, /CLOAD, /GRAV, /IMPDISP, /IMPVEL, /IMPACC, /IMPTEMP, /INIVEL and /INITEMP. If loading is used, it is recommended to use /RBODY, instead of /MAT/RIGID.