Search found 31 matches

by Rodgers
Mon May 26, 2008 10:12 am
Forum: OpenSees.exe Users
Topic: How to use the iterative solvers?
Replies: 0
Views: 2095

How to use the iterative solvers?

Hi, everyone: I am running a 3D problem and it is taking a long time to get a converged solution. I was playing with the "algorithm" command and was thinking about using iterative solvers, but did not get anything to work other than "Linear" and "Newton". Any helps? Tha...
by Rodgers
Mon May 26, 2008 10:07 am
Forum: OpenSees.exe Users
Topic: Some question on the interface between Matlab and OpenSees
Replies: 1
Views: 2769

why don't you give an example of what you want to control and people can take a look.
by Rodgers
Mon Mar 17, 2008 3:00 pm
Forum: OpenSees.exe Users
Topic: How to model a spring?
Replies: 1
Views: 2528

How to model a spring?

Hi, I was wondering how spring can be modeled in OpenSees. What I need is to simulate Winkler's foundation under PCC slab. After looking and playing around, I found a way to accomplish this using the ZeroLength element in OpenSees. Basically I add a shadow node that has the same coordinates as the n...
by Rodgers
Sat Feb 23, 2008 12:42 pm
Forum: Framework
Topic: Are 2D solid elements AxisSymmetric Ready?
Replies: 2
Views: 4681

Thanks Frank! That sure clear things up.

Next time I will first go into the constructor and there I will find which types of materials are supported.
by Rodgers
Fri Feb 22, 2008 10:37 am
Forum: Framework
Topic: Are 2D solid elements AxisSymmetric Ready?
Replies: 2
Views: 4681

Are 2D solid elements AxisSymmetric Ready?

I was looking at the code for FourNodeQuad, it appears to me that this element is not ready for axisSymmetric materials. AxisSymmetric materials takes a strain vector of four components, but FourNodeQuad is only giving three as in the member function "update". Besides, when calculating ele...
by Rodgers
Fri Feb 01, 2008 1:55 pm
Forum: OpenSees.exe Users
Topic: How to increment time evenly?
Replies: 4
Views: 4981

Got it. Thanks Frank!
by Rodgers
Fri Feb 01, 2008 11:29 am
Forum: OpenSees.exe Users
Topic: How to increment time evenly?
Replies: 4
Views: 4981

Thanks Frank! But that is not true. Looking at the code below where deltaLambda is determined, it doesn't matter whether Jd is specified or not. If it is not specified, it will just be 1. However, I could just specify dLambdaMin and dLambdaMax to be exactly the same as the time step I want. But this...
by Rodgers
Fri Feb 01, 2008 12:18 am
Forum: OpenSees.exe Users
Topic: Error in startup script
Replies: 3
Views: 4897

well, it wouldn't work because you are invoking the standard Tcl shell, not OpenSees.

try running OpenSees in command prompt and use:

source ???.tcl
by Rodgers
Fri Feb 01, 2008 12:10 am
Forum: OpenSees.exe Users
Topic: How to increment time evenly?
Replies: 4
Views: 4981

How to increment time evenly?

Hi, I want to do a static analyses where time increments uniformly with a given interval. However, I just found out that in OpenSees, time step dLambda is first determined by: dLambda(i) = dLambda(i-1)*Jd/J(i-1) where J(i-1) is the number of iterations it took to reach convergence for the previous s...
by Rodgers
Thu Jan 31, 2008 11:13 pm
Forum: Framework
Topic: Compilation problems - Tcl
Replies: 3
Views: 7665

You seem to have the wrong Tcl Version, it has to be 8.4 and has the following flag for compilation

/D "_TCL84"
by Rodgers
Tue Jan 29, 2008 12:15 am
Forum: OpenSees.exe Users
Topic: How to add traction boundary by supplying pressure?
Replies: 3
Views: 4694

Thanks Silvia!

I was thinking an element should be able to know how to do the N(x)Tau(x)ds integral. I just need to ask all the element that has edges aligned with the supplied conditon to provide the equivalent nodal load. And then use the "load" command to actually add these nodal loads.
by Rodgers
Sun Jan 27, 2008 10:17 am
Forum: OpenSees.exe Users
Topic: How to add traction boundary by supplying pressure?
Replies: 3
Views: 4694

Looks like eleLoad has similar functionality, but is limited to single element and beams only.
by Rodgers
Sat Jan 26, 2008 9:46 am
Forum: OpenSees.exe Users
Topic: How to add traction boundary by supplying pressure?
Replies: 3
Views: 4694

How to add traction boundary by supplying pressure?

I come to OpenSees as a FEAP user and want to use OpenSees to do some solid structure modeling, not just beam column. I miss the ability to add patch loads and add constraints by supplying edge etc. In case it is not listed in the online manual, does OpenSees provide a way to specify traction bounda...
by Rodgers
Mon Jan 21, 2008 12:36 pm
Forum: OpenSees.exe Users
Topic: Strain rate effects
Replies: 2
Views: 3473

I had the same question and Frank gave me answers on another post:

http://opensees.berkeley.edu/community/ ... php?t=4538

Hope this helps.
by Rodgers
Wed Jan 16, 2008 10:34 pm
Forum: Framework
Topic: compiling OS 1.7.5. on VC 6.0
Replies: 10
Views: 22011

I believe it is just a matter of setting the right path for header files as well as library files. Looks like your studio might not be installed correctly. Try do a file search for the missing .h and .lib files, and add the corresponding path into the studio. This can be found in "Tools"->...