ZeroLengthImpact3D Elements - wrong nodes

Post Reply
fabio
Posts: 3
Joined: Mon Feb 03, 2020 12:12 pm

ZeroLengthImpact3D Elements - wrong nodes

Post by fabio » Tue Oct 20, 2020 4:53 pm

Hello,

I was analysing the reason for the error message saying that a node does not exist while defining ZeroLengthImpact3D Element. The process to define such element is basically the same of other ZeroLength elements or even simpler as it is not necessary to define zerolength material.
After carefully reading the .tcl file I actually realized that the nodes numbers (digits) are written mirrored. (such as 154 in place of 451). I think it is just a simple strange bug of the software.

Moreover, it would be nice to add information and to make clear something about master and slave planes for the definition of the impact elements.

Attached the example

element zeroLengthImpact3D 14410 471 645 3 0.0 0.6 1.62e+7 1.62e+7 1.39e+7 0.002 0.2e6
in place of
element zeroLengthImpact3D 14410 174 546 3 0.0 0.6 1.62e+7 1.62e+7 1.39e+7 0.002 0.2e6

so far I solved manually defining the elements using custom script.

thanks for the support,
regards,
Fabio
Attachments
Schermata 2020-10-20 alle 14.25.20.png
Schermata 2020-10-20 alle 14.25.20.png (52.54 KiB) Viewed 1681 times
Schermata 2020-10-20 alle 14.14.57.png
Schermata 2020-10-20 alle 14.14.57.png (21.99 KiB) Viewed 1681 times
Schermata 2020-10-20 alle 14.14.40.png
Schermata 2020-10-20 alle 14.14.40.png (18.79 KiB) Viewed 1681 times

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: ZeroLengthImpact3D Elements - wrong nodes

Post by STKO Team » Tue Oct 20, 2020 5:38 pm

Great job, you spot a bug we had in STKO. It will be fixed in the next release.
In the meantime here is the corrected python file.
Unzip it and copy the zeroLengthImpact3D.py in your STKO installation folder:
C:\Program Files\STKO\external_solvers\opensees\element_properties\zero_length_elements
zeroLengthImpact3D.zip
(1.74 KiB) Downloaded 180 times

Post Reply