Search found 44 matches
- Sat Jun 06, 2009 10:37 am
- Forum: Parallel Processing
- Topic: Materials on the Parallel OpenSees
- Replies: 2
- Views: 3394
- Wed Jun 03, 2009 1:58 pm
- Forum: Parallel Processing
- Topic: Materials on the Parallel OpenSees
- Replies: 2
- Views: 3394
Materials on the Parallel OpenSees
Frank/Silva:
Can I still have a good chance to look at the materials for the May 2009 workshop on the parallel OpenSees that were once posted on line? The link does not work anymore.
Thanks,
Stan
Can I still have a good chance to look at the materials for the May 2009 workshop on the parallel OpenSees that were once posted on line? The link does not work anymore.
Thanks,
Stan
- Fri Jun 20, 2008 2:58 pm
- Forum: OpenSees.exe Users
- Topic: axial streching in pushove analysis
- Replies: 1
- Views: 1634
axial streching in pushove analysis
I had two problems in pushover analysis for a column. This column is modeled in 2d and 3D. In 2D plastic pushover, it looked normal. But in 3D pushover, there was axial stretching during the pushover analysis. By saying axial stretching, I meant the free end of the column had axial extension instead...
- Wed Mar 07, 2007 9:05 pm
- Forum: OpenSees.exe Users
- Topic: way to speed up the pushover analysis
- Replies: 11
- Views: 4244
This is a very good point. I will change it later. Yes, I am having some convergence problems when the drift ratio exceeds 4%. So usually I only push upto 2.5%. also, you are doing test NormDispIncr 1.0e-8 100 0 with 100 iterations. if newton doesn't converge in 6, you should try something else. are...
- Wed Mar 07, 2007 9:04 pm
- Forum: OpenSees.exe Users
- Topic: way to speed up the pushover analysis
- Replies: 11
- Views: 4244
I am doing the fragility analysis that requires pushover analysis for the entire structure during each interation. So the speednecking is the pushover analysis on the structure. My bridge model has 22 nonlinear beam columns with springs at the bottom of each column. EAch column only has one element ...
- Wed Mar 07, 2007 7:44 pm
- Forum: OpenSees.exe Users
- Topic: way to speed up the pushover analysis
- Replies: 11
- Views: 4244
- Wed Mar 07, 2007 2:15 pm
- Forum: OpenSees.exe Users
- Topic: way to speed up the pushover analysis
- Replies: 11
- Views: 4244
- Wed Mar 07, 2007 2:14 pm
- Forum: OpenSees.exe Users
- Topic: way to speed up the pushover analysis
- Replies: 11
- Views: 4244
- Wed Mar 07, 2007 12:21 pm
- Forum: OpenSees.exe Users
- Topic: way to speed up the pushover analysis
- Replies: 11
- Views: 4244
way to speed up the pushover analysis
Besides increasing the dU, any other choice to speed up the pushover analysis maintaining the same accuracy?
Thanks.
Thanks.
- Tue Mar 06, 2007 11:35 am
- Forum: OpenSees.exe Users
- Topic: multiple "integrator DisplacementControl" in one F
- Replies: 3
- Views: 1904
- Tue Mar 06, 2007 9:23 am
- Forum: OpenSees.exe Users
- Topic: multiple "integrator DisplacementControl" in one F
- Replies: 3
- Views: 1904
multiple "integrator DisplacementControl" in one F
Hey, all I am trying to include the sectional analyses/pushover alalyses in one openSees run. Because these analyses require "integrator DisplacementControl". So my question is whether it is possible to include multiple "integrator DisplacementControl" commands such that I can do...
- Tue Feb 27, 2007 7:49 am
- Forum: Framework
- Topic: non-stoppable break points
- Replies: 5
- Views: 6094
- Mon Feb 26, 2007 2:01 pm
- Forum: Framework
- Topic: non-stoppable break points
- Replies: 5
- Views: 6094
Thanks for your quick reply, frank. I did use F5 for the start of debugging. The BP was still non-stoppable. I was able to get into tclMain.cpp in project openSees , and commands.cpp in project tcl by the way. But the code code = Tcl_RecordAndEvalObj(interp, commandPtr, 0) in tclMain.cpp prevented m...
- Mon Feb 26, 2007 1:22 pm
- Forum: Framework
- Topic: non-stoppable break points
- Replies: 5
- Views: 6094
non-stoppable break points
Hey, I am trying to stop at one of the OpenSees projects, say at the cpp file " NatafProbabilityTransformation.cpp" line 596 in project reliability>transformation, by F9 setting Break Point at the first line of "if (rv1Ptr->getMean() == 0.0 || rv2Ptr->getMean() == 0.0 ) { opserr << &q...
- Fri Feb 23, 2007 10:48 am
- Forum: Framework
- Topic: help on debugging the OpenSees with my source code
- Replies: 4
- Views: 6017
Thanks, Frank. Things are really weird. Before I read your message. I couldn't debug although I followed the same procedures. But after you posted the reply, things got perfect as I expected. Is it God helping me or was I debugging a different cpp file that would never be reached for the tcl file I ...