Search found 6 matches

by duanliang
Tue Jun 28, 2011 9:39 am
Forum: Framework
Topic: what's wrong?
Replies: 1
Views: 1244

what's wrong?

I want to compile OS with UBUNTU,but there is something wrong: make[1]:正在离开目录 `/home/duanliang/OpenSees/SRC/tcl' make[1]: 正在进入目录 `/home/duanliang/OpenSees/SRC/modelbuilder/tcl' make[2]: 正在进入目录 `/home/duanliang/OpenSees/SRC/tcl' make[2]: 没有什么可以做的为 `tk'。 make[2]:正在离开目录 `/home/duanliang/OpenSees/SRC/tc...
by duanliang
Tue Mar 04, 2008 7:12 am
Forum: Framework
Topic: a question
Replies: 1
Views: 2467

a question

in the BandGenLinSOE::setSize why "int newSize = size * (2*numSubD + numSuperD +1)"
i think "newSize=size * (numSubD + numSuperD +1)" is enough[/quote]
by duanliang
Fri Jul 13, 2007 1:40 am
Forum: OpenSees.exe Users
Topic: help
Replies: 2
Views: 1732

thank you very much.
by duanliang
Thu Jul 12, 2007 6:34 am
Forum: OpenSees.exe Users
Topic: help
Replies: 2
Views: 1732

help

what's the difference between ElasticBeam2d and ForceBeamColumn2d?
thank you!
by duanliang
Mon Feb 12, 2007 7:58 am
Forum: Framework
Topic: What's wrong?
Replies: 1
Views: 3021

it's OK

typed error
1.

Code: Select all

	startPt(0)  = -10.5;
	startPt(1)  = 6;
	endPt(0)  = 10.5;
	endPt(1) = -6;
    StraightReinfLayer reinfLayer3(3,3,0.6,startPt, endPt);
2.

Code: Select all

	Element *element3=new ElasticBeam2d(3,360,4030,8640,3,4,*crdTransf2d2);
	theDomain->addElement(element3);
is missed
by duanliang
Mon Feb 12, 2007 4:36 am
Forum: Framework
Topic: What's wrong?
Replies: 1
Views: 3021

What's wrong?

i write the c++source for Portal Frame Example3.1 but it seems something wrong. the node 3 and 4 have the X commitDiap 0.0088, while Y commitDiap 0.0184(this value seems right). i think X must <<Y Thank you! #include <stdlib.h> #include <OPS_Globals.h> #include <StandardStream.h> #include <ArrayOfTa...