Search found 15 matches

by erol kalkan
Mon Oct 24, 2005 2:55 pm
Forum: OpenSees.exe Users
Topic: Shear Wall
Replies: 5
Views: 6406

It is basically depends what kind of support you want chose. If you try a beam column element, then simply fix the bottom node.
by erol kalkan
Mon Oct 17, 2005 10:34 am
Forum: OpenSees.exe Users
Topic: Shear Wall
Replies: 5
Views: 6406

One solution, you can use wide column and aggregate shear property. The other solution, you can try brick elements. But I recommend the first one.

Hope that helps,
Erol
by erol kalkan
Wed Sep 28, 2005 2:08 pm
Forum: OpenSees.exe Users
Topic: Eigen solver fails in 3D after gravity analysis (Example5.1)
Replies: 5
Views: 7308

Thanks alot,

You were right, version problem.
by erol kalkan
Wed Sep 28, 2005 11:58 am
Forum: OpenSees.exe Users
Topic: Eigen solver fails in 3D after gravity analysis (Example5.1)
Replies: 5
Views: 7308

Hey Silvia, thanks for looking. this is really smt that I have to solve quickly. Because I modeled 19-story building in 3D and have problem with eigen. I did so many models before but never get the problem like that. I added the code for you, actually it is the same as Example5.1 I just seperated my...
by erol kalkan
Wed Sep 28, 2005 11:21 am
Forum: OpenSees.exe Users
Topic: Eigen solver fails in 3D after gravity analysis (Example5.1)
Replies: 5
Views: 7308

Eigen solver fails in 3D after gravity analysis (Example5.1)

Has anyone tried eigen analysis in 3D frame after peforming gravity analysis. I used example5.1 and do gravity analysis then I tried eigen, but eigen solver crashes. without gravity it works fine. I never get the same problem in 2D. I will apprecaite any comments for eigen analysis in 3D following g...
by erol kalkan
Thu Sep 15, 2005 3:40 pm
Forum: OpenSees.exe Users
Topic: recorder formatting
Replies: 2
Views: 3372

Try to load into Matlab, it would look better.

otherwise you may want to change to code and re-compile again.
hope that helps :)
by erol kalkan
Tue Jun 07, 2005 4:41 pm
Forum: OpenSees.exe Users
Topic: How to get the frequency of a structure
Replies: 1
Views: 3799

eigen(# of modes)
by erol kalkan
Wed Jun 01, 2005 1:46 pm
Forum: OpenSees.exe Users
Topic: How to simulate Isolator ( such as LRB)
Replies: 11
Views: 14650

Did you try zero-length element?
by erol kalkan
Mon May 16, 2005 11:15 am
Forum: OpenSees.exe Users
Topic: Modal participation factors
Replies: 6
Views: 10718

Hope that one helps, c++ code is as follows The class added under Globals for nodeeigen comand is: int nodeEigen(ClientData clientData, Tcl_Interp *interp, int argc, TCL_Char **argv) { if (argc < 3) { opserr << "WARNING want - nodeEigen nodeTag? dof?\n"; return TCL_ERROR; } int tag, dof; i...
by erol kalkan
Mon May 16, 2005 10:22 am
Forum: OpenSees.exe Users
Topic: Modal participation factors
Replies: 6
Views: 10718

For MPF computation, compute [story mass x eigen vector at the master joint] at each story and sum them up. It will be the modal participation factor. I did some changes in the code to get directly the eigen vectors at certain node number, I wrote a command for that [nodeEigen "nodenumber"...
by erol kalkan
Fri Apr 22, 2005 1:20 pm
Forum: OpenSees.exe Users
Topic: time stamp for envelopeNode recorder
Replies: 3
Views: 6046

Why dont you record the displacement with their time step at every node you want, then with simple script in matlab you can compute the displacement difference bw each node at each time step.

E. Kalkan
by erol kalkan
Mon Apr 18, 2005 9:10 am
Forum: OpenSees.exe Users
Topic: curvature response
Replies: 8
Views: 9438

You should be getting three outputs

[time] [axial def] [curvature]

Erol Kalkan
by erol kalkan
Fri Mar 11, 2005 3:47 pm
Forum: OpenSees.exe Users
Topic: Pushover analysis
Replies: 4
Views: 7343

My suggestion for question 2 is that:

Record all the forces at the bottom of the first story columns in the direction of loading, sum them up at each time step of the pushover analysis. That wil give you the total base shear for each time step.
by erol kalkan
Thu Feb 03, 2005 9:52 am
Forum: OpenSees.exe Users
Topic: How to save state of each analysis and combine them after
Replies: 2
Views: 5857

Hi Frank,

Thanks for the reply,
Yes I want to combine the states, I know that they are nonlinear. We are working some approximate methods. So is it possible to add the states.
Thanks
by erol kalkan
Tue Feb 01, 2005 9:28 am
Forum: OpenSees.exe Users
Topic: How to save state of each analysis and combine them after
Replies: 2
Views: 5857

How to save state of each analysis and combine them after

Hello, My question is as follows, any help will be really appreciated. I need to perform seperate analyses on a model at each single step (it is like quasi-static analysis), but at each analysis case I need to save the state of analysis. Then starting to the next step I have to combine the states fr...