🎉Community Raffle - Win $25

An exclusive raffle opportunity for active members like you! Complete your profile, answer questions and get your first accepted badge to enter the raffle.
Join and Win

replacing the node

User: "Ushay"
Altair Community Member
Updated by Ushay

Hello all,

 

I am creating a beam element connected between two nodal rigid bodies with the line 

*createspotweld $x $y 0 0 0 0 0 ''

 

Where x and y are the independent nodes of 1st and 2nd NRB respectively. When I look into file for generated beam element in the *ELEMENT_BEAM card (LS-Dyna), the 3rd node for the beam element is assigned with a random node id (but same coordinates as first node). Is there any possibility to replace the 3rd node id with the 1st node id? 

Find more posts tagged with

Sort by:
1 - 2 of 21
    User: "Imoto"
    Altair Employee
    Updated by Imoto

    Hello @Ushay

     

    I think you can create beam with '*barelementcreatewithoffsets' command.

     

    *createvector 1 1 0 0
    *barelementcreatewithoffsets Node1 Node2 1 Node3 1 0 0 '' 0 0 0 0 0 0 0 0

     

    Thanks,

    Imoto

    User: "Ushay"
    Altair Community Member
    OP
    Updated by Ushay

    Hello @Ushay

     

    I think you can create beam with '*barelementcreatewithoffsets' command.

     

    *createvector 1 1 0 0
    *barelementcreatewithoffsets Node1 Node2 1 Node3 1 0 0 '' 0 0 0 0 0 0 0 0

     

    Thanks,

    Imoto

     

    Hello @Imoto,

     

    thanks for the reply. 

     

    It is not accepting the Node 1 and Node 3 to be the same. 

     

     image.png.844127c6cc6a483ad8f699c6b74d581c.png

     

    I am trying to make the nodes 1 and 3 the same, to get something like this for a beam element.

     

    image.png.53d099e3ecc4d58bb3256604a885fd18.png

     

    Thanks