Search found 3 matches

by SumeetSinha
Mon Jan 18, 2021 9:06 pm
Forum: OpenSeesPy
Topic: Qz Material Response
Replies: 3
Views: 2323

Re: Qz Material Response

Hi Shong, Qz material model is similar to a contact element. The material has a finite stiffness when it is in contact, while a suction pressure acts when there is a gap. While using this material with a zero-length element, the direction of the contact vector is important. In line 21, while definin...
by SumeetSinha
Tue Jun 16, 2020 2:43 pm
Forum: OpenSeesPy
Topic: Error while using the opensees.so library in Python
Replies: 1
Views: 1580

Re: Error while using the opensees.so library in Python

Investigating the problem, the error was coming from OpenSeesReliabilityCommands. I did a dirty fix by commenting on all the OpenSeesReliability commands because I didn't need them and consequently removed the OpenSeesReliabilityCommands.o from the compilation (in /SRC/interpreter directory). I was ...
by SumeetSinha
Thu Jun 11, 2020 4:46 pm
Forum: OpenSeesPy
Topic: Error while using the opensees.so library in Python
Replies: 1
Views: 1580

Error while using the opensees.so library in Python

Hi, I successfully compiled opensees and openseespy using the provided makefile under Linux environment. Then, I ran some example problems from the EXAMPLES/ExampleScripts folder with opensees executable and it works fine. However, when I run the test.py in \OpenSees\SRC\interpreter I get the follow...