Geometry Error: Inconsistencies Found

Post Reply
DeltaGL
Posts: 9
Joined: Mon Oct 26, 2020 9:57 am

Geometry Error: Inconsistencies Found

Post by DeltaGL » Thu Apr 10, 2025 9:54 am

Dear all,
I'm creating the model attached. On each floor, I want to add 4 EqualDOF + ZeroLength elements. The floors are artificially separated to allow for the insertion of the EqualDOF + ZeroLength elements. However, when I click on "write input file", the following lines are included multiple times:

model basic -ndm 3 -ndf 6
source definitions.tcl

This is something that should only appear in the main.tcl file, and I don’t understand why it's being generated multiple times. Maybe it's related to the "Merge" command?
I'd really appreciate any comments or suggestions on this.
Thanks in advance!

Modelo:
https://upm365-my.sharepoint.com/:u:/g/ ... A?e=kKYgbj

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

Re: Geometry Error: Inconsistencies Found

Post by STKO Team » Tue Apr 22, 2025 8:12 am

It's because your trusses are intersecting at the center of the cross. In that node the truss intersect another truss, and wants 3 DOFs.
But at the same time it shares the other end-node with a beam, and there it wants 6 DOFs. Since a truss cannot have different DOFs at the 2 end-nodes, STKO creates auxiliary nodes and links them with EDOF.

Anyways, having the central node at the intersection of the 2 braces makes the model singular. Instead of Merge command, you should have used the MakeWire, that does not create intersection points (only merges coinciding nodes).

This is fixed:
M1.ModelSismoSinRD-N-s-mm-v.1_DGL2.scd.zip
(2.14 MiB) Downloaded 116 times

Post Reply