Search found 34 matches

by gor
Thu Apr 06, 2017 1:08 am
Forum: OpenSees.exe Users
Topic: How to model elastic and perfectly plastic concrete & steel?
Replies: 2
Views: 2957

Re: How to model elastic and perfectly plastic concrete & st

Why are you using fibres then? You could use a lumped plasticity model with the constitutive model of the hinges equal to the elastic perfectly plastic behaviour that you want
by gor
Fri Mar 17, 2017 8:07 am
Forum: OpenSees.exe Users
Topic: Matlab-Based Plotter for OpenSees Models
Replies: 0
Views: 2172

Matlab-Based Plotter for OpenSees Models

I have a Matlab-based function that can be used to plot OpenSees models. I have used this to plot models as I build them and check for any errors. It can also plot mode shapes of structures using the modal analysis output from the TCL procedure also provided. It can be downloaded from here: https://...
by gor
Sun Apr 17, 2016 3:10 pm
Forum: OpenSees.exe Users
Topic: nodeAccel command
Replies: 1
Views: 1912

nodeAccel command

When using the nodeAccel command, is it possible to get the total acceleration of the node and not just the relative acceleration? I understand why it comes out this way, but relative acceleration is of little use to me. Otherwise, is it possible to get the current input acceleration in the analysis...
by gor
Thu Nov 26, 2015 3:44 am
Forum: OpenSees.exe Users
Topic: OpenSees freezing during analysis
Replies: 4
Views: 3649

Re: OpenSees freezing during analysis

Sounds like it may be the last one, I have the following type loop set up for i from 1 to # of ground motions open a text file for ground motion i to print scale factors to for j from 1 to # of scale factors do some stuff to determine an appropriate scale factor print the current scale factor to tex...
by gor
Tue Nov 24, 2015 12:39 pm
Forum: OpenSees.exe Users
Topic: OpenSees freezing during analysis
Replies: 4
Views: 3649

Re: OpenSees freezing during analysis

Hi Frank, Yes I have forceBeamColumn elements in the model. Yes, but if I close the program and run that specific intensity again it has no problems whatsoever. For example, I closed OpenSees, rebooted the PC and started the analysis again and it has gotten past the last point where it got caught wi...
by gor
Tue Nov 24, 2015 4:21 am
Forum: OpenSees.exe Users
Topic: OpenSees freezing during analysis
Replies: 4
Views: 3649

OpenSees freezing during analysis

I have a relatively simple model and I am running a parametric study on it with a number of ground motions, so i have a simple for loop type analysis set up. There is no problem running the model in pushovers or dynamic analysis, but sometimes when i start the loop, the analysis seems to freeze at a...
by gor
Tue Jul 07, 2015 3:28 am
Forum: OpenSees.exe Users
Topic: forceBeamColumn Recorder Output
Replies: 2
Views: 2756

Re: forceBeamColumn Recorder Output

Thanks Frank. Yeah it is 20, the output is below. Looks like the aggregated shear hinge produces an extra gammaY output. <ElementOutput eleType="ForceBeamColumn3d" eleTag="1" node1="1" node2="2"> <GaussPointOutput number="1" eta="0"> <Secti...
by gor
Mon Jun 29, 2015 12:44 am
Forum: OpenSees.exe Users
Topic: Analytical equations for Pinching4 material
Replies: 4
Views: 4360

Re: Analytical equations for Pinching4 material

If its any help, I posted a simple script a while back to do something like this for the Hysteretic material. Its nothing amazing but can save you a few minutes

http://opensees.berkeley.edu/community/ ... =2&t=62229
by gor
Mon Jun 29, 2015 12:42 am
Forum: OpenSees.exe Users
Topic: pushover analysis
Replies: 3
Views: 3257

Re: pushover analysis

Ok at the first if statement for the lateral analysis you switch the algorithm and execute another analysis step. Then you switch the test and algorithm back to the original. But for the test, you have: test $TestType $Tol $maxNumIter 0 when the variable "$TestType" hasn't been previously ...
by gor
Sun Jun 28, 2015 7:53 am
Forum: OpenSees.exe Users
Topic: Strength degradation
Replies: 4
Views: 4285

Re: Strength degradation

Well if you want to use a fibre element, then the degradation will need to come from your definition of the materials of the fibre section. Since you are using Steel02 this could be difficult since Steel02 doesn't have an ultimate strain or some fracturing in it. In theory, it will keep going foreve...
by gor
Sat Jun 27, 2015 2:46 am
Forum: OpenSees.exe Users
Topic: Strength degradation
Replies: 4
Views: 4285

Re: Strength degradation

It depends how you are modelling it, what elements are you using? what material model are you using? If you are using a lumped plasticity, I would suggest having a look at the Ibarra Medina Krawinkler material models. There is a PEER report by Haselton et al. that talks about calibration of RC eleme...
by gor
Sat Jun 27, 2015 2:42 am
Forum: OpenSees.exe Users
Topic: damage2p material
Replies: 5
Views: 5328

Re: damage2p material

If I was you I wouldn't wait on this material to be added to be honest, unless you have been told by someone that it is being added. Otherwise, you could code it and add it yourself!
by gor
Sat Jun 27, 2015 2:37 am
Forum: OpenSees.exe Users
Topic: Analytical equations for Pinching4 material
Replies: 4
Views: 4360

Re: Analytical equations for Pinching4 material

Andrea, I had the same question a while back. If you mean the pinching terms, they are pretty easy to figure out if you just play around with a single spring and change the terms ( what i did). But for the degradation terms, well, all the best with that because its not exactly to figure and the only...
by gor
Sat Jun 27, 2015 2:31 am
Forum: OpenSees.exe Users
Topic: pushover analysis
Replies: 3
Views: 3257

Re: pushover analysis

You will need to post the analysis part of your code before anyone can really help you. But from what you have written it looks like you have a condition to switch to the "Newton -initial" algorithm if the Newton Raphson one fails. But it looks like you didn't define a convergence test typ...
by gor
Thu Jun 25, 2015 4:41 am
Forum: OpenSees.exe Users
Topic: forceBeamColumn Recorder Output
Replies: 2
Views: 2756

forceBeamColumn Recorder Output

This will be a relatively simple answer for those who know, but could someone write down what the output from the section deformation recorder of a lumped plasticity forcebeam column element. This is, my element is: element forceBeamColumn $eTag $i $j $GT "HingeRadau $phTag1 $Lp $phTag2 $Lp $in...