Next: *EL FILE
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:
- C3D8 (3-D 8-node linear isoparametric element)
- C3D8R (the C3D8 element with reduced integration)
- C3D10 (10-node quadratic tetrahedral element)
- C3D20 (3-D 20-node quadratic isoparametric element)
- C3D20R (the C3D20 element with reduced integration)
- S8 (8-node quadratic shell element)
- S8R (the S8 element with reduced integration)
- CPS8 (8-node plane stress element)
- CPS8R (the CPS8 element with reduced integration)
- CPE8 (8-node plane strain element)
- CPE8R (the CPS8 element with reduced integration)
- CAX8 (8-node axisymmetric element)
- CAX8R (the CAX8 element with reduced integration)
- B32 (3-node beam element)
- B32R (the B32 element with reduced integration)
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 3.1 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: *EL FILE
Up: Input deck format
Previous: *ELASTIC
  Contents
Guido Dhondt
2003-08-06