Search found 13 matches

by redwood
Thu Apr 21, 2011 6:58 pm
Forum: OpenSees.exe Users
Topic: Problem with downloading opensees through cvs
Replies: 0
Views: 370

Problem with downloading opensees through cvs

Hi,

I tried to download opensees through cvs but it failed to connect to the server. Is this a problem with the server or I am doing something wrong?

Regards
by redwood
Wed Dec 15, 2010 1:48 pm
Forum: OpenSees.exe Users
Topic: Problem with zerolength elements in modal analysis
Replies: 2
Views: 651

Problem with zerolength elements in modal analysis

Hi, I have a simple one bay-one story frame with simply supported base conditions at both legs. Both legs are connected to the roof by equalDOF command in horizontal and vertical directions. The connectivity for the rotational degree of freedom is enforced by zeroLength elements with elastic uniaxia...
by redwood
Fri Sep 03, 2010 10:56 am
Forum: OpenSees.exe Users
Topic: section recorders for dispBeamColumn
Replies: 8
Views: 2276

Hi Frank,

Could you please look into this problem? I'm still having problem with this issue.

Thanks
by redwood
Mon Aug 09, 2010 8:51 pm
Forum: OpenSees.exe Users
Topic: section recorders for dispBeamColumn
Replies: 8
Views: 2276

Here is a simple code to demonstrate the problem. It is a cantilever column with a monotonic imposed displacement at the free end. The problem is after analysis is done, "Elem1Sec1Deform.out" and "Elem1Sec2Deform.out" which are section deformations for sections 1 and 2 do not hav...
by redwood
Fri Jul 09, 2010 12:40 pm
Forum: OpenSees.exe Users
Topic: section recorders for dispBeamColumn
Replies: 8
Views: 2276

the number of integration points is 5. when I change dispBeamColumn to nonlinearBeamColumn, it records for all the sections but if it is dispBeamColumn, it just records for the sections 3, 4, and 5.
by redwood
Fri Jul 09, 2010 11:38 am
Forum: OpenSees.exe Users
Topic: section recorders for dispBeamColumn
Replies: 8
Views: 2276

element dispBeamColumn 1 1 2 $numIntgrPts $SecTag1 $CTTag recorder Element -file $dataDir/PileSecsDefSec1.out -time -ele 1 section 1 deformation recorder Element -file $dataDir/PileSecsDefSec2.out -time -ele 1 section 2 deformation recorder Element -file $dataDir/PileSecsDefSec3.out -time -ele 1 sec...
by redwood
Tue Jul 06, 2010 9:43 am
Forum: OpenSees.exe Users
Topic: section recorders for dispBeamColumn
Replies: 8
Views: 2276

I tried former version of OpenSees released in 2005 and it records for all of the sections along the length of the element! But, in the latest OpenSees version, it just records for 3 out of 5 sections along the element. I need to compile OpenSees on Linux machine and 2005 version of OpenSees does no...
by redwood
Mon Jul 05, 2010 8:40 am
Forum: OpenSees.exe Users
Topic: section recorders for dispBeamColumn
Replies: 8
Views: 2276

section recorders for dispBeamColumn

Hi Frank,

I have problem with recording section deformations for dispBeamColumn elements in my model. When I replace those with nonlinearbeamcolumn elements, recorders work fine.
by redwood
Tue Mar 16, 2010 9:08 pm
Forum: Feature Requests/Future Directions
Topic: having access to the element node which does not converge
Replies: 0
Views: 2583

having access to the element node which does not converge

There are some commands in OpenSees for example "nodeDisp $ctrlNode $ctrlDof" through which we have access to nodal displacements during analysis. Then we can use that in OpenSees code to have more control on the analysis. For some convergence problems, a message appears saying a specific ...
by redwood
Tue Mar 16, 2010 9:17 am
Forum: OpenSees.exe Users
Topic: question about possibility of existing a command in OpenSees
Replies: 1
Views: 517

question about possibility of existing a command in OpenSees

Is it possible to know the element number which causes convergence problem during analysis? For example with "nodeDisp $ctrlNode $ctrlDof" we have access to nodal displacements during analysis and we can use it in OpenSees code to have more control on the analysis. For some convergence pro...
by redwood
Wed Jan 27, 2010 7:29 pm
Forum: OpenSees.exe Users
Topic: Problem with imposing displacement
Replies: 2
Views: 941

thanks Frank
by redwood
Tue Jan 26, 2010 6:15 pm
Forum: OpenSees.exe Users
Topic: Problem with imposing displacement
Replies: 2
Views: 941

Problem with imposing displacement

Hi, I have a 2D model consisting of truss elements. I need to impose displacements on some of the nodes and run a static analysis. When I run the code, it gives error. But when I replace truss elements with 2D beam elements, it works. In the following, I copied the code for a simply supported truss ...