HyperWorks Solvers

CONN2

CONN2

Previous topic Next topic No expanding text in this topic  

CONN2

Previous topic Next topic JavaScript is required for expanding text JavaScript is required for the print function  

Connector Element

Description

CONN2 lets you connect NLFE elements that have structural discontinuity.

Format

 

<CONN2

      id       = "integer"

      g1       = "integer"

      g2       = "integer"

      conn     = "string"

     [graph    = "integer"]

/>

Attributes


id

Unique identification number.

g1

First grid identification number.

g2

Second grid identification number, .

conn

String containing at most 12 characters that describe the connection between the coordinates. See Comment 4 for more details.

graph

Post processing flag. Use this flag to control how this element is displayed in the animation H3D. Default for graph is 0. See Comment 6 for more details.

Comments

1.This type of element is used to connect between elements that have structural discontinuity. Each connector element of type CONN2 has a unique identification number with respect to other connector elements of the same type.
2.Grid 1 and 2 do not need to be co-incident i.e. an offset between the two is allowed. In addition, the gradient vectors of Grid 1 do not need to be aligned with Grid 2.
3.Grid 2 is required to have full 12 generalized coordinates associated with it. CONN2 establishes up to 12 kinematic relationships of Grid 1 coordinates with respect to Grid 2 coordinates:

The constant coefficients in the equations above are automatically computed by MotionSolve based on the model positions of Grid 1 and Grid 2.

4.The letter ‘T’ in attribute conn indicates the particular kinematic relationship that will be imposed by MotionSolve at all times during the simulation. The attribute conn can have up to 12 ‘T’ (True) or ‘F’ (False) characters. For example, if conn="TTTFFFFFFFFF", the first 3 conditions in the previous comment will be imposed and the rest of the conditions will not be imposed by MotionSolve.
5.The default for the attribute conn is “FFFFFFFFFFFF”. Further, conn="TTT” is equivalent to conn="TTTFFFFFFFFF”. If the number of characters in the attribute conn is more than the number of generalized coordinates of either Grid 1 or 2, any character which does not have corresponding coordinates in either Grid 1 or 2 will be ignored.
6.The graph attribute controls how this connector element is displayed in the animation H3D:
graph =”0” implies the CONN2 element is not represented in the H3D
graph =”1” implies that a line connecting the two nodes will be displayed for this element.

Example

The example demonstrates the definition of a CONN2 element.

<CONN2 id="900" g1="521" g2="12" conn="TTTTTTTTTTTT"/>