Search found 12 matches

by ccharrin
Tue Jun 18, 2013 11:10 am
Forum: OpenSees.exe Users
Topic: Vertical Floor Accelerations
Replies: 2
Views: 2885

Re: Vertical Floor Accelerations

Thank you for your response fmk. I will proceed with dispBeamColumns then.
by ccharrin
Tue Jun 18, 2013 8:07 am
Forum: OpenSees.exe Users
Topic: Vertical Floor Accelerations
Replies: 2
Views: 2885

Vertical Floor Accelerations

Hello all, I am trying to track the vertical floor accelerations of a fiber element frame model. To do so, I must input a recorder at midspan of the beam members. I have read that you should not input a node at midspan when using force based beam-columns as it causes stress buildups at the node and ...
by ccharrin
Tue Feb 19, 2013 11:25 am
Forum: OpenSees.exe Users
Topic: Concrete 06
Replies: 0
Views: 1760

Concrete 06

Hi all, The description for concrete06 states that it is used, " to represent concrete behavior in membrane elements". What is meant by membrane elements? Am I not allowed to use this material in beam-column elements? When I use this material, the behavior is similar to the other concrete ...
by ccharrin
Mon Feb 04, 2013 3:01 pm
Forum: OpenSees.exe Users
Topic: Limit Curve Functions
Replies: 3
Views: 2703

Re: Limit Curve Functions

Thank you fmk. That was the problem.
by ccharrin
Mon Jan 28, 2013 3:27 pm
Forum: OpenSees.exe Users
Topic: Limit Curve Functions
Replies: 3
Views: 2703

Re: Limit Curve Functions

I forgot to mention that the above lines are taken from the source code for the shear limit curve. ShearCurve.cpp
by ccharrin
Mon Jan 28, 2013 3:20 pm
Forum: OpenSees.exe Users
Topic: Limit Curve Functions
Replies: 3
Views: 2703

Limit Curve Functions

Hi, I have been working with the shear limit curve. When I execute the following lines in the checkElementState function, OpenSees crashes; if (defType == 1) // maximum chord rotations { Response *theRotations =0; // integer element returns in setResponse const char *r[1] = {"basicDeformations&...
by ccharrin
Fri Jan 25, 2013 3:48 pm
Forum: OpenSees.exe Users
Topic: Downloading older versions of the source code
Replies: 0
Views: 1370

Downloading older versions of the source code

Hi Vesna,

You currently updated the manner in which the OpenSees source code is distributed. I was wondering how I download the source code for past versions of OpenSees using the new SVN approach.

-Cody
by ccharrin
Thu Jan 24, 2013 1:10 pm
Forum: OpenSees.exe Users
Topic: Limit Curve Source Code
Replies: 3
Views: 2727

Re: Limit Curve Source Code

Thank you for checking that for me Vesna. I have implemented my material in the manner stated above. Everything compiles fine and the executable runs my previous examples. However, when I attempt to run an example using my new limit sate material, OpenSees crashes. I am a complete novice at coding i...
by ccharrin
Wed Jan 23, 2013 10:44 am
Forum: OpenSees.exe Users
Topic: Limit Curve Source Code
Replies: 3
Views: 2727

Limit Curve Source Code

Hi all, I am attempting to implement a limit state material that will update its stiffness after a specified chord rotation (thetacap) is reached in the associated beam-column. I am using fiber sections to model my beam-columns. The updated stiffness of the limit state material will mimic that of a ...
by ccharrin
Wed Jan 23, 2013 10:34 am
Forum: OpenSees.exe Users
Topic: Limit Curve Question
Replies: 10
Views: 7258

Re: Limit Curve Question

Thank you Vesna.
by ccharrin
Tue Jan 22, 2013 4:03 pm
Forum: OpenSees.exe Users
Topic: Limit Curve Question
Replies: 10
Views: 7258

Re: Limit Curve Question

Hi Vesna,

I am having difficulty locating Mohammad's contact info. Is there any chance you have it?

Thank you
by ccharrin
Thu Dec 06, 2012 12:42 pm
Forum: OpenSees.exe Users
Topic: Limit Curve Question
Replies: 10
Views: 7258

Limit Curve Question

Hi,

When I change the $defType from 2 to 1 in the CenterColShearSpring.tcl file of the limit state material debugged example Opensees crashes. I know that defType 1 is for maximum beam-column chord rotations. Why doesn't it work for this example?

Thanks