Search found 38 matches

by Rocky
Wed Aug 01, 2007 5:29 pm
Forum: OpenSees.exe Users
Topic: The models with rigid zones
Replies: 1
Views: 2864

The models with rigid zones

I recently built two frame models with concentrated plasticity represented by one zeroLengthSection element at each end. The rigid zone are simulated by several elastic elements with a common joint. One model is one story, it runs ok! However, when the model is extended to 2 stories, something stran...
by Rocky
Sat Jun 02, 2007 8:38 pm
Forum: OpenSees.exe Users
Topic: Dynamic analysis convergence problem
Replies: 2
Views: 3710

Sorry made a mistake, the source file should be: ------------------------ ##### ----- External functions ----- ##### proc BoxSec {secID matID d b tw tf nfdw nftw nfbf nftf} { set dw [expr $d - 2 * $tf] set bw [expr $b - 2 * $tw] set y1 [expr -$d/2] set y2 [expr -$dw/2] set y3 [expr $dw/2] set y4 [ex...
by Rocky
Sat Jun 02, 2007 7:51 pm
Forum: OpenSees.exe Users
Topic: Dynamic analysis convergence problem
Replies: 2
Views: 3710

Dynamic analysis convergence problem

I recently made a model representing a generic frame connected with a piece of rocking column by rigid links. This model is first pushed to 465 mm by displacement control, which runs very well. Then it is released by "remove LoadPattern" command to simulate the vibration. The dynamic analy...
by Rocky
Thu Mar 01, 2007 6:26 am
Forum: OpenSees.exe Users
Topic: Does the EnvelopDrift Recorder work or not?
Replies: 1
Views: 2515

Does the EnvelopDrift Recorder work or not?

I checked the source code of OpenSEES and found there is a class for EnvelopDrift recorder. I tried, but failed. Does it mean this capability is not integrated, or my usage is not correct? If the capability is integrated, could anyone give me the instruction of the usage of this recorder. Thanks in ...
by Rocky
Sat Feb 17, 2007 12:01 am
Forum: OpenSees.exe Users
Topic: 3D model pushover analysis
Replies: 1
Views: 3277

3D model pushover analysis

I get a problem when doing 3D pushover analysis. I try to push the structure to the positive direction. The result however shows a positive displacement with a negative force. I don't know whether I defined the pushover analysis wrong or not. I would appreciate if anyone could help me figure this ou...
by Rocky
Sun Dec 03, 2006 6:23 pm
Forum: OpenSees.exe Users
Topic: Elastic beam section in Example 5 (3D model)
Replies: 0
Views: 2579

Elastic beam section in Example 5 (3D model)

Dear all: In the example 5, when I change the elastic section of all girders to fiber section involving nonlinearity, error occurs. The given hints are: "WARNING - ForceBeamColumn3d::update - failed to get compatible element forces & deformations for element: [ele no.](dW: << -1.#IND, dW0: ...
by Rocky
Tue Nov 22, 2005 7:51 pm
Forum: OpenSees.exe Users
Topic: Can anybody help me to check this example?
Replies: 1
Views: 2967

If only analyzing five steps (0-0.05), the result of reaction force on node 3 is correct. But if analyzing six steps (0-0.06), the reaction force on node 3 is not correct, and the displacement on this node is not the displacement assigned to it. Can anybody check it? or is my syntax incorrect? Thank...
by Rocky
Tue Nov 22, 2005 2:15 am
Forum: OpenSees.exe Users
Topic: Can anybody help me to check this example?
Replies: 1
Views: 2967

Can anybody help me to check this example?

The first five steps work fine. But after six steps, I checked the displacement of Node 3, and found it's zero. I don't know why. Can anybody help me? Thanks alot. model basic -ndm 2 -ndf 3 node 1 0.0 0.0 node 2 0.0 3.0 node 3 0.0 4.5 fix 1 1 1 1 fix 2 0 1 1 fix 3 0 1 0 mass 2 100000.0 0.0 0.0 geomT...
by Rocky
Tue Nov 22, 2005 12:17 am
Forum: OpenSees.exe Users
Topic: How to remove a load pattern?
Replies: 1
Views: 2832

How to remove a load pattern?

When doing restart analysis, the loadpattern of previous analysis works
or not in the current restart analysis?

Can I remove the loadpattern of previous analysis before the current
restart analysis? and how?

Thanks in advance.
by Rocky
Thu Nov 17, 2005 9:32 pm
Forum: OpenSees.exe Users
Topic: Is there any command for "acceleration" boundary?
Replies: 5
Views: 6100

Hi, Silvia:
I think I have solved the problem.
Thank you for your suggestion.
by Rocky
Thu Nov 17, 2005 9:24 pm
Forum: OpenSees.exe Users
Topic: Is there any command for "acceleration" boundary?
Replies: 5
Views: 6100

Sorry, I cannot understand your question.
The recorder has no effect on the analysis. In fact, I check
the result by "print".
If you run the code, please delete the two recorder lines.

Thank you very much.
by Rocky
Thu Nov 17, 2005 7:31 pm
Forum: OpenSees.exe Users
Topic: Is there any command for "acceleration" boundary?
Replies: 5
Views: 6100

Thanks for your reply. I tried "imposedMotion" command, but found the result still no change: the velocity and acceleration are still zero. I don't know why? is there anything wrong in my code: model basic -ndm 2 -ndf 3 node 1 0.0 0.0 node 2 0.0 3.0 fix 1 1 1 1 mass 2 64.0 0.0 0.0 geomTran...
by Rocky
Sun Nov 13, 2005 11:39 pm
Forum: OpenSees.exe Users
Topic: Is there any command for "acceleration" boundary?
Replies: 5
Views: 6100

Is there any command for "acceleration" boundary?

I want to apply acceleration on one node with mass or without mass.
Can I do it in OpenSees
Thanks
by Rocky
Thu Nov 10, 2005 6:13 pm
Forum: OpenSees.exe Users
Topic: Reaction forces during dynamic analysis
Replies: 2
Views: 3551

Frank, thanks for your reply. It still cannot work. I checked the boundary acceleration and velocity, and found both are zero. Therefore "reactionIncludingInertia" cannot work. I think the critical point is: how to handle "sp" command in dynamic analysis. I think in the current v...
by Rocky
Thu Nov 10, 2005 7:19 am
Forum: OpenSees.exe Users
Topic: Who can tell me what is wrong with this model?!!!!!
Replies: 4
Views: 5696

may be this is the point:

And the reason may be the definition of :

#IPE270
section Elastic 1 $E $A1 $Iz1 $Iy1 $G $J1
#IPE330
section Elastic 2 $E $A2 $Iz2 $Iy2 $G $J2
#TUBO260x10
section Elastic 3 $E $A3 $Iz3 $Iy3 $G $J3


I didnot do the analysis, but I cannot found where you define nonlinearity.