Obtaining Yield Moment or Yield Curvature

Forum for OpenSees users to post questions, comments, etc. on the use of the OpenSees interpreter, OpenSees.exe

Moderators: silvia, selimgunay, Moderators

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Obtaining Yield Moment or Yield Curvature

Post by selimgunay » Tue Jul 28, 2020 10:06 pm

It should work if you don't have any mistakes in the syntax. Can you upload your files in a box folder and share?

demirhanunlu
Posts: 22
Joined: Fri Mar 31, 2017 5:37 am
Location: Middle East Technical University

Re: Obtaining Yield Moment or Yield Curvature

Post by demirhanunlu » Wed Aug 12, 2020 6:24 am

selimgunay wrote:
Tue Jul 28, 2020 10:06 pm
It should work if you don't have any mistakes in the syntax. Can you upload your files in a box folder and share?
I will when i get back to home.

demirhanunlu
Posts: 22
Joined: Fri Mar 31, 2017 5:37 am
Location: Middle East Technical University

Re: Obtaining Yield Moment or Yield Curvature

Post by demirhanunlu » Wed Aug 12, 2020 1:24 pm

I have uploaded the MATLAB file which creates runs and shows the results as graphs.

https://we.tl/t-svg9QiWN4J

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Obtaining Yield Moment or Yield Curvature

Post by selimgunay » Wed Aug 12, 2020 4:28 pm

I meant the tcl files including all subfiles

demirhanunlu
Posts: 22
Joined: Fri Mar 31, 2017 5:37 am
Location: Middle East Technical University

Re: Obtaining Yield Moment or Yield Curvature

Post by demirhanunlu » Mon Aug 17, 2020 5:30 am

I will as soon as possible.

demirhanunlu
Posts: 22
Joined: Fri Mar 31, 2017 5:37 am
Location: Middle East Technical University

Re: Obtaining Yield Moment or Yield Curvature

Post by demirhanunlu » Mon Aug 17, 2020 1:37 pm

selimgunay wrote:
Wed Aug 12, 2020 4:28 pm
I meant the tcl files including all subfiles
The tcl files have been uploaded to the following link:

https://we.tl/t-bckne46hXB

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Obtaining Yield Moment or Yield Curvature

Post by selimgunay » Mon Aug 17, 2020 8:13 pm

It works like this: recorder Element -file Element1.out -time -ele 1 section fiber 0.0 0.0 stressStrain

Also you need to add wipe command at the end of your tcl file otherwise it will not record all the data

selimgunay
Posts: 913
Joined: Mon Sep 09, 2013 8:50 pm
Location: University of California, Berkeley

Re: Obtaining Yield Moment or Yield Curvature

Post by selimgunay » Mon Aug 17, 2020 8:24 pm

If you still continue to experience any problems, please see the syntax here under Sections

https://opensees.berkeley.edu/OpenSees/ ... al/259.htm

demirhanunlu
Posts: 22
Joined: Fri Mar 31, 2017 5:37 am
Location: Middle East Technical University

Re: Obtaining Yield Moment or Yield Curvature

Post by demirhanunlu » Fri Aug 21, 2020 4:07 am

selimgunay wrote:
Mon Aug 17, 2020 8:13 pm
It works like this: recorder Element -file Element1.out -time -ele 1 section fiber 0.0 0.0 stressStrain

Also you need to add wipe command at the end of your tcl file otherwise it will not record all the data
Thank you, I will try.

demirhanunlu
Posts: 22
Joined: Fri Mar 31, 2017 5:37 am
Location: Middle East Technical University

Re: Obtaining Yield Moment or Yield Curvature

Post by demirhanunlu » Sun Oct 04, 2020 11:40 pm

selimgunay wrote:
Mon Aug 17, 2020 8:13 pm
It works like this: recorder Element -file Element1.out -time -ele 1 section fiber 0.0 0.0 stressStrain

Also you need to add wipe command at the end of your tcl file otherwise it will not record all the data
Sorry for the late reply. It worked like a charm, thank you so much.
For those who struggle like me, I am giving some information below:
The recorder gives three columns as an output.
first column = moment of the section
second column = stress of the specified (or the closest) fiber (+ for tension)
third column = strain of the specified (or the closest) fiber (+ for tension)

Post Reply