Search found 11 matches

by Jatkinson
Thu Oct 29, 2015 1:46 pm
Forum: OpenSees.exe Users
Topic: Issues with Eigen analysis in a RC column
Replies: 5
Views: 5961

Re: Issues with Eigen analysis in a RC column

In the wiki, optional inputs are bracketed like so: <-mass num num num> In your tcl file, you shouldn't include those <> brackets if you want to use that input flag. Just change your element to: element dispBeamColumn 1 1 2 $numIntgrPts $ColSecTag $ColTransfTag -mass $massDens $Negligible $Negligible;
by Jatkinson
Thu Oct 29, 2015 1:26 pm
Forum: OpenSees.exe Users
Topic: Can OpenSees Navigator output tcl code? And How?
Replies: 2
Views: 2598

Re: Can OpenSees Navigator output tcl code? And How?

Analyze Menu --> Write OpenSees Input Files If you look in the model directory, you will find that opensees navigator creates all the necessary tcl files to run the analysis. For example, if your model is saved in /mymodel , then navigator creates the subdirectories /mymodel/OutputFiles and /mymodel...
by Jatkinson
Mon Apr 06, 2015 10:43 am
Forum: OpenSees.exe Users
Topic: Spurious axial forces in shells
Replies: 2
Views: 3044

Re: Spurious axial forces in shells

the norm unbalance test is being used.

Edit: also tried the norm disp increment, with no change to the results.
by Jatkinson
Sun Apr 05, 2015 11:06 pm
Forum: OpenSees.exe Users
Topic: Spurious axial forces in shells
Replies: 2
Views: 3044

Spurious axial forces in shells

Hi Dr. Mckenna and others, I was wondering if anyone can think of a reason for spurious axial loads appearing in my shear wall results. I made a short image album summarizing these results and the problem here: http://imgur.com/a/UGWG1 Basically, I have modeled shear walls with ShellMITC4 elements a...
by Jatkinson
Tue Mar 31, 2015 5:45 pm
Forum: OpenSees.exe Users
Topic: Eigen analysis with -genBandArpack results in error
Replies: 0
Views: 1662

Eigen analysis with -genBandArpack results in error

Hi all, I have some 3D tall building models, with masses applied to nodes at every floor level. I was having some difficulties with eigen analysis using the -genBandArpack option. Specifically, I was getting an error if I requested more then a few modes: ArpackSolver::Error with _saupd info = -9999 ...
by Jatkinson
Thu Feb 05, 2015 3:11 pm
Forum: OpenSees.exe Users
Topic: modelong of rigid diaphragm in 2d steel frame
Replies: 9
Views: 11774

Re: modelong of rigid diaphragm in 2d steel frame

Is there a reason why you don't want to use the rigidDiaphragm MPC? I mean, you could just restrain the out-of-plane directions. There's also a RigidLink MPC, but I haven't tried it. http://opensees.berkeley.edu/wiki/index.php/RigidDiaphragm_command http://opensees.berkeley.edu/wiki/index.php/RigidL...
by Jatkinson
Tue Feb 03, 2015 12:09 pm
Forum: OpenSees.exe Users
Topic: damage detection of a dam
Replies: 6
Views: 22422

Re: damage detection of a dam

You can look at all the element types here: http://opensees.berkeley.edu/wiki/index ... nt_Command

...and determine if it has the capabilities required for your application.
by Jatkinson
Fri Jan 30, 2015 12:52 pm
Forum: Documentation
Topic: No wiki entry for ElasticTimoshenkoBeam element
Replies: 3
Views: 4580

Re: No wiki entry for ElasticTimoshenkoBeam element

Sure. I made a wiki account with the same username: Jatkinson
by Jatkinson
Tue Jan 27, 2015 12:55 pm
Forum: Documentation
Topic: No wiki entry for ElasticTimoshenkoBeam element
Replies: 3
Views: 4580

No wiki entry for ElasticTimoshenkoBeam element

I was perusing through the opensees source code and noticed that Dr. Schellenberg wrote an elasticTimoshenkoBeam element, which considers shear deformations... This would be the direct equivalent of a SAP2000/Etabs 'Frame' element, I think. Anyway, It seems to work fine, but there is no entry for it...
by Jatkinson
Sat Apr 26, 2014 12:04 am
Forum: OpenSees.exe Users
Topic: Reinforcing Steel Material
Replies: 2
Views: 3303

Re: Reinforcing Steel Material

Although not exactly what you are looking for, there is some tensile test data for more conventional longitudinal steel bars at the following link. You could consider using this data to get a feel for what sort of values might be appropriate. http://nisee2.berkeley.edu/peer/prediction_contest/wp-con...
by Jatkinson
Fri Apr 25, 2014 11:51 pm
Forum: OpenSees.exe Users
Topic: Problems with Multi-layer shell elements
Replies: 1
Views: 2461

Problems with Multi-layer shell elements

Hello, I am having trouble getting even a simple model of multi-layer shell elements to run smoothly in opensees in a pushover analysis. The program will always crash at the end of the analysis, but when I look at my data (using -closeonWrite in recorders to retain data despite crash) it seems that ...