Line Element
|
Description
|
CABLE defines an NLFE cable element.
|
Format
|
<CABLE
id = "integer"
pid = "integer"
g1 = "integer"
g2 = "integer"
/>
|
Attributes
|
id
|
Unique element identification number.
|
pid
|
Property identification number.
|
g1
|
First grid identification number.
|
g2
|
Second grid identification number ().
|
Comments
|
1. | The NLFE cable element is a type of line element that has two nodes. |
2. | Each element has a unique identification number with respect to other NLFE cable elements. |
3. | This element can resist the axial and bending loads only. Shear and torsion loads cannot be resisted by this element. |
4. | The element cross sectional area is assumed to be constant meaning that the Poisson’s ratio is assumed to be zero. |
5. | Figure 1 shows the NLFE cable element and its nodal coordinates. |
Figure 1: NLFE CABLE element
|
6. | PCABLE can be used to define the geometric properties and material card of the cable element. |
|
Example
|
The example demonstrates the definition of a CABLE element.
<CABLE id="5" pid="12" g1="20" g2="6"/>
|