Using Opensees in 3D Analysis

Forum for asking and answering questions related to use of the OpenSeesPy module

Moderators: silvia, selimgunay, Moderators

Post Reply
miki
Posts: 1
Joined: Sun Dec 26, 2021 9:43 pm

Using Opensees in 3D Analysis

Post by miki »

Good evening guys, I have a problem, I am working on a code to see the 3d analysis of reinforced concrete elements and I am using opensees. The problem is when running the code, I get the following message:

Code: Select all

PS C:\Users\miki\Desktop\test\test1> & "C:/Program Files/Python38/python.exe" "C:\Users\miki\Desktop\test\test1/01. Qt Designer/main.py"
CrdTransf *getCrdTransf(int tag) - none found with tag: 0
no CrdTransf is found
Traceback (most recent call last):
  File "C:\Users\miki\Desktop\test\test1/01. Qt Designer/main.py", line 20, in <lambda>
    self.ui.btn_analizar.clicked.connect(lambda: UIFunctions.plotear_modelo_modos(self))
  File "C:\Users\miki\Desktop\test\test1/01. Qt Designer\functions.py", line 125, in plotear_modelo_modos
    element('elasticBeamColumn', int(Ele[0]), int(Ele[1]), int(Ele[2]), Av, E, G, Jxxv, Iyv, Izv, int(Ele[3]),'-mass', densidad*Av)
opensees.OpenSeesError: See stderr output
Please, if anyone has had a similar problem and I can help, I would greatly appreciate it. Thank you very much in advance.
mhscott
Posts: 880
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: Using Opensees in 3D Analysis

Post by mhscott »

Your geometric transformation is not defined. Check your inputs for the element.
Post Reply