Search found 25 matches

by alexli
Mon Aug 30, 2010 4:52 pm
Forum: Framework
Topic: Dear fmk, the stress shift equation in the steel02 model
Replies: 2
Views: 3060

Dear fmk, I mean the modified part by Filippou considering the isotropic hardening. the stress shift equation. That is: [[**double d1 = (epsmax - epsmin) / (2.0*(a4 * epsy)); double shft = 1.0 + a3 * pow(d1, 0.8);**]] epss0 = (Fy * shft - Esh * epsy * shft - sigr + E0 * epsr) / (E0 - Esh); sigs0 = F...
by alexli
Mon Aug 30, 2010 4:44 pm
Forum: OpenSees.exe Users
Topic: hello,about the steel02 model
Replies: 2
Views: 2303

Dear fmk,
I mean the /*stress shift part*/ introduced by Prof. Filippou. I checked the Report by Spacone and Dissertiation by Yassin. the stress shift equation seems simpler than the equation in the source code.
by alexli
Mon Aug 30, 2010 7:47 am
Forum: Framework
Topic: Dear fmk, the stress shift equation in the steel02 model
Replies: 2
Views: 3060

Dear fmk, the stress shift equation in the steel02 model

Dear fmk,
I notice the stress shift equation in the steel02 model in Opensees SRC seems not to the same as the equation in the report of Spacone. Where is the stress shift equation from? Could you give me some suggestions, please?
by alexli
Fri Aug 27, 2010 11:17 pm
Forum: OpenSees.exe Users
Topic: hello,about the steel02 model
Replies: 2
Views: 2303

hello,about the steel02 model

hello,
I have read the source code of steel02 of Opensees. I found that the stress shift equation in the source code seems not to be the same as the papers by Spacone and also Yasshin. Thank you very much!
Best regards!
by alexli
Sat Jul 31, 2010 4:58 am
Forum: OpenSees.exe Users
Topic: about the section command
Replies: 0
Views: 1381

about the section command

hello fmk, some naive questions: 1) I know the Bresler gives an interaction equation for the RC beam section. has opensees covered this model? the bidirectional section command? 2) I notice the Bresler' model is associated with lumped plasticity beam very often. Can the model also apply to distribut...
by alexli
Mon Jul 26, 2010 3:50 pm
Forum: Framework
Topic: question about get tangent()
Replies: 2
Views: 2802

Thank you for your help! :D
by alexli
Mon Jul 26, 2010 4:34 am
Forum: Framework
Topic: question about get tangent()
Replies: 2
Views: 2802

question about get tangent()

Hello fmk,

can the the stiffness be secant stiffness? and the commit state() and revert to last commit() what are their function? Thank you ahead!
Best wishes,
Alexli
by alexli
Sun Jul 25, 2010 9:59 pm
Forum: OpenSees.exe Users
Topic: Paper : " How to Introduce A New Material Into OpenSees
Replies: 1
Views: 3081

I have the paper:)
by alexli
Sat Jul 24, 2010 7:33 pm
Forum: Framework
Topic: Hello fmk, about the new material 's adding
Replies: 0
Views: 1933

Hello fmk, about the new material 's adding

Dear fmk, in some documentations on the DLL, two files are referred to: LIB file and DLL file. The LIB file contain the exported function 's name and address; and the DLL file which contain the functions and data. My question and confusion is that: 1)the LIB file is necesary? 2)and the documentation...
by alexli
Sat Jul 24, 2010 12:02 am
Forum: Framework
Topic: quesion about adding new material
Replies: 2
Views: 3043

Who can help me?

in some documentations on the DLL, two files are referred to: LIB file and DLL file. The LIB file contain the exported function 's name and address; and the DLL file which contain the functions and data. My question and confusion is that: 1)the LIB file is necesary? 2)and the documentation also said...
by alexli
Fri Jul 23, 2010 1:10 am
Forum: Framework
Topic: quesion about adding new material
Replies: 2
Views: 3043

quesion about adding new material

Hello frank,
I am a greenhand. I want to add a new material into opensees using C++. In the [b]opensees dynamic API[/b], dynamic libary is referred. Does that mean just using the DLL one can introduce the new material into Opensees? Thank you very much!

Best wishes!
by alexli
Sun Nov 23, 2008 1:09 am
Forum: OpenSees.exe Users
Topic: about the beam-column element in the opensees
Replies: 1
Views: 2118

about the beam-column element in the opensees

Hi all, these days ,I read some papers about the beam-column element mode. I find there were many types of beam elment mode. i.e.: lumped hinge model, fiber section model ,and single componnet model ,multicomponent model,and so on. I am a little confused about this field. who can give me a clear rev...
by alexli
Sun Nov 16, 2008 4:10 pm
Forum: OpenSees.exe Users
Topic: a small confusion
Replies: 3
Views: 3400

Thank you very much!
Could you explain a little of the reason? I have a limited knowlege about the FEM, sorry! :D
by alexli
Sun Nov 16, 2008 3:47 am
Forum: OpenSees.exe Users
Topic: a small confusion
Replies: 3
Views: 3400

a small confusion

Hi all,
In the general-purpose program, such as abaqus adina, there are some concrete models in the material libray. if we use them in the beam element,I also can get the result. So, what is the difference between the result and that we get using the fiber model and plastic hinge model?