Search found 13 matches

by eidini
Sat Dec 10, 2011 3:23 pm
Forum: OpenSees.exe Users
Topic: How to Create a rigid element.
Replies: 4
Views: 5890

Re: How to Create a rigid element.

There is a “rigidLink” command:
http://opensees.berkeley.edu/wiki/index ... nk_command

Hope that helps!
by eidini
Sun Nov 27, 2011 12:00 am
Forum: OpenSees.exe Users
Topic: quad element: WARNING material not found
Replies: 2
Views: 3172

Re: quad element: WARNING material not found

Seems like the source of the error is because of using 2 model commands. After removing the beam element the model works. Now my question is how can I model a beam element connected to a quad element?

Thanks in advance!
by eidini
Sat Nov 26, 2011 11:22 pm
Forum: OpenSees.exe Users
Topic: quad element: WARNING material not found
Replies: 2
Views: 3172

quad element: WARNING material not found

Hi, I have modeled a beam element connected to a quad element. I think I need to put two model commands (I am not sure though), one at the beginning of the code for defining the beam element, and the other one before defining the quad element. Although the quad element is defined correctly, I receiv...
by eidini
Sun Nov 20, 2011 10:10 am
Forum: OpenSees.exe Users
Topic: latest tcl editor
Replies: 2
Views: 3742

Re: latest tcl editor

The latest version is 8.5.11. You can download it from the following link or from the OpenSees page after registration.

http://www.tcl.tk/software/tcltk/download.html
by eidini
Wed Nov 16, 2011 1:55 pm
Forum: OpenSees.exe Users
Topic: Problem in modeling CBF
Replies: 12
Views: 12645

Re: Problem in modeling CBF

I’m glad that the suggestion worked and you solved the problem.
Best of luck in your research!
by eidini
Wed Nov 16, 2011 11:17 am
Forum: OpenSees.exe Users
Topic: Problem in modeling CBF
Replies: 12
Views: 12645

Re: Problem in modeling CBF

No problem! Thanks for the file.
My research is not on CBF systems, but I’m learning too. I’m curious what makes the different displacements of the nodes in one type of analysis while there is a constraint between them!
Anybody have any Idea?
by eidini
Tue Nov 15, 2011 10:45 pm
Forum: OpenSees.exe Users
Topic: Problem in modeling CBF
Replies: 12
Views: 12645

Re: Problem in modeling CBF

I checked displacements of nodes 2, 5, 7, 8, 6 and 4 in a pushover analysis of the system. They all have the same horizontal displacements. Rigid diaphragm definition works well for Static Pushover Analysis of your example then. By the way, could you please send the same EQ file to me (eidinin1 [at]...
by eidini
Tue Nov 15, 2011 11:28 am
Forum: OpenSees.exe Users
Topic: Problem in modeling CBF
Replies: 12
Views: 12645

Re: Problem in modeling CBF

Hi, I think the problem lies in the definition of the rigid diaphragm and connectivity. For the time being, just remove the following lines (rigid diaphragm), and monitor the results. You still need to keep the definition of the beam by 2 elements. #rigid diaphragm equalDOF 2 4 1 equalDOF 2 7 1 Now,...
by eidini
Sun Nov 13, 2011 2:54 pm
Forum: OpenSees.exe Users
Topic: Problem in modeling CBF
Replies: 12
Views: 12645

Re: Problem in modeling CBF

No problem!
Yes, I'm Iranian.
by eidini
Sat Nov 12, 2011 11:53 pm
Forum: OpenSees.exe Users
Topic: Problem in modeling CBF
Replies: 12
Views: 12645

Re: Problem in modeling CBF

My previous suggestion solves the period problem, but still you need to define 2 beam elements at the top of the bracing:

#beam
element nonlinearBeamColumn 2 5 7 $np $BeamSecTag $transftagbeam
element nonlinearBeamColumn 8 7 6 $np $BeamSecTag $transftagbeam
by eidini
Sat Nov 12, 2011 4:49 pm
Forum: OpenSees.exe Users
Topic: Problem in modeling CBF
Replies: 12
Views: 12645

Re: Problem in modeling CBF

You need to make a constraint between nodes 2 and 7 too. Just add “equalDOF 2 7 1” to your code and the warnings will disappear.
Hope that helps!

Maryam
by eidini
Tue Oct 25, 2011 1:54 pm
Forum: OpenSees.exe Users
Topic: Tapered Beam
Replies: 2
Views: 3414

Re: Tapered Beam

Thank you very much André for the reply!
by eidini
Mon Oct 24, 2011 5:24 pm
Forum: OpenSees.exe Users
Topic: Tapered Beam
Replies: 2
Views: 3414

Tapered Beam

Hi, I need to model a tapered beam element with distributed plasticity. Is there any way other than dividing the beam into smaller elements with constant cross sections? The beam cross section is rectangular, and in the view the cross section changes linearly from one end to the other one. Thank you...