Search found 10 matches

by husseinokail
Sat Jan 23, 2010 4:59 pm
Forum: OpenSees.exe Users
Topic: Hysteretic Material Reference
Replies: 2
Views: 2655

Hysteretic Material Reference

Is there any paper or document that provides a reference for the Hysteretic Material Model, with the solution scheme and the model develpment

Thanks
H
by husseinokail
Tue Apr 14, 2009 11:24 am
Forum: OpenSees.exe Users
Topic: Zerolength element
Replies: 3
Views: 3671

Thanks
by husseinokail
Mon Apr 13, 2009 3:04 pm
Forum: OpenSees.exe Users
Topic: Zerolength element
Replies: 3
Views: 3671

Zerolength element

I created a small model with zerolength element connecting two point with the same co-ordinates then i changed the coordinates so they are different i got the same response in both cases Is that possible??? This is the model # -------------------------------------------------------------------------...
by husseinokail
Mon Nov 17, 2008 6:35 pm
Forum: OpenSees.exe Users
Topic: Damping
Replies: 0
Views: 2145

Damping

Follows is a model of just one disp baed beam element under earthquake motion. and I plot the moment curature at the integration point (1). when i use damping based on the initial stiffness i get a moment curvature which is totaly different than the one based on the last committed stiffness. which d...
by husseinokail
Mon Nov 10, 2008 3:47 pm
Forum: OpenSees.exe Users
Topic: Nonlinear Beam Column
Replies: 2
Views: 3078

I think if ound what caused this it is the slope of the softening branch in the material law, it was too gentle
by husseinokail
Mon Nov 10, 2008 3:45 pm
Forum: OpenSees.exe Users
Topic: Explicit Nemark or Central Difference
Replies: 1
Views: 2512

Explicit Nemark or Central Difference

Follows is a script for a SDOF it works with nemark but once i change the intergrator to explicit schemes like central diffference or explicit newmark it fails at the first step Any Suggestions??? Thanks # SET UP ---------------------------------------------------------------------------- wipe; # cl...
by husseinokail
Fri Nov 07, 2008 5:07 pm
Forum: OpenSees.exe Users
Topic: Nonlinear Beam Column
Replies: 2
Views: 3078

Nonlinear Beam Column

Follows is my model, it model a nonlinear beam column under cyclic lateral load. When I get the moment curvature relationship the moment capacity is higher than what i get by manual calculations which is supposed to be 4 kips.inch Any mistakes in the model difinition you can see? Thanks # SET UP ---...
by husseinokail
Mon Jun 23, 2008 3:22 pm
Forum: OpenSees.exe Users
Topic: Recording data every N steps
Replies: 4
Views: 4043

Thanks
by husseinokail
Mon Jun 23, 2008 2:28 pm
Forum: OpenSees.exe Users
Topic: Recording data every N steps
Replies: 4
Views: 4043

well, that works fine but i had a small problem, I have a gravity load step after which i keep the load constant and reset the time to zero by: loadConst -time 0.0 then i start my time history analysis this is my recorder: recorder Node -file $dir/node1.txt -time -dT .001 -node 1 -dof 1 2 disp; the ...
by husseinokail
Mon Jun 23, 2008 10:54 am
Forum: OpenSees.exe Users
Topic: Recording data every N steps
Replies: 4
Views: 4043

Recording data every N steps

Is there anyway that i specify the recorders to collect data every N steps of the solution

Thanks