Search found 6 matches

by husayn
Mon Oct 02, 2023 2:05 am
Forum: OpenSeesPy
Topic: Modeling the Shear Link in EBFs
Replies: 0
Views: 79873

Modeling the Shear Link in EBFs

Hi everyone, I want to model the shear links in an Eccentric Braced Frame Structural System. My problem is selecting the best element object in opensees/openseespy which can replicate the hysteretic behavior of its as the experimental test results show. I have found some papers: 1) 2018.05.22 - Expe...
by husayn
Mon Sep 04, 2023 6:30 am
Forum: OpenSeesPy
Topic: Rotational Spring (with 84000 kip-in. stiffness for example)
Replies: 1
Views: 6819

Rotational Spring (with 84000 kip-in. stiffness for example)

Hello everyone, I have problems with understanding the modeling of a rotational spring. As far as I know, the dimension for the stiffness of a rotational spring is FL (i.e. moment/rotation_angle; kip-in./rad). How can we model a rotational spring using a zeroLength element and a uniaxial material by...
by husayn
Fri Sep 01, 2023 1:38 am
Forum: OpenSeesPy
Topic: What is the openseespy error message 'R is negative in ReinforcingSteel::SetMP()' about?
Replies: 3
Views: 5551

Re: What is the openseespy error message 'R is negative in ReinforcingSteel::SetMP()' about?

You should consider using other material models for your steel. ReinforcingSteel is very unstable. Thank you for your answer. Steel02 is much more stable than this, but in the literature I have seen a lot of people who have used ReinforcingSteel material model and none of them have convergence issu...
by husayn
Thu Aug 31, 2023 1:31 pm
Forum: OpenSeesPy
Topic: What is the openseespy error message 'R is negative in ReinforcingSteel::SetMP()' about?
Replies: 3
Views: 5551

What is the openseespy error message 'R is negative in ReinforcingSteel::SetMP()' about?

Hello everyone, I have written the code github repository link is available below: https://github.com/husayn-mohammadi/01_cantilever when I run the code for a cyclic pushover analysis, I get the message ' R is negative in ReinforcingSteel::SetMP() ' and subsequently the analysis explodes. It doesn't...
by husayn
Wed Aug 30, 2023 11:36 pm
Forum: OpenSeesPy
Topic: Error in 'ReinforcingSteel' material model command
Replies: 1
Views: 3996

Re: Error in 'ReinforcingSteel' material model command

No need to wory guys. I fixed it up. The following code worked out just well. :D ops.uniaxialMaterial(*['ReinforcingSteel', 1, Fy, Fu, Es, Esh, eps_sh, eps_ult, '-GABuck', lsr, beta, r, gamma, '-CMFatigue', Cf, alpha, Cd, '-IsoHard', a1, limit, '-MPCurveParams', R1, R2, R3 ])
by husayn
Wed Aug 30, 2023 10:17 am
Forum: OpenSeesPy
Topic: Error in 'ReinforcingSteel' material model command
Replies: 1
Views: 3996

Error in 'ReinforcingSteel' material model command

Hi everyone, I have defined a function to create steel material models and I run into "OpenSeesError: See stderr output" error in the 1st version of my code, while in the 2nd one the analysis runs successfully. In the 1st version I give it my customized values for the parameters of "R...