Search found 7 matches

by sandhya
Wed Feb 26, 2014 10:06 am
Forum: OpenSees.exe Users
Topic: column jacket-urgent help needed!
Replies: 0
Views: 440

column jacket-urgent help needed!

I don't see a change in my column node displacements due to time history analysis, after modeling a patch of jacket in the following manner: patch circ $IDcore $nfCoreT $nfCoreR 0 0 $riCol $rc_M 0 360; # Define the core patch patch circ $IDcover $nfCoverT $nfCoverR 0 0 $rc_M $roCol 0 360; # Define t...
by sandhya
Thu May 16, 2013 10:46 am
Forum: OpenSees.exe Users
Topic: shear capacity
Replies: 1
Views: 661

shear capacity

Can anyone explain what is the post process that is done to find the shear capacity of individual elements?
by sandhya
Sat May 04, 2013 1:28 pm
Forum: OpenSees.exe Users
Topic: column base stiffness
Replies: 3
Views: 1274

Re: column base stiffness

I tried giving a very high stiffness value for the restrained directions. I see that it converges without any hitch for some ground motions and fails for a few others: I have also tried increasing the number of elements (displacement based) in the columns- again, convergence for some and failure for...
by sandhya
Thu May 02, 2013 5:49 pm
Forum: OpenSees.exe Users
Topic: column base stiffness
Replies: 3
Views: 1274

column base stiffness

Hi, my analysis runs fine when the columns of the bridge are kept fixed. But, when I am having convergence issues when I try to introduce linear springs along transverse and long directions (partial fixity) is this the right way to introduce base springs? node 7 $l_p6 -$height_p6 0; #master node nod...
by sandhya
Tue Apr 09, 2013 11:41 am
Forum: OpenSees.exe Users
Topic: shear capacity of column section
Replies: 1
Views: 471

shear capacity of column section

Is there a way to compute the shear capacity at a particular node directly? Or even the curvature ductility ratio?
by sandhya
Wed Feb 13, 2013 11:46 am
Forum: Framework
Topic: C code with opensees
Replies: 3
Views: 1440

Re: C code with opensees

Thanks for that. But in the case of using a text file, how do i take care that the simulation initiates itself automatically?
by sandhya
Fri Feb 08, 2013 1:09 pm
Forum: Framework
Topic: C code with opensees
Replies: 3
Views: 1440

C code with opensees

I need to use an evolutionary algorithm coded in C on my model on opensees. The code returns the values of some dimensions after every run which are to be read and incorporated into the model automatically. Similarly the results from opensees are to read by the C code. Its an iterative process. Can ...