Logo  PFC

structure link create command

Syntax

structure link create keyword <range>

Primary keywords:

default-attach    on-nodeid    offset    side    target    group

Creates new links on structure nodes in the range. If the node already has a link associated with it, this will be ignored. Existing links can be removed with the structure link delete command. If source and target ID numbers are not supplied, then the command will automatically look for valid targets on all potential new links in the range.

default-attach b

By default a new link created with this command is given rigid connections in all six degrees-of-freedom if created on side on, and free connection in all six if created on side two. By setting this keyword to true, links created will be given the default attachment conditions associated with the first element their host node is connected to. This is not compatible with target node. Please note that this is required for elements to pass property values to the link models in individual degrees-of-freedom. If not done, this will not happen even if the link models match those expected by the element.

on-nodeid i
Specify a specific node component-id number on which to create a link.
If this keyword is used, the range phrase is not used. If the target keyword is used with a specific id supplied, on-nodeid must be used to specify the source node.
offset v
When a specific target has not been specified, an offset vector can be used to search for a node or zone that does not lie in the location of the source node.
The location checked will be the source node position plus the offset vector v. Note that if a zone is the target and an offset is used, then the large strain sliding update should be turned off using the sliding property of the element.
side i
Specify on which side of a node attached to an embedded liner element the link should attach to.
The default is side 1. Must be 1 or 2.
target keyword
Identify the target entity.
The default target zone will be used if target is not supplied.
zone <i >
Specify the link(s) should look for a zone target.
If i is not specified, then a non-null zone that is within a distance δ of the source node is utilized. If i is specified, then that zone is used if it is non-null and the source node is within a distance δ of its boundary. (See the preceding discussion for a definition of δ.)
node <i >
Specify that the link(s) should look for a node target.
If i is not specified, then a node that is within a distance δ of the source node is utilized. If i is specified, then the two nodes must be near to each other for a link to be created. Near is defined as being within a distance δ of one another, where δ is the global value of node tolerance (see the structure link tolerance-contact command). The attachment conditions of the new link are set to “rigid” for all six directions if the link is on side 1, and “free” if the link is on side 2.
group s1 <slot s2 >
Assign the created link to the group named s1.
If the optional slot s2 is supplied, the group is assigned to the slot named s2; if omitted, the group is assigned to the slot named Default. Use of the group logic is described in Group.

Usage Example

The following example will create a link to zones on all links on side 2 of nodes connected to liner elements that have been assigned the group name First.

structure link create target zone side 2 range group 'First'

The following example will create a link to nodes, if there is another node at that location, for all nodes associated with the group name Connection.

structure link create target node range group 'Connection`

The following example will create a link between the node with component-id 5 and the first node found within a tolerance of its location.

structure link create on-nodeid 5 target node

The following example will create a link between the node with component-id 5 and the node with component-id 16.

structure link create on-nodeid 5 target node 16
⇄
  • PFC 6.0 documentation »
  • FLAC3D »
  • FLAC3D Model Objects »
  • Structural Elements »
  • Structural Element Links »
  • Commands »


⇐ structure link attach command | structure link delete command ⇒
Was this helpful? ... PFC © 2019, Itasca Updated: Apr 26, 2019