Search found 9 matches
- Thu Nov 28, 2024 7:11 pm
- Forum: OpenSeesPy
- Topic: Building OpenSeespy from source
- Replies: 0
- Views: 132330
Building OpenSeespy from source
Hello everyone, I watched some very useful videos on YouTube by Dr. Scott and, with the help of ChatGPT, tried to build all the subprojects in Visual Studio (Community version). This was done by installing Intel Fortran, ActiveTcl, and Python 3.12 (the Python version noted on the OpenSeesPy website)...
- Thu Oct 17, 2024 12:22 pm
- Forum: OpenSeesPy
- Topic: nDMaterial - PlateRebar
- Replies: 0
- Views: 131090
nDMaterial - PlateRebar
I would appreciate it if anyone could clarify this: In nDMaterial for PlateRebar, the reinforcement direction is controlled by "sita." You need to define the angle of the reinforcement layer, 90° (longitudinal) or 0° (transverse). Is this correct? It seems a bit odd that the reinforcement ...
- Sat Aug 26, 2023 3:21 pm
- Forum: OpenSeesPy
- Topic: Rigid Diaphragm error in modal analysis
- Replies: 0
- Views: 77439
Rigid Diaphragm error in modal analysis
Hello Everyone, The following data represents a very simple frame: it consists of 4 columns and 4 beams, with a diagonal stretching from one corner to another horizontally to approximate a diaphragm. The top 4 nodes are restrained against displacement in the Y-direction. When analyzing the frame for...
- Thu Aug 24, 2023 9:50 pm
- Forum: OpenSeesPy
- Topic: TwoNodeLink: invalid orientation vector error
- Replies: 0
- Views: 75588
TwoNodeLink: invalid orientation vector error
Hello Everyone, I have an 'ElasticPP' element assigned to two nodes that makes it perfectly vertical in the Z direction(X and Y coordinates the same but different Z values). I get "invalid orientation vector". There is another similar element that is not perfectly vertical and I don't get ...
- Tue Aug 15, 2023 10:52 am
- Forum: OpenSeesPy
- Topic: Does the cyclic analysis work in python?
- Replies: 3
- Views: 15548
Re: Does the cyclic analysis work in python?
Thank you for your response. Then the example must be working as it is. However, there is no unpacking asterisk. Since the same happens for fiber command where patch commands just follow and the python interpreter relates those based on the order of execution, I assumed the same style has been used ...
- Mon Aug 14, 2023 11:44 am
- Forum: OpenSeesPy
- Topic: Does the cyclic analysis work in python?
- Replies: 3
- Views: 15548
Does the cyclic analysis work in python?
Hello Everyone, I was able to run the Pushover analysis example 5, Ex5, in Tcl. However, I couldn't run the example given in OpenSeesPy. Has anyone tried to run this example: https://openseespydoc.readthedocs.io/en/latest/src/cantuni2.html For Pattern command, part of the "Plain Pattern" s...
- Sun Jul 09, 2023 5:40 pm
- Forum: OpenSeesPy
- Topic: Parametric Optimization
- Replies: 0
- Views: 77819
Parametric Optimization
As far as I know OpenSees does not include optimization itself. However, it can be used with other python packages. I was wondering if anyone has code example or experience with using different optimization methods in python libraries to share here?
- Sun Jul 09, 2023 5:28 pm
- Forum: OpenSeesPy
- Topic: Viscous Damper example works in tcl but not in python
- Replies: 2
- Views: 7688
Re: Viscous Damper example works in tcl but not in python
Thank you for your quick response and valuable information. After upgrading to the latest version of OpenSeesPy, it worked.
- Sat Jul 08, 2023 6:26 pm
- Forum: OpenSeesPy
- Topic: Viscous Damper example works in tcl but not in python
- Replies: 2
- Views: 7688
Viscous Damper example works in tcl but not in python
Hello Everyone, There is tcl viscous damper example provided by OpenSees at: https://opensees.berkeley.edu/wiki/index.php/Dynamic_Analyses_of_1-Story_Moment_Frame_with_Viscous_Dampers Using this code, I prepared a one bay model which is a chevron with one viscous damper mounted on one diagonal only....