Search found 51 matches
- Sun Jul 04, 2021 3:48 am
- Forum: OpenSeesPy
- Topic: About ops_vis
- Replies: 4
- Views: 6005
Re: About ops_vis
What version of matplotlib you are using? I use matplotlib ver. 3.3.4 and it works. set_box_aspect option has been added to matplotlib 3.3, so you need at least this version to make it work. https://matplotlib.org/stable/users/prev_whats_new/whats_new_3.3.0.html#axes3d-no-longer-distorts-the-3d-plot...
- Mon May 31, 2021 3:04 am
- Forum: OpenSeesPy
- Topic: Mismatch on portal deformation [Solved]
- Replies: 2
- Views: 4379
Re: Mismatch on portal deformation
The specified scaling factor (80) is too large for this model and load. Remove it from first plot_defo argument and then adjust. If not specified, the scaling factor is calculated automatically based on the model geometry. The maximum displacement shown on the plot is 20% of the maximum model size. ...
- Thu Oct 11, 2018 3:46 am
- Forum: OpenSees.exe Users
- Topic: nDMaterial RCPlaneStress . How can I obtain it?
- Replies: 2
- Views: 2895
- Wed Sep 12, 2018 1:28 am
- Forum: Framework
- Topic: SVN Problem
- Replies: 13
- Views: 14796
- Fri Jun 15, 2018 11:18 am
- Forum: OpenSees.exe Users
- Topic: Why my dynamic analysis does not continue until degradation?
- Replies: 5
- Views: 4697
Re: Why my dynamic analysis does not continue until degradat
Jhno,
According to the documentation of tcl
http://wiki.tcl.tk/1476
by default the optional parameter ?increment? is equal to 1, so
"incr i 1" is eqivalent to "incr i"
According to the documentation of tcl
http://wiki.tcl.tk/1476
by default the optional parameter ?increment? is equal to 1, so
"incr i 1" is eqivalent to "incr i"
- Wed Dec 20, 2017 11:30 am
- Forum: OpenSees.exe Users
- Topic: Build OpenSees for Linux
- Replies: 15
- Views: 14051
Re: Build OpenSees for Linux
I tried another model available from the following webpage: Implementation of a Simple Biaxial Concrete Model for Reinforced Concrete Membranes by Bernardo Garcia Ramirez https://era.library.ualberta.ca/files/cdj52w5112/Garcia%20Ramirez_Bernardo_201709_MSc.pdf This is Mazars Damage 2d model, the Ope...
- Mon Nov 13, 2017 4:28 am
- Forum: OpenSees.exe Users
- Topic: Source code link does not work
- Replies: 6
- Views: 6210
Re: Source code link does not work
svn co svn://peera.berkeley.edu/usr/local/svn/OpenSees/trunk OpenSees
see the link:
http://opensees.berkeley.edu/OpenSees/developer/svn.php
see the link:
http://opensees.berkeley.edu/OpenSees/developer/svn.php
- Fri Sep 01, 2017 12:38 am
- Forum: OpenSees.exe Users
- Topic: Zero length elements with shear-axial interaction
- Replies: 33
- Views: 22711
Re: Zero length elements with shear-axial interaction
I'm also interested: rafallo8791@gmail.com
Thank you in advance!
Thank you in advance!
- Thu Jul 20, 2017 11:28 pm
- Forum: OpenSees.exe Users
- Topic: Update
- Replies: 3
- Views: 3572
Re: Update
You can use 'parameter' and 'updateParameter' OpenSees commands. See the docs for the syntax. You can use this approach when the materials of interests have setParameter method in cpp source files. From OpenSees/SRC/material/nD/UWmaterials/DruckerPrager.cpp we have: ---------------------------------...
- Thu Jul 06, 2017 11:35 pm
- Forum: Framework
- Topic: Opensees under Linux (Debian 9) slower than on Windows 7
- Replies: 4
- Views: 6813
Re: Opensees under Linux (Debian 9) slower than on Windows 7
Thank you for hints. I tried various optimization flags when compiling recent Opensees (svn 6602) and the results are as follows: Analysis execution time: 393 seconds - Windows 7, downloaded 2.5 version Analysis execution time: 575 seconds - compiled with -Ofast Analysis execution time: 964 second -...
- Sun Jun 18, 2017 12:42 am
- Forum: Framework
- Topic: Build Error (OpenSees, Debian)
- Replies: 3
- Views: 5329
Re: Build Error (OpenSees, Debian)
Thank you Frank! The new svn 6598 commit fixes the problem.
- Sat Jun 17, 2017 6:57 am
- Forum: Framework
- Topic: Opensees under Linux (Debian 9) slower than on Windows 7
- Replies: 4
- Views: 6813
Opensees under Linux (Debian 9) slower than on Windows 7
I noticed a significant difference in execution time when running 'slopeAnalysis2Deff.tcl' (which requires velocityHistory.out) downloaded from [1] on the same computer but two operating systems. Namely under Windows the execution time is more than three times faster than on Linux Debian 9. On windo...
- Thu Jun 15, 2017 7:57 am
- Forum: Framework
- Topic: Build Error (OpenSees, Debian)
- Replies: 3
- Views: 5329
Re: Build Error (OpenSees, Debian)
I would like to inform you that under Debian, there is a new Build Error caused by svn commit 6590 X.Zeng - update. ExplicitDifference.o file is not built due to compile errors. UPDATE: To be more specific the issue is due to changes in ExplicitDifference.cpp and ExplicitDifference.h files. I think ...
- Wed Apr 12, 2017 11:48 pm
- Forum: OpenSees.exe Users
- Topic: nDMaterial suitable for concrete block
- Replies: 8
- Views: 9122
Re: nDMaterial suitable for concrete block
I would also be interested in using Damage2p material, however this material is available nor in the sources nor in the Windows executable files provided on the Opensees website. Is there a previous version of Opensees which was compiled with the Damage2p code? Thanks in advance.
- Tue Oct 11, 2016 12:57 pm
- Forum: OpenSees.exe Users
- Topic: OpenSees SNOPT
- Replies: 2
- Views: 3433
Re: OpenSees SNOPT
Dear Frank, The video and presentation from the Opensees days 2012 by Quang Gu on SNOPT Optimization features in Opensees is very interesting, however there is no documentation and no examples on Opensees wiki page. What is the status of SNOPT in Opensees: is it compiled in executable files? What ab...