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.
Search found 17 matches
- Tue Jan 01, 2008 9:24 am
- Forum: OpenSees.exe Users
- Topic: matTest.tcl error??
- Replies: 3
- Views: 4516
- Fri Dec 28, 2007 10:09 pm
- Forum: OpenSees.exe Users
- Topic: matTest.tcl error??
- Replies: 3
- Views: 4516
- Tue Aug 14, 2007 11:58 pm
- Forum: OpenSees.exe Users
- Topic: A simple question about layer straight command?
- Replies: 9
- Views: 7431
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...
- Mon Jul 02, 2007 8:01 am
- Forum: OpenSees.exe Users
- Topic: matTest.tcl error??
- Replies: 3
- Views: 4516
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.
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.
- Tue Jan 23, 2007 8:44 am
- Forum: Documentation
- Topic: A question about zeroLength element
- Replies: 2
- Views: 6144
- Tue Jan 23, 2007 1:12 am
- Forum: Documentation
- Topic: A question about zeroLength element
- Replies: 2
- Views: 6144
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.
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.
- Fri Jan 12, 2007 10:20 pm
- Forum: OpenSees.exe Users
- Topic: An convergence problem for aggregator
- Replies: 2
- Views: 4013
- Fri Jan 12, 2007 8:18 am
- Forum: OpenSees.exe Users
- Topic: An convergence problem for aggregator
- Replies: 2
- Views: 4013
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...
- Sun Jan 07, 2007 9:04 am
- Forum: Documentation
- Topic: What's the computation method of aggregator ?
- Replies: 2
- Views: 6094
- Thu Jan 04, 2007 11:39 pm
- Forum: Documentation
- Topic: What's the computation method of aggregator ?
- Replies: 2
- Views: 6094
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.
- Thu Nov 30, 2006 7:52 pm
- Forum: OpenSees.exe Users
- Topic: Stress strain recorder problem
- Replies: 7
- Views: 7322
- Wed Nov 29, 2006 8:14 am
- Forum: OpenSees.exe Users
- Topic: Stress strain recorder problem
- Replies: 7
- Views: 7322
- Sun Nov 26, 2006 4:46 am
- Forum: OpenSees.exe Users
- Topic: Stress strain recorder problem
- Replies: 7
- Views: 7322
- Tue Nov 21, 2006 10:24 pm
- Forum: OpenSees.exe Users
- Topic: Stress strain recorder problem
- Replies: 7
- Views: 7322
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 # -...
- Tue Jul 11, 2006 12:07 am
- Forum: Framework
- Topic: Compiling OpenSees: identifier 'TCL_Char' error
- Replies: 1
- Views: 4047
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 ...