Search found 24 matches

by kashani
Wed Feb 13, 2013 6:33 am
Forum: OpenSees.exe Users
Topic: block3D doesn't accept variable ?!
Replies: 2
Views: 2377

Re: block3D doesn't accept variable ?!

eval function worked. That's awesome.

Thanks Vesna for your help.
by kashani
Tue Feb 12, 2013 5:52 am
Forum: OpenSees.exe Users
Topic: block3D doesn't accept variable ?!
Replies: 2
Views: 2377

block3D doesn't accept variable ?!

In the following command for block3D, the coordinates of eight corner nodes from 1 to 8, can NOT be variable! I mean the coordinates must be just numbers. It is very bothering that you can not define variable for the coordinates. Does any body have any solution for this thing? block3D $nx $ny $nz $e...
by kashani
Wed Jun 27, 2012 6:29 am
Forum: OpenSees.exe Users
Topic: "twoNodeLink" element for modeling SDOF model
Replies: 1
Views: 3026

Re: "twoNodeLink" element for modeling SDOF model

two node link has got an option for defining the local axes of the two node link. this option is "<-orient <$x1 $x2 $x3> $y1 $y2 $y3> " you should use this option to define the local axes. refer to this: http://opensees.berkeley.edu/wiki/index.php/Two_Node_Link_Element element twoNodeLink $eleTag $i...
by kashani
Tue Jun 26, 2012 6:19 pm
Forum: OpenSees.exe Users
Topic: Modeling Pendulum
Replies: 0
Views: 1472

Modeling Pendulum

Does any body know how to model a pendulum in OpenSees?
I know that pendulum is a mechanism not a structure, but maybe there are some tricks to model a pendulum.

Thanks,
by kashani
Fri May 18, 2012 9:48 am
Forum: OpenSees.exe Users
Topic: WARNING BandGenLinLapackSolver
Replies: 3
Views: 4383

Re: WARNING BandGenLinLapackSolver

LAPACK error means that there are errors in your modeling.
For example, not having enough fix supports, having hanging nodes, element-connectivity problems, ..
by kashani
Sun May 13, 2012 8:55 am
Forum: OpenSees.exe Users
Topic: SMA
Replies: 6
Views: 4518

Re: SMA

check out this post:

http://opensees.berkeley.edu/community/ ... =2&t=35378

I have used the "uniaxialMaterial SelfCentering" for modeling of SMA, and it works great.
by kashani
Sun May 13, 2012 8:50 am
Forum: OpenSees.exe Users
Topic: Zerolength Element
Replies: 1
Views: 2366

Re: Zerolength Element

your model has a problem with stability, or you have some hanging nodes (connected to no element) in your code, or you do not have enough restraints or fix nodes. LAPACK error means that your modeling and connectivity of elements has a problem. You should check your code and play around with that to...
by kashani
Sat May 12, 2012 10:29 am
Forum: Useful Scripts.
Topic: Makefile.def for Ubuntu 6.10 Edgy Eft
Replies: 7
Views: 15348

Re: Makefile.def for Ubuntu 6.10 Edgy Eft

May you please send the Makefile.def for Ubuntu 12.04 LTS.
I would be grateful.
by kashani
Thu Mar 01, 2012 1:47 pm
Forum: OpenSees.exe Users
Topic: Hint about DisplacementControl cyclic pushover
Replies: 0
Views: 1440

Hint about DisplacementControl cyclic pushover

I used ElasticPPGap material for cyclic lateral loading with making use of displacement-controlled analysis. At first, my integrator was DisplacementControl, but the DisplacementControl integrator seems to have some problems with the materials that have a zero slope in plastic regions such as Elasti...
by kashani
Mon Feb 27, 2012 8:44 pm
Forum: OpenSees.exe Users
Topic: yield force of ElasticPPGap
Replies: 0
Views: 1415

yield force of ElasticPPGap

Hello, May you help me, please. In the following code, when I change the yield force of ElasticPPGap to a non-zero value, the code does not work. But when yield force of ElasticPPGap is zero, it works perfect. Below, there is the modeling section of the code. I am very grateful for your time and con...
by kashani
Fri Feb 24, 2012 11:05 am
Forum: OpenSees.exe Users
Topic: Brick and shell element in same model
Replies: 3
Views: 3511

Re: Brick and shell element in same model

shell element should be used with this type of model:

model basic -ndm 3 -ndf 6;


but brick element should be used with this type of model:

model basic -ndm 3 -ndf 3;


I think thats why your model is incorrect.
by kashani
Wed Feb 22, 2012 12:16 pm
Forum: OpenSees.exe Users
Topic: interesting point about Displacement control !
Replies: 0
Views: 1454

interesting point about Displacement control !

FYI: With regard to the below command: integrator DisplacementControl $node $dof $incr < $numIter $ΔUmin $ΔUmax > ; Assume that we have this code: #----------------------------------------------------------------------------- set node 25 ; set dof 1 ; set incr 0.01 ; set target 5.0 ; # cm integrator...
by kashani
Wed Feb 22, 2012 12:11 pm
Forum: OpenSees.exe Users
Topic: LAPACK routine returned 42
Replies: 2
Views: 2631

Re: LAPACK routine returned 42

Thanks Vesna.
by kashani
Tue Feb 21, 2012 6:49 am
Forum: OpenSees.exe Users
Topic: pushing several nodes in cyclic push over
Replies: 1
Views: 1689

pushing several nodes in cyclic push over

Hi,

Do you know if we can push several nodes (NOT only one node), in cyclic pushover analysis. I would be grateful if you answer.

Thanks,