LINE2
Line ElementLINE2 defines a spring and damper between two NLFE grid nodes.
Format
<LINE2
       id       = "integer"
       pid      = "integer"
       g1       = "integer"
       g2       = "integer"
/>Attributes
- id
 - Unique identification number.
 - pid
 - Property identification number.
 - g1
 - First grid identification number.
 - g2
 - Second grid identification number ( ).
 
Example
The example demonstrates the definition of a LINE2 element.
<LINE2 id="1" pid="2" g1="101" g2="17"/>
              Comments
- The NLFE LINE2 element is a type of line element
                            that simulates a spring-damper between two NLFE grids as shown in the
                            figure below.
Figure 1. NLFE LINE2 element