Search found 14 matches

by marcoita
Tue Dec 04, 2012 12:06 am
Forum: OpenSees.exe Users
Topic: Moment-Curvature Cyclic Analysis
Replies: 9
Views: 6759

Re: Moment-Curvature Cyclic Analysis

Thank you Vesna, but I still don't understand how I can retrieve the maximum moment. It occurs, indeed, at different time for different analises and its value changes, therefore I would need for a command to find it automatically. Something like set maxmoment [expr max($moment)] where moment is defi...
by marcoita
Sat Dec 01, 2012 12:23 am
Forum: OpenSees.exe Users
Topic: Moment-Curvature Cyclic Analysis
Replies: 9
Views: 6759

Re: Moment-Curvature Cyclic Analysis

Hi Vesna and thank you for your time. Probably I didn't explain well what I need to do and I'm sorry about it. It's a cyclic moment-curvature analysis. There are 4 cycles at the same maximum curvature. I want that at the end of the positive fourth cycle the moment is equal to 0.8Mmax. What I am doin...
by marcoita
Fri Nov 30, 2012 4:56 am
Forum: OpenSees.exe Users
Topic: Moment-Curvature Cyclic Analysis
Replies: 9
Views: 6759

Re: Moment-Curvature Cyclic Analysis

Thank you Vesna, I managed to do what you suggested me. But I still cannot do what I want to do. I mean, is it possible to find the maximum moment within the list? I am thinking about an expression like the following: set eleForces [eleResponse $eleTag force] set moment [lindex $eleForces 2] set max...
by marcoita
Thu Nov 29, 2012 10:19 am
Forum: OpenSees.exe Users
Topic: Moment-Curvature Cyclic Analysis
Replies: 9
Views: 6759

Re: Moment-Curvature Cyclic Analysis

Hi Vesna, thank you for your reply. Nevertheless, I am not sure I have understood how to use the eleResponse command for a node. My recorder is: recorder Node -file Moment_curvature.out -time -node 1002 -dof 3 disp; # output moment (col 1) & curvature (col 2) so I think I should write something ...
by marcoita
Wed Nov 28, 2012 6:04 am
Forum: OpenSees.exe Users
Topic: Moment-Curvature Cyclic Analysis
Replies: 9
Views: 6759

Moment-Curvature Cyclic Analysis

Hi to everyone, I am performing analyses on sections in OpenSees with a cyclic analysis. For a certain section the analisys ends when the moment at the fourth cycle is equal to 80% of the maximum moment. What I do is to put a curvature, look at the output in Excel, then change the maximum curvature ...
by marcoita
Tue Jul 24, 2012 12:22 am
Forum: OpenSees.exe Users
Topic: Tension loss Steel01
Replies: 5
Views: 4206

Re: Tension loss Steel01

Thank you!!
by marcoita
Mon Jul 23, 2012 1:54 am
Forum: OpenSees.exe Users
Topic: Tension loss Steel01
Replies: 5
Views: 4206

Re: Tension loss Steel01

Hi Vesna,

did you take a look at my script?
I tried to use ElasticPP or the Hysteretic material insted of Steel01 but I have the same problem...
by marcoita
Mon Jul 16, 2012 8:13 am
Forum: OpenSees.exe Users
Topic: Tension loss Steel01
Replies: 5
Views: 4206

Re: Tension loss Steel01

Thank you Vesna! My script: # [L]=[mm] [F]=[N] model BasicBuilder -ndm 2 -ndf 3 file mkdir Data; #---geometric parameters-------- set al 300.; # section height set la 300.; # section lenght set cf 39.; # concrete cover (respect to rebars) #------------------------------- # ---material properties----...
by marcoita
Thu Jul 12, 2012 2:31 pm
Forum: OpenSees.exe Users
Topic: Tension loss Steel01
Replies: 5
Views: 4206

Tension loss Steel01

Hi everyone, I am performing some moment curvature analysis but I have a problem with Steel01. I have put fy=400 MPa but sometimes, after the yielding, tension loss occurs and I believe I cannot read the correct value of curvature. May someone explain me why? This is a segment of what I obtain if I ...
by marcoita
Mon Jun 25, 2012 12:56 am
Forum: OpenSees.exe Users
Topic: Moment-Curvature Analysis with Concrete04 ConfinedConcrete01
Replies: 1
Views: 3193

Moment-Curvature Analysis with Concrete04 ConfinedConcrete01

Hi everyone, I am trying to perform some Moment-Curvature Analysis in OpenSees. If I use the Concrete01 material for the confined concrete, the program performs the analysis correctly, but when I use the Concrete04 or the ConfinedConcrete01 I got the message "WARNING: CTestEnergyIncr - failed t...
by marcoita
Mon Jun 11, 2012 11:22 pm
Forum: OpenSees.exe Users
Topic: Plot stress-strain curve
Replies: 3
Views: 4431

Re: Plot stress-strain curve

Hi Zlatko, thank you for your reply. I did what you said but my record is empty and I do not understand why (error in loading??). Here it is my .tcl file, I would really appreciate if you can test it and help me. Thank you. Marco model BasicBuilder -ndm 2 -ndf 3 file mkdir Data; #---geometric parame...
by marcoita
Fri Jun 08, 2012 12:05 am
Forum: OpenSees.exe Users
Topic: Plot stress-strain curve
Replies: 3
Views: 4431

Plot stress-strain curve

Hi everyone, I want to check the material I am using for an analysis so I want to display the backbone curve of the material before the analysis. Is there a way I can do it? Moreover if at the end of the analysis (moment-curvature) I want to plot the Moment-curvature diagram, it appears just for a s...
by marcoita
Wed Jun 06, 2012 1:21 am
Forum: OpenSees.exe Users
Topic: Moment-Curvature Analysis with ConfinedConcrete01
Replies: 1
Views: 1974

Re: Moment-Curvature Analysis with ConfinedConcrete01

I moved up the part of the analysis from "global LunitTXT..."; in this way I can solve the error regarding "fmt1" but the analysis does not converge yet and the message "WARNING SuperLU::solve(void)- Error 1 returned in factorization dgstrf()" is still there!
by marcoita
Wed Jun 06, 2012 12:51 am
Forum: OpenSees.exe Users
Topic: Moment-Curvature Analysis with ConfinedConcrete01
Replies: 1
Views: 1974

Moment-Curvature Analysis with ConfinedConcrete01

Hi to everyone, I am trying to do some moment-curvature analyses but I have a problem with the ConfinedConceret01 material. If I use, i.e., the Concrete01 material for the confined core the analysis is correct and I obtain what I expect. If I use, instead, the ConfinedConcrete01 for the confined cor...