Search found 28 matches

by thomas.ulrich
Wed May 28, 2014 7:48 am
Forum: Useful Scripts.
Topic: Plotting & Checking fiber sections in Matlab
Replies: 8
Views: 26818

Re: Plotting & Checking fiber sections in Matlab

Thanks (9 years later...) ! A Slight addon to be able to take into consideration rectangular patches. Thomas. function plotSection(sectionfname,barRplotfactor,fillflag,matcolor,edgecolor) % plotSection(sectionfname,barRplotfactor,fillflag,matcolor,edgecolor) %________________________________________...
by thomas.ulrich
Thu Sep 19, 2013 12:24 am
Forum: Framework
Topic: Bug Spotted in Bilin material
Replies: 14
Views: 10669

Re: Bug Spotted in Bilin material

You were right, something went wrong during my compilation of the new rev.
A "make all" was not enough, I had to do a "make clean" to make it work properly.

Thank you.
by thomas.ulrich
Tue Sep 17, 2013 11:35 pm
Forum: Framework
Topic: Bug Spotted in Bilin material
Replies: 14
Views: 10669

Re: Bug Spotted in Bilin material

Dear fmk,

thanks for the update. There still a bug thought. I sent you a script that triggers the new bug.

Basically, what I'm doing is:
Building the model
Static analysis
Save 0
Dynamic analysis
Restore 0
Crash

Thomas.
by thomas.ulrich
Tue Sep 17, 2013 6:53 am
Forum: Framework
Topic: Bug Spotted in Bilin material
Replies: 14
Views: 10669

Re: Bug Spotted in Bilin material

I just run a dynamic simulation with the new model, and I'm getting exactly the same displacement at the one of teh top nodes of the structure as what we obtained in the previous releases (and these previous results seemed good). Once save and restore functions will be restored, I will be rapidely a...
by thomas.ulrich
Tue Sep 17, 2013 5:58 am
Forum: Framework
Topic: Bug Spotted in Bilin material
Replies: 14
Views: 10669

Re: Bug Spotted in Bilin material

Hi,
I tried revision 5533 of the code, and I'm now getting an error when I'm executing a save statement.
I precise that the problem doesn't occur with the release 5340.
If you want, I can send you my input file.

Thomas.
by thomas.ulrich
Mon Sep 09, 2013 4:39 am
Forum: Framework
Topic: Bug Spotted in Bilin material
Replies: 14
Views: 10669

Re: Bug Spotted in Bilin material

Since with svn, we can access the previous version of the file, I could work it out myself. For example, I'm now using that code to have a reliable version: svn co svn://opensees.berkeley.edu/usr/local/svn/OpenSees/trunk OpenSeesIntel/ svn export -r 5340 svn://opensees.berkeley.edu/usr/local/svn/Ope...
by thomas.ulrich
Wed Sep 04, 2013 11:18 pm
Forum: Framework
Topic: Bug Spotted in Bilin material
Replies: 14
Views: 10669

Re: Bug Spotted in Bilin material

Hi, We have been using the Bilin uniaxiamaterial in our research, and it presented a correct behaviour, but since revision 5341, there is a bug: when we impose a small accelerogram (one of the first stage of our IDA) on our model, the Inter-story drift "explodes" to very high values! Since I commite...
by thomas.ulrich
Wed Apr 10, 2013 3:39 am
Forum: Framework
Topic: Bug Spotted in Bilin material
Replies: 14
Views: 10669

Re: Bug Spotted in Bilin material

Hi, It seems that it has been corrected first, but then that the revision 5253 has put back that bug. Is it a mistake? Then could you correct it please? In the same revision, the following condition has been modified: if((flagstopdeg==0)&&(flagdeg==1)) { (line 850) Could you explain what was wrong b...
by thomas.ulrich
Tue Apr 09, 2013 1:09 am
Forum: Framework
Topic: bug to be corrected in FEM_ObjectBrokerAllClasses
Replies: 4
Views: 4343

bug to be corrected in FEM_ObjectBrokerAllClasses

When saving restoring with an uniaxial ModIMKPeakOriented, I've got the following issue: FEM_ObjectBrokerAllClasses::getNewUniaxialMaterial - - no UniaxialMaterial type exists for class tag 67 [compute-0-8:24843] *** Process received signal *** [compute-0-8:24843] Signal: Segmentation fault (11) To ...
by thomas.ulrich
Mon Apr 08, 2013 11:04 pm
Forum: Framework
Topic: Error in Building OpenSees2.4.0
Replies: 3
Views: 4079

Re: Error in Building OpenSees2.4.0

Hi, I also have problems when compiliing the last version (5253) of Opensees: LIBRARIES BUILT ... NOW LINKING OpenSees PROGRAM make[1]: Entering directory `/home/ulrich/OpenSeesIntel/SRC/tcl' make[1]: Nothing to be done for `tcl'. make[1]: Leaving directory `/home/ulrich/OpenSeesIntel/SRC/tcl' make[...
by thomas.ulrich
Tue Mar 26, 2013 7:30 am
Forum: Framework
Topic: incoherence in RotSpring2DModIKModel.tcl
Replies: 0
Views: 2099

incoherence in RotSpring2DModIKModel.tcl

It seems that the parameters order in this file: http://opensees.berkeley.edu/wiki/index.php/RotSpring2DModIKModel.tcl are not corresponding with the description of the fonction in wikipedia page: http://opensees.berkeley.edu/wiki/index.php/Bilin_Material (in particular the degradation parameters). ...
by thomas.ulrich
Tue Feb 05, 2013 7:20 am
Forum: Framework
Topic: Bug Spotted in Bilin material
Replies: 14
Views: 10669

Bug Spotted in Bilin material

Hello, When I do a restore in a model with Bilin uniaxial material, Opensees raises an error (saying that UniaxialMaterial has no zero class or something like that).I think that is a small bug that can be corrected by modifying the sources like that: SRC/material/uniaxial/snap/Bilin.cpp replace Unia...
by thomas.ulrich
Fri Dec 14, 2012 9:06 am
Forum: Framework
Topic: Problem Downloading new 2.4.0 OpenSees
Replies: 1
Views: 3105

Re: Problem Downloading new 2.4.0 OpenSees

this page didn't ever really work in my opinion.
Best way to get the code is to download it via svn.
(easy from a linux environement. Else tortoiseSVN).
by thomas.ulrich
Fri Nov 30, 2012 2:19 pm
Forum: OpenSees.exe Users
Topic: [solved] Problem with ConfinedConcrete01 and USI
Replies: 4
Views: 3566

Re: Problem with ConfinedConcrete01 and USI

Dear Vesna, Thank you for your quick reply. actually you were right: I thought that the units were Mpa and inch, but after your comment, it is probably in Mpa=N/mm and mm. (Sorry I'm not regular with the barbaric units used by those who drive on the left and their friends ;-) ) So I tried converting...