Problem with definition of a new element in OpenSeesPy

For developers writing C++, Fortran, Java, code who have questions or comments to make.

Moderators: silvia, selimgunay, Moderators

Post Reply
ehsantafakory
Posts: 4
Joined: Mon Nov 14, 2011 11:47 pm
Location: amirkabir university

Problem with definition of a new element in OpenSeesPy

Post by ehsantafakory » Tue Aug 09, 2022 1:00 am

Hi OpenSees developers,

I've added an element in Opensees that works correctly in the TCL environment. I
applied the necessary changes in the openseespy by tracking the linear elastic
element in this project, when I put the created file of ‘opensees.pyd’ in its
place and run a model using it, the program doesn’t give any errors,
nonetheless, the analysis does not start and outputs are not available. Could
you let me know what is the problem and how can I fix it? Is there any
guidelines about the methode of adding an element in openseespy project?

Thanks in advance for your help!

mostlypen
Posts: 7
Joined: Sun Jun 04, 2023 11:11 pm

Re: Problem with definition of a new element in OpenSeesPy

Post by mostlypen » Wed Oct 04, 2023 7:23 pm

I believe I have identified the problem. In version 2.4.2 of OpenSees, the only library that existed was libOpenSees.a breakout game however, in version 3.4.0, there is an extra library called libOpenSeesclCommands.a; nevertheless, this library was not incorporated into my C++ makefile. After I inserted it, the code was successfully compiled.

Post Reply