Search found 10 matches

by ishinabe
Mon Jan 06, 2014 7:17 pm
Forum: OpenSees.exe Users
Topic: EleLoad must be considered to mass?
Replies: 2
Views: 2290

Re: EleLoad must be considered to mass?

Dear Mr.McKeena

Thank you for your advice.
As you indicated, the analytical model had turned into be plastic by eleLoad.

>what is the loadControl 1.0 1 doing?
Sorry. "loadControl" is a procedure created by me.

It means....
integrator LoadControl 1.0
analyze 1
by ishinabe
Mon Jan 06, 2014 4:03 am
Forum: OpenSees.exe Users
Topic: EleLoad must be considered to mass?
Replies: 2
Views: 2290

EleLoad must be considered to mass?

Hello. I have tried codes as follows. -------------------------------------------------- [Definition of analytical model...] puts "[eigen 1])]" pattern Plain 1 1 { eleLoad -ele 1 -type -beamUniform 1.0 } loadControl 1.0 1 puts "[eigen 1])]" ---------------------------------------...
by ishinabe
Mon Oct 07, 2013 5:48 pm
Forum: OpenSees.exe Users
Topic: About RealTime Output Commands
Replies: 2
Views: 2403

Re: About RealTime Output Commands

Dr.Scott Thank you for your reply. I realized my mistake by your advice. Actually, I have used unsupported command "nodeReact", it performs as I mentioned. (I found this command in source code.) I have confirmed that "nodeDisp", "nodeVel", "nodeAccel" work fin...
by ishinabe
Sun Oct 06, 2013 7:49 pm
Forum: OpenSees.exe Users
Topic: About RealTime Output Commands
Replies: 2
Views: 2403

About RealTime Output Commands

Hello. I have a question about real-time output commands(nodeDisp, nodeVel..). These commands will return zero unless there is a recorder command corresponding to value inquired by real-time command. If possible, I would like to use real-time commands without unnecessary file access by recorder. Do ...
by ishinabe
Fri Mar 29, 2013 12:13 am
Forum: Framework
Topic: A bug in Steel01.cpp(rev.4950)
Replies: 1
Views: 2775

Re: A bug in Steel01.cpp(rev.4950)

I have confirmed the correction in rev.5096.
Thanks.
by ishinabe
Fri Mar 29, 2013 12:07 am
Forum: OpenSees.exe Users
Topic: About the isotropic hardening rules of Steel01/02
Replies: 8
Views: 7403

Re: About the isotropic hardening rules of Steel01/02

I have checked the source code "Steel01.cpp". Then I think the source code seems to implement Ludwik's hardening equation (not the equation proposed by Dr. Filippou et al. in EERC83-19). But the strain hardening exponent "0.8" is incomprehensible. I think the value 0.2-0.3 is be ...
by ishinabe
Thu Mar 21, 2013 7:33 pm
Forum: OpenSees.exe Users
Topic: About the isotropic hardening rules of Steel01/02
Replies: 8
Views: 7403

Re: About the isotropic hardening rules of Steel01/02

Hello, bridger, inguan118. I found the description <Steel01 -- bilinear steel model with linear kinematic and "exponential" isotropic hardening> in the page "OpenSees Modeling Capabilities" ( http://opensees.berkeley.edu/OpenSees/user/modellingCapabilities.php ) The implementatio...
by ishinabe
Mon Mar 18, 2013 6:38 pm
Forum: OpenSees.exe Users
Topic: About the isotropic hardening rules of Steel01/02
Replies: 8
Views: 7403

Re: About the isotropic hardening rules of Steel01/02

Thank you for your reply, vesna.

I have carried out some simple tests and understood the implementation roughly.

But the implementation seems not to accord the suggestion in EERC 83-19.

Where does the exponent "0.8" come from?

Regards.
by ishinabe
Mon Mar 18, 2013 2:33 am
Forum: OpenSees.exe Users
Topic: About the isotropic hardening rules of Steel01/02
Replies: 8
Views: 7403

About the isotropic hardening rules of Steel01/02

Hi I'm confused about the isotropic hardening rules of Steel01/02(arguments a1,a2,a3,a4) The rules in Steel01/02 are different from the equation ( 3.8 ) of EERC 83-19? The equation in EERC 83-19 is "sigma_st / sigma_y = a1*(epsilon_max / epsilon_y - a2)" that seems to correspond literally ...
by ishinabe
Fri Aug 24, 2012 6:12 pm
Forum: Framework
Topic: A bug in Steel01.cpp(rev.4950)
Replies: 1
Views: 2775

A bug in Steel01.cpp(rev.4950)

Hi. I found a bug in Steel01.cpp(rev.4950) See line 82(in added function "OPS_NewSteel01()") if (numData == 3) { dData[3] = STEEL_01_DEFAULT_A1; dData[4] = STEEL_01_DEFAULT_A2; dData[5] = STEEL_01_DEFAULT_A2; <<<<<<<< Please correct "A2" to "A3" dData[6] = STEEL_01_DEFA...