Search found 7 matches

by Random
Sun Feb 23, 2020 12:49 am
Forum: OpenSees.exe Users
Topic: Downloading a previous version
Replies: 1
Views: 2074

Re: Downloading a previous version

I have previous versions. You can contact me by email 1303636245@qq.com
by Random
Thu Nov 22, 2018 6:30 pm
Forum: Reliability Analysis
Topic: I found a bug about sensitivity in the latest version 2.5
Replies: 0
Views: 7246

I found a bug about sensitivity in the latest version 2.5

Dear mhscott, In the sensitivity example , 2D RC frame subjected to earthquake base excitation (http://opensees.berkeley.edu/wiki/index.php/Example_3_InputFile:_2D_RC_frame_subjected_to_earthquake_base_excitation), If I used the opensees version 2.5, the sensitivity result of parameter fc,fu will be...
by Random
Tue Apr 25, 2017 6:03 pm
Forum: Framework
Topic: How do I construct a fiber section dispBeamColumn?
Replies: 2
Views: 3596

Re: How do I construct a fiber section dispBeamColumn?

Thanks,fmk.What makes me confused is the RCSectionIntegration and FiberSection2d.I am not quite clear about the int Nfcore int Nfs and int num.In tcl we need to tell the position of the fibers,but here I don't know where the fibers(concrete and steel) are.
by Random
Sun Apr 23, 2017 7:49 pm
Forum: Framework
Topic: How do I construct a fiber section dispBeamColumn?
Replies: 2
Views: 3596

How do I construct a fiber section dispBeamColumn?

UniaxialMaterial **theMaterial =new UniaxialMaterial*[3]; theMaterial[0]=new Concrete01(1,-41.4,-0.004,-34.5,-0.014); theMaterial[1]=new Concrete01(2,-34.5,-0.002,0,-0.006); theMaterial[2]=new Steel01(3,414,206000,0.01); CrdTransf *coordTransf=new LinearCrdTransf2d(1); BeamIntegration *bi=new Legend...
by Random
Fri Mar 24, 2017 11:25 pm
Forum: Framework
Topic: How do I compile the main.cpp in the Example1?
Replies: 3
Views: 6002

Re: How do I compile the main.cpp in the Example1?

Finally I solved the problem...But I made some changes about the sp_constrain in the main.cpp file. Before I changed SP_Constraint *sp1 = new SP_Constraint(1, 1, 0, 0.0); SP_Constraint *sp2 = new SP_Constraint(2, 1, 1, 0.0); SP_Constraint *sp3 = new SP_Constraint(3, 2, 0, 0.0); SP_Constraint *sp4 = ...
by Random
Fri Mar 24, 2017 6:57 am
Forum: Framework
Topic: How do I compile the main.cpp in the Example1?
Replies: 3
Views: 6002

Re: How do I build the main.cpp in the Example1?

Dear fmk and other developers: http://opensees.berkeley.edu/community/viewtopic.php?f=4&t=60643 I figured out how to build it, here is how: 1:use 32bit windows 2:use visual studio (because it uses visual C++ compiler) 3:create a new solution 4:add source files which are in quickmain project to it as...
by Random
Fri Mar 17, 2017 6:21 am
Forum: Framework
Topic: How do I compile the main.cpp in the Example1?
Replies: 3
Views: 6002

How do I compile the main.cpp in the Example1?

Can anyone tell me how I should do to build the main.cpp in vs2010(X64).I have no idea which file to include .
Thanks.