Search found 51 matches

by rafal
Sun Jul 04, 2021 3:48 am
Forum: OpenSeesPy
Topic: About ops_vis
Replies: 4
Views: 5031

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...
by rafal
Mon May 31, 2021 3:04 am
Forum: OpenSeesPy
Topic: Mismatch on portal deformation [Solved]
Replies: 2
Views: 3498

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. ...
by rafal
Wed Sep 12, 2018 1:28 am
Forum: Framework
Topic: SVN Problem
Replies: 13
Views: 12806

Re: SVN Problem

I found by accident github repository for OpenSees

https://github.com/OpenSees
by rafal
Fri Jun 15, 2018 11:18 am
Forum: OpenSees.exe Users
Topic: Why my dynamic analysis does not continue until degradation?
Replies: 5
Views: 4129

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"
by rafal
Wed Dec 20, 2017 11:30 am
Forum: OpenSees.exe Users
Topic: Build OpenSees for Linux
Replies: 15
Views: 12300

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...
by rafal
Mon Nov 13, 2017 4:28 am
Forum: OpenSees.exe Users
Topic: Source code link does not work
Replies: 6
Views: 5447

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
by rafal
Fri Sep 01, 2017 12:38 am
Forum: OpenSees.exe Users
Topic: Zero length elements with shear-axial interaction
Replies: 33
Views: 19975

Re: Zero length elements with shear-axial interaction

I'm also interested: rafallo8791@gmail.com
Thank you in advance!
by rafal
Thu Jul 20, 2017 11:28 pm
Forum: OpenSees.exe Users
Topic: Update
Replies: 3
Views: 3230

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: ---------------------------------...
by rafal
Thu Jul 06, 2017 11:35 pm
Forum: Framework
Topic: Opensees under Linux (Debian 9) slower than on Windows 7
Replies: 4
Views: 5974

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 -...
by rafal
Sun Jun 18, 2017 12:42 am
Forum: Framework
Topic: Build Error (OpenSees, Debian)
Replies: 3
Views: 4647

Re: Build Error (OpenSees, Debian)

Thank you Frank! The new svn 6598 commit fixes the problem.
by rafal
Sat Jun 17, 2017 6:57 am
Forum: Framework
Topic: Opensees under Linux (Debian 9) slower than on Windows 7
Replies: 4
Views: 5974

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...
by rafal
Thu Jun 15, 2017 7:57 am
Forum: Framework
Topic: Build Error (OpenSees, Debian)
Replies: 3
Views: 4647

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 ...
by rafal
Wed Apr 12, 2017 11:48 pm
Forum: OpenSees.exe Users
Topic: nDMaterial suitable for concrete block
Replies: 8
Views: 8254

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.
by rafal
Tue Oct 11, 2016 12:57 pm
Forum: OpenSees.exe Users
Topic: OpenSees SNOPT
Replies: 2
Views: 3134

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...