Search found 8 matches
- Thu Oct 17, 2024 12:22 pm
- Forum: OpenSeesPy
- Topic: nDMaterial - PlateRebar
- Replies: 0
- Views: 1755
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: 70657
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: 70868
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: 11391
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: 11391
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: 70594
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: 5207
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: 5207
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....