Hi, all:
For the zerolength section element, we can input a fiber section to it. For this fiber section (eg. a reinforced concrete section), what we input should be a stress-strain of the material or force-deformation (use strain*plastic hinge length) of the material? Thank you for your help.
Search found 212 matches
- Mon Jan 04, 2016 7:29 am
- Forum: OpenSees.exe Users
- Topic: zerolength section element input
- Replies: 0
- Views: 2284
- Sat Dec 26, 2015 1:28 pm
- Forum: OpenSees.exe Users
- Topic: eigen value analysis
- Replies: 0
- Views: 2197
eigen value analysis
Hello, All: I have a quick question on modal analysis of a column in 3D domain. I built an elastic column in 3D domain. I fixed the column base and assign the mass to every node along the column in x direction. When I tried an eigen value analysis, it is very interesting that the first 6 modes are a...
- Mon Dec 21, 2015 10:17 am
- Forum: OpenSees.exe Users
- Topic: question on using zerolength section element in 2D
- Replies: 0
- Views: 2323
question on using zerolength section element in 2D
Hello, all:
I have a question on using zerolengthsection element in 2D. I think the default orientation of zerolengthsection in 2D is horizontal x axis. If I want to change the orientation to vertical direction, is there anyone help me how to define the orientation vector?
Thank you for the help.
I have a question on using zerolengthsection element in 2D. I think the default orientation of zerolengthsection in 2D is horizontal x axis. If I want to change the orientation to vertical direction, is there anyone help me how to define the orientation vector?
Thank you for the help.
- Fri Dec 11, 2015 10:14 am
- Forum: OpenSees.exe Users
- Topic: moment resisting frame with steel-concrete column
- Replies: 3
- Views: 3108
Re: moment resisting frame with steel-concrete column
fmk wrote: > the results are only as good as your model .. as you are gettign > unreasonable results, your model is probably poor .. for example you talk > about buckling, but you will not get a single column to buckle unless you > create a model which will allow it to do so, which typically involes...
- Fri Dec 11, 2015 10:10 am
- Forum: OpenSees.exe Users
- Topic: how to change properties of a link
- Replies: 2
- Views: 2613
Re: how to change properties of a link
fmk wrote: > do you want to start over from scratch or from the state at the end of the > last analysis? Hello, Frank: I have similar question here. If I want to change the material property of steel02 (steel01, elastic material) at the end of one analysis (let's say Analysis 1), and then continue t...
- Sat Aug 09, 2014 10:23 am
- Forum: Framework
- Topic: Is there a way to make the material call the element
- Replies: 4
- Views: 6379
Re: Is there a way to make the material call the element
Hi, Frank, Thank you for the help. Now I met a problem in getting element deformation. I saw the following codes in "RotationShearCurve.cpp" for getting the element force. void RotationShearCurve::getElemForces(void) { int trash; const char *forceType2[1] = {"localForce"}; Respon...
- Wed Aug 06, 2014 3:29 pm
- Forum: Framework
- Topic: Is there a way to make the material call the element
- Replies: 4
- Views: 6379
Is there a way to make the material call the element
Hi, Frank: I met a problem on writing new material now. [I want to write a material which is able to adjust its constitutive depends on the element response (like stress and strain)] I wrote the new material and new criterion (the calculation inside the material depends on the information from crite...
- Tue Jul 22, 2014 7:34 am
- Forum: Framework
- Topic: question on adding new material
- Replies: 7
- Views: 7128
Re: question on adding new material
Hi, Frank. Thank you very much for this help. Have a good time in Alaska.
- Thu Jul 17, 2014 1:08 pm
- Forum: OpenSees.exe Users
- Topic: " flag shape " material
- Replies: 5
- Views: 5231
Re: " flag shape " material
Hi, Ssami: I am sorry, I also have no idea how to get the exact same flag shape in the paper.
- Wed Jul 16, 2014 10:19 am
- Forum: Framework
- Topic: question on adding new material
- Replies: 7
- Views: 7128
Re: question on adding new material
Hi, Frank, Thank you for the reply. I did compile OpenSees successfully before adding the code. May I send my source code and relative changes in other files to you to see if you have time to have a look at it? I appreciate the help.
- Tue Jul 15, 2014 1:25 pm
- Forum: OpenSees.exe Users
- Topic: " flag shape " material
- Replies: 5
- Views: 5231
Re: " flag shape " material
Hi, Ssami: My pleasure. From the paper, it seems the initial stiffness is super big, and the unloading part shoot even lower than the yield point. In my opinion, there are two options, one is parallel the Self-Centering with a very rigid elastic material, use this rigid material to model the initial...
- Mon Jul 14, 2014 1:08 pm
- Forum: OpenSees.exe Users
- Topic: " flag shape " material
- Replies: 5
- Views: 5231
Re: " flag shape " material
Hi, Ssami:
Is it possible to get your wanted flag material by changing the parameters in the self-centering material? Is the shape of the 4th hysteresis pic what you are looking for?
Is it possible to get your wanted flag material by changing the parameters in the self-centering material? Is the shape of the 4th hysteresis pic what you are looking for?
- Sat Jul 12, 2014 12:37 am
- Forum: Framework
- Topic: question on adding new material
- Replies: 7
- Views: 7128
Re: question on adding new material
Hi, Frank, thank you very much for replying. Sorry, please let me explain the steps I did first: the material I wrote is added to the whole source code which downloaded from website. It is R5621. I added TSCriterion.h and TSCriterion.cpp to the folder 'limitCurve', and I added TSLimitStateMaterial.c...
- Fri Jul 11, 2014 5:18 pm
- Forum: Framework
- Topic: question on adding new material
- Replies: 7
- Views: 7128
question on adding new material
Hi: I followed the tutorial on adding new material. I wrote the new rule of judging criterion with the name 'TSCriterion.cpp', and a new material has relation to this rule with the name 'TSLimitStateMaterial.cpp'. I wrote the first part of the cpp following the way PinchingLimitStateMaterial.cpp, so...
- Wed Jul 09, 2014 6:24 pm
- Forum: Framework
- Topic: Building Opensees R5621
- Replies: 2
- Views: 3992
Re: Building Opensees R5621
No, Frank. I will try the newest revision. But I built this version successfully in a Win 8 PC, I don't know the reason why... By the way, I have another question regarding to the Node.cpp file. I saw the following in setTrialDisp, but I really didn't get why make the disp vector in the following wa...