Search found 18 matches

by gabrifio
Thu May 04, 2023 9:30 am
Forum: Post processing and data visualization
Topic: Envelope of accelerations in OpenseesMP with API
Replies: 8
Views: 5333

Re: Envelope of accelerations in OpenseesMP with API

Hi, thank you for the clarification. Actually, when I say envelope I would "only" need the maximum (positive) and minimum (negative) value reached in terms of acceleration for each node.

The problem is that (of course) the maxima are not simultaneous for all the nodes, so when you write:

Instead ...
by gabrifio
Fri Apr 21, 2023 11:35 am
Forum: Post processing and data visualization
Topic: Envelope of accelerations in OpenseesMP with API
Replies: 8
Views: 5333

Re: Envelope of accelerations in OpenseesMP with API

Dear Massimo,

yes, you are correct. I am trying to plot the envelope of the maximum (and minimum) accelerations in time for each node. I would like to see a colour map like the Surface Color map but of course without time steps, only the maximum (and minimum)value for each node.

I have corrected ...
by gabrifio
Thu Apr 20, 2023 12:15 pm
Forum: Post processing and data visualization
Topic: Envelope of accelerations in OpenseesMP with API
Replies: 8
Views: 5333

Re: Envelope of accelerations in OpenseesMP with API

Dear STKO team,

Thank you I have watched the seminar and used the example test_virtual_result_query_node to change my code.

Now I have modified the code like this. Since I want the results for all the nodes, and I couldn't find a way to get the full number of nodes, I have just defined NN=6502 ...
by gabrifio
Tue Apr 18, 2023 1:27 pm
Forum: Post processing and data visualization
Topic: Envelope of accelerations in OpenseesMP with API
Replies: 8
Views: 5333

Re: Envelope of accelerations in OpenseesMP with API

Just for the sake of clarity, I am only interested in the component "Ax".
Thank you again
by gabrifio
Tue Apr 18, 2023 1:25 pm
Forum: Post processing and data visualization
Topic: Envelope of accelerations in OpenseesMP with API
Replies: 8
Views: 5333

Envelope of accelerations in OpenseesMP with API

Dear STKO team,

I am trying to use Python API to visualize the envelope of minimum and maximum accelerations for each node of the mesh. I have followed the example of the Getting started Week 12 example, Utils 14 and 15 (load combination and envelope).

In my case I just want to get the envelope of ...
by gabrifio
Thu Feb 16, 2023 3:50 pm
Forum: Analysis
Topic: Model with ASD absorbing boundaries
Replies: 5
Views: 2115

Re: Model with ASD absorbing boundaries

Dear Massimo,

Thank you very much for your help.

Of course, due to the deformation of the columns, only some portions of the column are in contact, while others (bending inwards) are not. Pay attention to the sign!, if they are in contact, you will see NEGATIVE stress (compression) in the soil ...
by gabrifio
Mon Feb 13, 2023 11:15 am
Forum: Analysis
Topic: Model with ASD absorbing boundaries
Replies: 5
Views: 2115

Re: Model with ASD absorbing boundaries

Dear Massimo,

Thank you very much for this. However, there are still some issues with the contact2D:

1a) The problem with the contact2D elements is still present. That is, both in the static and in the dynamic analysis the soil and the abutment wall are detaching (not in contact) thus producing ...
by gabrifio
Thu Feb 09, 2023 8:14 pm
Forum: Analysis
Topic: Model with ASD absorbing boundaries
Replies: 5
Views: 2115

Model with ASD absorbing boundaries

Dear Massimo,

In the original model I was trying to solve the following issues:

1. I have a contact2D in the interface between the backfill soil and the abutment walls. And in the old model the top of the structure seemed to detach from the soil, producing a strange deformed shape. I would like to ...
by gabrifio
Tue May 31, 2022 2:05 pm
Forum: Condition
Topic: Rotational spring
Replies: 5
Views: 3381

Re: Rotational spring

Hi STKO Team, thank you very much!
by gabrifio
Mon May 30, 2022 2:52 pm
Forum: Condition
Topic: Rotational spring
Replies: 5
Views: 3381

Re: Rotational spring

Hi, thank you for the response. Here is a sketch. It is a simple 2D model of a pile in an elastic medium. The only force is the horizontal force at the top node. The top node of the pile can be either free to rotate or fixed against the rotation if I add the fixed constraint, but I would like to ...