Obtaining Yield Moment or Yield Curvature
Moderators: silvia, selimgunay, Moderators
-
- Posts: 917
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: Obtaining Yield Moment or Yield Curvature
It should work if you don't have any mistakes in the syntax. Can you upload your files in a box folder and share?
-
- Posts: 22
- Joined: Fri Mar 31, 2017 5:37 am
- Location: Middle East Technical University
Re: Obtaining Yield Moment or Yield Curvature
I will when i get back to home.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?
-
- Posts: 22
- Joined: Fri Mar 31, 2017 5:37 am
- Location: Middle East Technical University
Re: Obtaining Yield Moment or Yield Curvature
I have uploaded the MATLAB file which creates runs and shows the results as graphs.
https://we.tl/t-svg9QiWN4J
https://we.tl/t-svg9QiWN4J
-
- Posts: 917
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: Obtaining Yield Moment or Yield Curvature
I meant the tcl files including all subfiles
-
- Posts: 22
- Joined: Fri Mar 31, 2017 5:37 am
- Location: Middle East Technical University
Re: Obtaining Yield Moment or Yield Curvature
I will as soon as possible.
-
- Posts: 22
- Joined: Fri Mar 31, 2017 5:37 am
- Location: Middle East Technical University
Re: Obtaining Yield Moment or Yield Curvature
-
- Posts: 917
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: Obtaining Yield Moment or Yield Curvature
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
Also you need to add wipe command at the end of your tcl file otherwise it will not record all the data
-
- Posts: 917
- Joined: Mon Sep 09, 2013 8:50 pm
- Location: University of California, Berkeley
Re: Obtaining Yield Moment or Yield Curvature
If you still continue to experience any problems, please see the syntax here under Sections
https://opensees.berkeley.edu/OpenSees/ ... al/259.htm
https://opensees.berkeley.edu/OpenSees/ ... al/259.htm
-
- Posts: 22
- Joined: Fri Mar 31, 2017 5:37 am
- Location: Middle East Technical University
Re: Obtaining Yield Moment or Yield Curvature
Thank you, I will try.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
-
- Posts: 22
- Joined: Fri Mar 31, 2017 5:37 am
- Location: Middle East Technical University
Re: Obtaining Yield Moment or Yield Curvature
Sorry for the late reply. It worked like a charm, thank you so much.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
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)