Next: *ELEMENT OUTPUT
Up: Input deck format
Previous: *ELASTIC
Contents
*ELEMENT
Keyword type: model definition
With this option elements are defined. There is one required
parameter, TYPE and one optional parameter, ELSET. The parameter TYPE
defines the kind of element which is being defined. The following
types can be selected:
- General 3D solids
- C3D4 (4-node linear tetrahedral element)
- C3D6 (6-node linear triangular prism element)
- C3D8 (3D 8-node linear isoparametric element)
- C3D8R (the C3D8 element with reduced integration)
- C3D10 (10-node quadratic tetrahedral element)
- C3D15 (15-node quadratic triangular prism element)
- C3D20 (3D 20-node quadratic isoparametric element)
- C3D20R (the C3D20 element with reduced integration)
- C3D20RI (incompressible C3D20 element with reduced integration)
- ``ABAQUS'' 3D solids for heat transfer (names are provided for compatibility)
- DC3D4: identical to C3D4
- DC3D6: identical to C3D6
- DC3D8: identical to C3D8
- DC3D10: identical to C3D10
- DC3D15: identical to C3D15
- DC3D20: identical to C3D20
- Shell elements
- S6 (6-node triangular shell element)
- S8 (8-node quadratic shell element)
- S8R (the S8 element with reduced integration)
- Plane stress elements
- CPS6 (6-node triangular plane stress element)
- CPS8 (8-node quadratic plane stress element)
- CPS8R (the CPS8 element with reduced integration)
- Plane strain elements
- CPE6 (6-node triangular plane strain element)
- CPE8 (8-node quadratic plane strain element)
- CPE8R (the CPS8 element with reduced integration)
- Axisymmetric elements
- CAX6 (6-node triangular axisymmetric element)
- CAX8 (8-node quadratic axisymmetric element)
- CAX8R (the CAX8 element with reduced integration)
- Beam elements
- B32 (3-node beam element)
- B32R (the B32 element with reduced integration)
- Special elements
- D (3-node network element)
- GAPUNI (2-node unidirectional gap element)
Notice that the S8, S8R, CPS8, CPS8R, CPE8, CPE8R, CAX8, CAX8R, B32
and B32R element are internally expanded into 20-node brick
elements. Please have a look at Section 6.2 for details and decision criteria which element to take. The element choice determines to a large extent the quality of the results. Do not take element choice lightheartedly! The parameter ELSET is used to assign the elements to an element set. If the set already exists, the elements are ADDED to the set.
First line:
- *ELEMENT
- Enter any needed parameters and their values.
Following line:
- Element number.
- Node numbers forming the element. The order of nodes around the element is given in section 2.1. Use continuation lines for elements having more than 15 nodes (maximum 16 entries per line).
Repeat this line if needed.
Example:
*ELEMENT,ELSET=Eall,TYPE=C3D20R
1,1,2,3,4,5,6,7,8,9,10,11,12,13,14,15,
16,17,18,19,20
defines one 20-node element with reduced integration and stores it in set Eall.
Example files: beam8p, beam10p, beam20p.
Next: *ELEMENT OUTPUT
Up: Input deck format
Previous: *ELASTIC
Contents
guido dhondt
2014-03-02