mshp
'mshp' <name> 'l'|'s'|'b' ->
<element-type-nr> <element-attr-nr> ->
<lockFlag> <density>|<size>
This keyword is used to set the mesh parameters for individual surfaces and bodies:
mshp A001 s 8 -1 1 2.074
sets the lement type to 8 (please see ”Element Types” for a key to the element numbers), the attribute to -1 (tr6u) and the mesh density to 2.074 (mesh refinement). The '1' after the '-1' indicate a locked state and that all this properties can not be changed with an ”elty” command before unlocked. For sets of surfaces or bodies the elty command must be used. The attributes are integer values with the following meaning:
- -1: unstructured mesh tr3u (-2 for mesh with libGLu tr3g )
- 0: default
- 1: reduced integration be2r be3r he8r he20r
- 2: incompatible modes he8i
- 3: DASHPOTA be2d
- 4: plane strain (CPE) tr3e tr6e qu4e qu8e
- 5: plane stress (CPS) tr3s
- 6: axisymmetric (CAX) tr3c
- 7: fluid he8f
- 8: tet10m
- 14: reduced integration, plane strain (CPE)
- 15: reduced integration, plane stress (CPS)
- 16: reduced integration, axisymmetric (CAX)