Search found 5 matches

by GianniPellegrini
Fri Mar 22, 2024 3:59 am
Forum: OpenSeesPy
Topic: Importing Mesh from external software
Replies: 1
Views: 9760

Importing Mesh from external software

Hello,
is there any recommended tool for meshing 3D solid models and importing them to OpenseesPy?
I am aware only of https://github.com/jaabell/gmsh2opensees which can be used to import mesh from GMSH
Do you know anything similar or already implemented in OpenseesPy?
Thank you
by GianniPellegrini
Wed Dec 06, 2023 1:49 am
Forum: OpenSeesPy
Topic: How to check 'See stderr output'?
Replies: 3
Views: 14397

Re: How to check 'See stderr output'?

GianniPellegrini wrote: Tue Dec 05, 2023 3:32 am Hi,
I have no seen a response to the initial question and I am re-opening this post.

I am using Openseespy through ubuntu terminal,

what is the way to check the stderr output?
thank you
One way I found is to use add the command
logFile(filename, '-append', '-noEcho')¶
in the script, so to print the warning into a txt file instead of having that message on the terminal
But I am not sure how to directly show the message in the terminal
thank you
by GianniPellegrini
Tue Dec 05, 2023 3:32 am
Forum: OpenSeesPy
Topic: How to check 'See stderr output'?
Replies: 3
Views: 14397

Re: How to check 'See stderr output'?

Hi,
I have no seen a response to the initial question and I am re-opening this post.

I am using Openseespy through ubuntu terminal,

what is the way to check the stderr output?
thank you
by GianniPellegrini
Thu Nov 30, 2023 7:03 am
Forum: OpenSeesPy
Topic: Two-Node Link - Damping
Replies: 2
Views: 6282

Re: Two-Node Link - Damping

mhscott wrote: Thu Nov 30, 2023 6:14 am I think you should test this out for yourself.
Thank you for your comment.
Yes, I tried but the results are different.

If I am not making a theoretical mistake, I think the problem is because the two-node link does not consider the damping from the "region command".
Without opting for '-doRaylegh", it seems the damping of the springs is zero regardless of the use of the region command.

On the other hand, if I opt for '-doRaylegh" the damping seems calculated according to the parameters of the global rayleigh object and not from the region one.

I was thinking that the damping from region (local) should overwrite the damping parameters from the rayleigh element (global). This does not seem the case.
Not sure if this is true for all the elements or just for the joints.
by GianniPellegrini
Wed Nov 29, 2023 1:13 pm
Forum: OpenSeesPy
Topic: Two-Node Link - Damping
Replies: 2
Views: 6282

Two-Node Link - Damping

Hello everyone,
I could have done a few tests before making this question, but I'll have a try:
I am modelling a pile with lateral springs using the two-node link element. I created an uniaxial Elastic material associated with the link.
I applied the Rayleigh damping to the model excluding (default option) the links.
Now, I would like to apply a stiffness-proportional damping to each spring.
I thought about two possible solutions:
1) using ETA factor of the uniaxial elastic material
2) defining a region for the link elements only

If I'd like to apply a stiffness proportional coefficient of 0.01,
should I
1) using ETA = 0.01 * tangentE in the Unixial Material, or
2) using alphaM=0, betaK=0, betaKinit=0.01, betaKcomm=0.

Considering that I am still applying the rayleight damping for the remaining part of the model, are 1) and 2) equivalent?

Thank you
Gianni