Search found 22 matches

by demirhanunlu
Thu Oct 15, 2020 11:41 am
Forum: OpenSeesPy
Topic: Difficulty in finding output args
Replies: 4
Views: 3679

Re: Difficulty in finding output args

thanks for the answer, i was just kidding.
by demirhanunlu
Wed Oct 14, 2020 12:28 pm
Forum: OpenSeesPy
Topic: Difficulty in finding output args
Replies: 4
Views: 3679

Re: Difficulty in finding output args

The best way is to look at the source code. I mean, if you're going to lose yourself, you might as well do it the source code :D Search for the "setResponse" method in the material/element you are using. For example, find it here for all uniaxial materials. https://github.com/OpenSees/OpenSees/blob...
by demirhanunlu
Wed Oct 14, 2020 12:10 am
Forum: OpenSeesPy
Topic: Difficulty in finding output args
Replies: 4
Views: 3679

Difficulty in finding output args

Dear fellows, I am having difficulties in finding which output args (that are passed to setResponse() element method) that I can use for my models. For example I am using element recorder command (https://openseespydoc.readthedocs.io/en/latest/src/elementRecorder.html). In this command, in the expla...
by demirhanunlu
Sun Oct 04, 2020 11:40 pm
Forum: OpenSees.exe Users
Topic: Obtaining Yield Moment or Yield Curvature
Replies: 24
Views: 11833

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 Sorry for the late reply. It worked like a charm, thank you so much. For those who struggle...
by demirhanunlu
Fri Aug 21, 2020 4:07 am
Forum: OpenSees.exe Users
Topic: Obtaining Yield Moment or Yield Curvature
Replies: 24
Views: 11833

Re: Obtaining Yield Moment or Yield Curvature

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.
by demirhanunlu
Mon Aug 17, 2020 1:37 pm
Forum: OpenSees.exe Users
Topic: Obtaining Yield Moment or Yield Curvature
Replies: 24
Views: 11833

Re: Obtaining Yield Moment or Yield Curvature

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
by demirhanunlu
Mon Aug 17, 2020 5:30 am
Forum: OpenSees.exe Users
Topic: Obtaining Yield Moment or Yield Curvature
Replies: 24
Views: 11833

Re: Obtaining Yield Moment or Yield Curvature

I will as soon as possible.
by demirhanunlu
Wed Aug 12, 2020 1:24 pm
Forum: OpenSees.exe Users
Topic: Obtaining Yield Moment or Yield Curvature
Replies: 24
Views: 11833

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
by demirhanunlu
Wed Aug 12, 2020 6:24 am
Forum: OpenSees.exe Users
Topic: Obtaining Yield Moment or Yield Curvature
Replies: 24
Views: 11833

Re: Obtaining Yield Moment or Yield Curvature

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.
by demirhanunlu
Tue Jul 28, 2020 1:31 am
Forum: OpenSees.exe Users
Topic: Obtaining Yield Moment or Yield Curvature
Replies: 24
Views: 11833

Re: Obtaining Yield Moment or Yield Curvature

selimgunay wrote:
Mon Jul 27, 2020 11:00 am
recorder Element -file Element1.out -ele 1 section 1 fiber -1 1 stressStrain

You have a "-1" here, that could be the reason
I have changed it to any combination, unfortunately nothing works.
by demirhanunlu
Tue Jul 21, 2020 11:34 am
Forum: OpenSees.exe Users
Topic: Obtaining Yield Moment or Yield Curvature
Replies: 24
Views: 11833

Re: Obtaining Yield Moment or Yield Curvature

Are you sure that the analysis is completed succesfully? You can check it by looking at the other recorder output files and see if there is anything recorded in the other files. The code is as follows. Can you please check it? # ----------------------------------------------------------------------...
by demirhanunlu
Mon Jul 20, 2020 11:24 pm
Forum: OpenSees.exe Users
Topic: Obtaining Yield Moment or Yield Curvature
Replies: 24
Views: 11833

Re: Obtaining Yield Moment or Yield Curvature

Are you sure that the analysis is completed succesfully? You can check it by looking at the other recorder output files and see if there is anything recorded in the other files. It runs and creates moment-curvature diagram. I also checked it with Xtract and the results are matching very well. But i...
by demirhanunlu
Sat Jul 18, 2020 2:26 pm
Forum: OpenSees.exe Users
Topic: Obtaining Yield Moment or Yield Curvature
Replies: 24
Views: 11833

Re: Obtaining Yield Moment or Yield Curvature

Thanks for your contribution. Do you know what is the command to record strain on fibers? I believe following commands will help you. A and B are element and section labels, respectively. $y and $z are the fiber coordinates. Based on your coordinate and matID definition, program will record the str...
by demirhanunlu
Thu Jul 16, 2020 12:54 am
Forum: OpenSees.exe Users
Topic: Obtaining Yield Moment or Yield Curvature
Replies: 24
Views: 11833

Re: Obtaining Yield Moment or Yield Curvature

Thanks for your contribution. Do you know what is the command to record strain on fibers? I believe following commands will help you. A and B are element and section labels, respectively. $y and $z are the fiber coordinates. Based on your coordinate and matID definition, program will record the str...