Opensees Saws material code

Forum for asking and answering questions related to use of the OpenSeesPy module

Moderators: silvia, selimgunay, Moderators

Post Reply
YannSousseau
Posts: 2
Joined: Mon Jun 01, 2020 6:07 am

Opensees Saws material code

Post by YannSousseau » Mon Jun 01, 2020 6:30 am

Hello,

I am trying to constitute a load displacement curve, from displacement values and a Saws material model.

To this end, I use code examples provided by Opensees (https://opensees.berkeley.edu/wiki/inde ... S_Material).

The problem is this : when I execute the code many times, results provided (load values) are not consistent.
For some iterations, results are correct (https://ibb.co/DR73d0n), while for others interations, results are uncorrect (https://ibb.co/sQP8ynz).

In fact, I will need to execute such code many time, for an optimization procedure.

I thank you for your help.

Yann

mhscott
Posts: 874
Joined: Tue Jul 06, 2004 3:38 pm
Location: Corvallis, Oregon USA
Contact:

Re: Opensees Saws material code

Post by mhscott » Tue Jun 02, 2020 7:46 am

Do you have the same issue with the Tcl version of OpenSees? I ask because it could be a problem with the inputs or with the material implementation, e.g., revertToStart. Generally, we need more information than what you provided.

YannSousseau
Posts: 2
Joined: Mon Jun 01, 2020 6:07 am

Re: Opensees Saws material code

Post by YannSousseau » Tue Jun 02, 2020 8:31 am

Thank you for your help.

I haven't tried with the Tcl version, because I don't have this version.
So I have tried with the Python version.

The code I use is on the link (https://www.cjoint.com/c/JFcqBb6MwfW), and results are on the links
(https://www.cjoint.com/c/JFcqB50oiWW, https://www.cjoint.com/c/JFcqCHDL6UW).

"LoadDisp_i" file contain results (load values) corresponding to iteration i.
Iterations 0 and 99 correspond to figures (https://ibb.co/DR73d0n) and (https://ibb.co/sQP8ynz) respectively.

Post Reply