Search found 16 matches
- Sun Mar 21, 2021 10:29 pm
- Forum: OpenSees.exe Users
- Topic: MP model can not convergy
- Replies: 3
- Views: 3006
Re: MP model can not convergy
You should try your analysis with a different steel model. ReinforcingSteel is known to have some issues. Thank you very much for your answer, you are so kind! ! However, I can only use this model due to the need to consider the descending section of the reinforcement. I want to know what is the ge...
- Sun Mar 21, 2021 5:04 am
- Forum: OpenSees.exe Users
- Topic: MP model can not convergy
- Replies: 3
- Views: 3006
MP model can not convergy
Hello everyone, I would like to ask a question about convergence. I used the ReinforcingSteel model to build a bridge pier model, and the following error occurred. What do these errors mean? Looking forward to your answer! WARNING: ReinforcingSteel::SetMP() - did not converge finding da and ao Uniax...
- Mon Sep 21, 2020 1:51 am
- Forum: OpenSees.exe Users
- Topic: Deformation components
- Replies: 2
- Views: 2402
Re: Deformation components
I tried the model that only considered bending, but extracted the curvature of the pier bottom section to calculate the bending displacement. This value is also not equal to the displacement of the pier top node. Why is this?
- Sun Sep 20, 2020 8:38 pm
- Forum: OpenSees.exe Users
- Topic: Deformation components
- Replies: 2
- Views: 2402
Re: Deformation components
Will anyone answer my questions?
- Wed Sep 16, 2020 5:15 am
- Forum: OpenSees.exe Users
- Topic: Deformation components
- Replies: 2
- Views: 2402
Deformation components
Hi everyone!I have a problem. Could you please take a look In order to find the component part of deformation caused by bending and longitudinal bar slip, I establish a cantilever column ( dispDeamColumn+zeroLengthSection ), but found that the two displacements add up to less than the total displace...
- Wed Aug 19, 2020 7:02 am
- Forum: OpenSees.exe Users
- Topic: Zerolength drift
- Replies: 10
- Views: 6749
Re: Zerolength drift
Thank you for answering my questions, I can get your enthusiastic answer is my luck!selimgunay wrote: ↑Tue Aug 18, 2020 5:12 pm The common usage of this is for horizontal displacements to obtain the drift ratio as the displacement divided by the length of the element. It is not so meaningful for rotations.
- Wed Aug 19, 2020 6:59 am
- Forum: OpenSees.exe Users
- Topic: questions about example SS_IC1.TCL
- Replies: 10
- Views: 6051
Re: questions about example SS_IC1.TCL
If the moments are similar, curvatures should also be like that. If there is a factor of 12, it looks like there is an issue with units. Curvature units should be in 1/length unit, you are right. You can also double check everything to see if it satisfies M/EI=curvature in the elastic range. Thanks...
- Tue Aug 18, 2020 1:54 am
- Forum: OpenSees.exe Users
- Topic: questions about example SS_IC1.TCL
- Replies: 10
- Views: 6051
Re: questions about example SS_IC1.TCL
You should also specify the section number like recorder Element -xml Element12Def.out -time -ele 12 section 1 deformation recorder Element -xml Element12For.out -time -ele 12 section 1 force Dear selimgunay, hank you for your reply and apologize for my late reply! I tried this code and the result ...
- Tue Aug 18, 2020 1:42 am
- Forum: OpenSees.exe Users
- Topic: Zerolength drift
- Replies: 10
- Views: 6749
Re: Zerolength drift
This is a recorder to obtain the drift (displacement normalized by length of the member) between nodes 1 and 2 for DOF 3. You can find explanations of the parameters used in this recorder here: https://opensees.berkeley.edu/wiki/index.php/Drift_Recorder Thank you for your reply and information. I h...
- Fri Aug 14, 2020 12:19 am
- Forum: OpenSees.exe Users
- Topic: Zerolength drift
- Replies: 10
- Views: 6749
Re: Zerolength drift
Thank you for your answer! May I ask what does this mean?
recorder Drift -file drift1.out -iNode 1 -jNode 2 -dof 3 -perpDirn 1"
Looking forward to your recovery. Thanks again
- Fri Aug 14, 2020 12:14 am
- Forum: OpenSees.exe Users
- Topic: questions about example SS_IC1.TCL
- Replies: 10
- Views: 6051
Re: questions about example SS_IC1.TCL
Yes that gives you the stress and strain, for the curvature you should use recorder Element -file Element1.out -time -ele 1 section deformation for the moment, it should be recorder Element -file Element1.out -time -ele 1 section force Thank you for your answer!Dear selimgunay! I used the two codes...
- Thu Aug 13, 2020 5:52 am
- Forum: OpenSees.exe Users
- Topic: Zerolength drift
- Replies: 10
- Views: 6749
Re: Zerolength drift
The code for one case is "recorder Drift -file drift1.out -iNode 1 -jNode 2 -dof 3 -perpDirn 1" , "recorder Drift -file drift2.out -iNode 13 -jNode 2 -dof 3 -perpDirn 1", and the zerolength element is consist of node 1 and node 13. Do the above two codes mean curvature? The curva...
- Thu Aug 13, 2020 3:57 am
- Forum: OpenSees.exe Users
- Topic: questions about example SS_IC1.TCL
- Replies: 10
- Views: 6051
Re: questions about example SS_IC1.TCL
You can not get the curvature at a section by using the Node recorder. You should use the element recorder. Please see the example at the bottom of the page at the below link. https://opensees.berkeley.edu/wiki/index.php/Element_Recorder thanks for your replying, selimgunay! :D I looked at the comm...
- Mon Aug 10, 2020 8:57 pm
- Forum: OpenSees.exe Users
- Topic: questions about example SS_IC1.TCL
- Replies: 10
- Views: 6051
Re: questions about example SS_IC1.TCL
#example ss_ic1.tcl # bridge T-joint # ----------------- # Units: kips, in. # Pushover analysis multiple dispBeamColumn with strain penetration # modeling the circular RC column in a bridge T-joint tested by # Sri Sritharan # "Seismic response of column/cap beam tee connections # with cap beam ...
- Mon Aug 10, 2020 8:48 pm
- Forum: OpenSees.exe Users
- Topic: questions about example SS_IC1.TCL
- Replies: 10
- Views: 6051
questions about example SS_IC1.TCL
Hello, I'd like to ask a question.I am working on a case "example SS_IC1.TCL" on the official website:.Out-of-xml section5. I add a recoder:"recorder Node -file section5.out -xml section5.out -time -node 13 -dof 3 disp "wants to get the moment curvature of the column end. However...