Search found 17 matches

by rcsoul
Tue Jan 01, 2008 9:24 am
Forum: OpenSees.exe Users
Topic: matTest.tcl error??
Replies: 3
Views: 4483

Thank you, silvia.
Yes, the original script in OpenSees Manual 1.7.3:
recorder Element 1 -time -file force.out force

shall be modified to
recorder Element -file force.out -time -ele 1 force

to get it worked.
by rcsoul
Fri Dec 28, 2007 10:09 pm
Forum: OpenSees.exe Users
Topic: matTest.tcl error??
Replies: 3
Views: 4483

Commenting recorders made the script works fine. I guess the bug results from OpenSees 1.7.3-1.7.5 nolonger support these recorder output option for truss element.
by rcsoul
Tue Aug 14, 2007 11:58 pm
Forum: OpenSees.exe Users
Topic: A simple question about layer straight command?
Replies: 9
Views: 7308

A simple question about layer straight command?

The file in the example manual Ex9e.build.RCSection.Rect2D.tcl used the following script to define a fiber section. What my question is wouldn't the layer straight command defined two coincident rebars in one single point? For example, the point ( -$coreY $coreZ ) appeared twice in the following scr...
by rcsoul
Mon Jul 02, 2007 8:01 am
Forum: OpenSees.exe Users
Topic: matTest.tcl error??
Replies: 3
Views: 4483

matTest.tcl error??

Hello,
I tested the script matTest.tcl provided in the manual on OpenSees1.7.3 but got failed. It couldn't stop running. The script and OpenSees.exe was downloaded from the website without any change. Why does this happen? It is grateful for any reply.
by rcsoul
Tue Jan 23, 2007 8:44 am
Forum: Documentation
Topic: A question about zeroLength element
Replies: 2
Views: 6093

Thank you very much, silvia. Now I got the point.
by rcsoul
Tue Jan 23, 2007 1:12 am
Forum: Documentation
Topic: A question about zeroLength element
Replies: 2
Views: 6093

A question about zeroLength element

Hello,
I have a question about zeroLength element. I think it is quite simple but I haven't gotten the idea yet. That is since it is zero length, how was it integrated to displacement from given strain? I will be very greatful if simeone could help me.
by rcsoul
Fri Jan 12, 2007 10:20 pm
Forum: OpenSees.exe Users
Topic: An convergence problem for aggregator
Replies: 2
Views: 3981

Yes, silvia. I can't avoid zero stiffness.
by rcsoul
Fri Jan 12, 2007 8:18 am
Forum: OpenSees.exe Users
Topic: An convergence problem for aggregator
Replies: 2
Views: 3981

An convergence problem for aggregator

Hello, everyone. Can I set zero stiffness in uniaxial material for shear section to aggregate with fiber section? I have tested this in Example 2. 2D but experiencing convergence problem. The script was posted below. Because the uniaxial material I impelmented for shear section got zero stiffness so...
by rcsoul
Sun Jan 07, 2007 9:04 am
Forum: Documentation
Topic: What's the computation method of aggregator ?
Replies: 2
Views: 6039

Thank you fmk. I'll check it out.
by rcsoul
Thu Jan 04, 2007 11:39 pm
Forum: Documentation
Topic: What's the computation method of aggregator ?
Replies: 2
Views: 6039

What's the computation method of aggregator ?

Can anyone help me to know how an aggregator works? How was it implemented? I mean what's the basic formulations beyond the section aggregator? Please give me some references, formulations or tell me what is that procedure called so I can find it in textbooks or something? Thank you very much.
by rcsoul
Thu Nov 30, 2006 7:52 pm
Forum: OpenSees.exe Users
Topic: Stress strain recorder problem
Replies: 7
Views: 7263

Thank u fmk and silvia. I made a mistake opening a wrong file to check the output results. It had already worked after correction following your above suggestions. Thank you very much.
by rcsoul
Wed Nov 29, 2006 8:14 am
Forum: OpenSees.exe Users
Topic: Stress strain recorder problem
Replies: 7
Views: 7263

Thank you silvia. Yes, it's my error for that dash. My editor is wordpad. But even I corrected the dash it still cannot work. Very strange... I haven't resolved it.
by rcsoul
Sun Nov 26, 2006 4:46 am
Forum: OpenSees.exe Users
Topic: Stress strain recorder problem
Replies: 7
Views: 7263

Thank you very much fmk. But the number "1" I I've put after 0. was referred to $matID. Even though I tried your suggestion deleted the space between 0. and 1 it still not work. Can you give me some more help?
by rcsoul
Tue Nov 21, 2006 10:24 pm
Forum: OpenSees.exe Users
Topic: Stress strain recorder problem
Replies: 7
Views: 7263

Stress strain recorder problem

Hi, everyone: I've tested stressStrain recorder on example 3.1. I only add one recorder to record stress-strain relationship but got an empty file. Did I miss something? # OpenSees Example 3.1 # OpenSees Primer # # Units: kips, in, sec # ------------------------------ # Start of model generation # -...
by rcsoul
Tue Jul 11, 2006 12:07 am
Forum: Framework
Topic: Compiling OpenSees: identifier 'TCL_Char' error
Replies: 1
Views: 4020

Compiling OpenSees: identifier 'TCL_Char' error

I am trying compiling OpenSees using 2006/07/09 CVS version but always got error C2061: syntax error : identifier 'TCL_Char' although openSees.exe had been successfully compiled. Will there exist any unpredictable problem if I ignore this error and use the compiled openSees.exe? Any suggestion will ...