Search found 15 matches

by yigitozcelik
Wed Dec 02, 2015 10:14 pm
Forum: OpenSees.exe Users
Topic: Properly Capturing Euler Buckling Load in OpenSEEs
Replies: 13
Views: 10839

Re: Properly Capturing Euler Buckling Load in OpenSEEs

Try dividing your column into two segments and moving the midnode sideways for initial imperfection. For details, you can refer to Uriz et al.

Uriz P., Filippou F., and Mahin S., “Model for cyclic inelastic buckling of steel braces”, ASCE Journal of Structural Engineering, 134(4), 619-628, 2008.
by yigitozcelik
Thu May 20, 2010 6:06 pm
Forum: OpenSees.exe Users
Topic: acceleration recorder of massless node
Replies: 4
Views: 4417

i am not sure but you can try to assign negligible (1.e-20) masses at non-mass joints.
You may know similar problem happens with eigen command,
as i said, not sure, but may figure it out
by yigitozcelik
Sun Mar 07, 2010 5:30 pm
Forum: OpenSees.exe Users
Topic: Properly Capturing Euler Buckling Load in OpenSEEs
Replies: 13
Views: 10839

globalForce 2D, 3dof: FX FY MZ
localForce 2D, 3dof: Fx Fy Mz
X,Y and Z for global coordinates
x,y and z for local coordinate system of members
for your columns, if you use localForce recorder that Fx will be axial load
since you include -time expression than 2nd column will be axial load
by yigitozcelik
Sun Mar 07, 2010 4:55 pm
Forum: OpenSees.exe Users
Topic: Properly Capturing Euler Buckling Load in OpenSEEs
Replies: 13
Views: 10839

I am sorry but i couldn't figure it out
by the way, application of lateral load at both exterior nodes (node 9 and node 41) would be more accurate approach
by yigitozcelik
Sun Mar 07, 2010 4:04 pm
Forum: OpenSees.exe Users
Topic: Properly Capturing Euler Buckling Load in OpenSEEs
Replies: 13
Views: 10839

Dear ysir,

I can't see where the problem is
if you send your script, hopefully i help you
by yigitozcelik
Sun Mar 07, 2010 3:41 pm
Forum: OpenSees.exe Users
Topic: Properly Capturing Euler Buckling Load in OpenSEEs
Replies: 13
Views: 10839

For simple connection, you need to use zerolength elements and equalDOF command between different nodes at same coordinates
there is a example about it
opensees.berkeley.edu/community/viewtopic.php?t=16686
by yigitozcelik
Fri Mar 05, 2010 2:09 pm
Forum: OpenSees.exe Users
Topic: Properly Capturing Euler Buckling Load in OpenSEEs
Replies: 13
Views: 10839

you may refer to "Model for Cyclic Inelastic Buckling of Steel Braces" by Patxi Uriz; Filip C. Filippou; and Stephen A. Mahin

I hope it helps
by yigitozcelik
Tue Feb 09, 2010 12:57 am
Forum: OpenSees.exe Users
Topic: pattern command
Replies: 5
Views: 5206

Do you use the command "model BasicBuilder -ndm $ndm" at the beginning of the script?
by yigitozcelik
Mon Feb 08, 2010 5:42 am
Forum: OpenSees.exe Users
Topic: pattern command
Replies: 5
Views: 5206

Instead of "pattern Plain 1 Constant"
you should use "pattern Plain 1 Linear"

by the way
"-eleload" command is problematical with corotational formulation

i hope this helps you
by yigitozcelik
Sun Nov 15, 2009 11:58 pm
Forum: OpenSees.exe Users
Topic: Brace - Pin Connection
Replies: 9
Views: 11679

I forgot to say
For braces, you need to use corrotational transformation and use fiber section to account for moment axial load interaction.
by yigitozcelik
Sat Nov 14, 2009 2:35 pm
Forum: OpenSees.exe Users
Topic: Brace - Pin Connection
Replies: 9
Views: 11679

Hi Zephyre; You need to use equalDOF command for pin connection. First assign slave nodes to where braces are connected to other members so master and slave nodes have same coordinates then use equalDOF command to achieve same DOFs in x and y direction between master nodes and slave nodes (not in z ...
by yigitozcelik
Sun Oct 04, 2009 5:46 am
Forum: OpenSees.exe Users
Topic: Pin connection & equalDOF command
Replies: 1
Views: 2513

Pin connection & equalDOF command

Hi Dr. Silvia; I need to use pinned connections in 2D frame system To achieve that; I assign two nodes with different node tags and with same coordinates, after I use equalDOF command for x and y directions. The problem is after completing analysis, the deformations in x-direction are different (for...
by yigitozcelik
Tue Sep 01, 2009 12:11 pm
Forum: OpenSees.exe Users
Topic: Brace - Pin Connection
Replies: 9
Views: 11679

I figured it out.

Thank you for your precious help, Dr Mazzoni
by yigitozcelik
Tue Sep 01, 2009 10:48 am
Forum: OpenSees.exe Users
Topic: Brace - Pin Connection
Replies: 9
Views: 11679

According to the paper "Model for Cyclic Inelastic Buckling of Steel Braces" Patxi Uriz; Filip C. Filippou; and Stephen A. Mahin to represent buckling behaviour, I am using nonlinear beam-column element for braces so I can't use truss element for braces I used infinite small length elastic...
by yigitozcelik
Tue Sep 01, 2009 7:40 am
Forum: OpenSees.exe Users
Topic: Brace - Pin Connection
Replies: 9
Views: 11679

Brace - Pin Connection

Hi; I want to model a pin for brace connection in a 2D frame As far as I know I need to use Zero-Length Element with a low stiffness elastic material and equalDOF constraint My question is that how i can define the orientation of the local axis of the brace ? I am confused with the explanation in th...