Home > List of Keywords > *BEAM3
*BEAM3
Data format:
An arbitrary number of lines with 7 parameters each, as follows:
NEL JO JK JE IPRO IMAT XLO
...
Status:
Optional
Purpose:
To define 3 nodes beam elements (6 degrees of freedom per node).
Restrictions:
The total number of elements (all types) may not exceed MAXEL . The nodes JO, JK and JE must have been previously defined
Details :
Parameter | Description |
---|---|
NEL | Identification number of the element |
JO | Origin node of the element |
JK | Intermediate node of the element |
JE | End node of the element |
IPRO | Index in the table of elementary mechanical and geometrical properties (previously defined by keyword BEAMPRO or RIGIPRO) |
IMAT | Material index (previously defined by keyword *MAT) |
XLO | Element length. Note: If XLO=0, the element length is taken from the corresponding properties keyword (referred by IPRO). If XL0 is still null the element length is the initial distance between the nodes composing it. |
Note: This element is given in an initially unstressed configuration.
Example :
*BEAMPRO
c | [.] | [m] | [kg/m] | [m] | [.] | [.] | [.] | [.] | [N] | [N.m2] | [N.m2] | [N.m2/rad] |
---|---|---|---|---|---|---|---|---|---|---|---|---|
1 | 1.0 | 133.93 | .2447 | 0.7 | 1.0 | 0. | 0. | 1.6e5 | 1.41e7 | 1.41e7 | 1.e4 | 1.e4 |
2 | 0.0 | 133.93 | .3000 | 0.5 | 1.0 | 0.5 | 1. | 1.6e5 | 1.41e7 | 1.41e7 | 1.e4 | 1.e4 |
*BEAM2
48 17 41 1 1 0
60 20 50 1 2 10.0
*BEAM3
50 19 20 21 2 1 0.0
Element | first node | final node | Properties index | Material index | length (m) |
---|---|---|---|---|---|
48 | 17 | 41 | 1 | 1 | 1.0 |
50 | 19 | 21 | 2 | 1 | \(\|\| \vec{X}_{19} - \vec{X}_{21} \|\|\) |
60 | 20 | 50 | 1 | 2 | 10.0 (m) |