Surface color plot seems cannot be displayed correctly under specific circumstances

Hello! In this section we'll talk about the post processing module and the data visualization.
Post Reply
ZhangBin
Posts: 9
Joined: Thu Jul 08, 2021 2:35 am

Surface color plot seems cannot be displayed correctly under specific circumstances

Post by ZhangBin » Mon Jul 26, 2021 7:20 am

Dear STKO team,

I am trying to model pile-soil interaction and observe the soil strain distribution, but when I open the material.strain plot, some region seems cannot be displayed properly. Other plots, like the displacement plot, can be displayed correctly.
I use the OpenSeesMP solver to do the analysis, the region that cannot be shown seems related to the mesh partition, as shown in the following picture.
I wonder if anyone can tell me what is the reason for this situation and how can I solve it.

Thank you for your attention. :)
Zhang Bin
Attachments
1.png
1.png (222.63 KiB) Viewed 4400 times
2.png
2.png (251.29 KiB) Viewed 4400 times
3.png
3.png (21.08 KiB) Viewed 4400 times
4.png
4.png (51.85 KiB) Viewed 4400 times

marafini.f
Posts: 363
Joined: Fri Nov 13, 2020 1:52 pm

Re: Surface color plot seems cannot be displayed correctly under specific circumstances

Post by marafini.f » Mon Jul 26, 2021 9:35 am

Dear Zhang Bin,

The error you are experiencing can occur when you try to open your database while the analysis is still running. Also, you can have this problem if you run your analysis twice but changed the number of processors and did not erase the previously created databases.

There are also other cases, but first please try to run your analysis in a new folder and open the database only when OpenSees has finished.
Let us know how it goes.

Francesca

ZhangBin
Posts: 9
Joined: Thu Jul 08, 2021 2:35 am

Re: Surface color plot seems cannot be displayed correctly under specific circumstances

Post by ZhangBin » Tue Jul 27, 2021 3:46 am

Dear Francesca,

Thanks for your quick reply, I will run my analysis as you said.

regards,
Zhang Bin

marafini.f
Posts: 363
Joined: Fri Nov 13, 2020 1:52 pm

Re: Surface color plot seems cannot be displayed correctly under specific circumstances

Post by marafini.f » Tue Jul 27, 2021 7:33 am

You are welcome!

ZhangBin
Posts: 9
Joined: Thu Jul 08, 2021 2:35 am

Re: Surface color plot seems cannot be displayed correctly under specific circumstances

Post by ZhangBin » Tue Jul 27, 2021 1:13 pm

Dear STKO team,

As you suggested, I rerun my model in a new folder. After closing OpenSees, I open the database that located the new folder. But the situation still exists. I found the region that cannot be displayed has "brickUP" element property, in the same partition, the region that has "SSPbrick" element property is able to show in the plot. I wonder if it is caused by the existence of different element types in the same partition. If so, how can I solve it?

regards,
Zhang Bin
Attachments
图片1.png
图片1.png (217.91 KiB) Viewed 4383 times

marafini.f
Posts: 363
Joined: Fri Nov 13, 2020 1:52 pm

Re: Surface color plot seems cannot be displayed correctly under specific circumstances

Post by marafini.f » Wed Jul 28, 2021 7:37 am

Dear Zhang Bin,

if you did not open the file until the analysis was completed and let STKO create all the partitioned database from scratch the problem could be that the analysis did not reach convergence in that specific partition and therefore you can't see the results.

Would you share your model with us so we can have a look?

Best,
Francesca

ZhangBin
Posts: 9
Joined: Thu Jul 08, 2021 2:35 am

Re: Surface color plot seems cannot be displayed correctly under specific circumstances

Post by ZhangBin » Wed Jul 28, 2021 9:25 am

Dear Francesca,

Here is my model, thanks for your support!

Best,
Zhang Bin
Attachments
pilegroup_Zhangbin0728.zip
(573.33 KiB) Downloaded 235 times

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: Surface color plot seems cannot be displayed correctly under specific circumstances

Post by STKO Team » Mon Aug 02, 2021 4:39 pm

Dear Zhang Bin,

we identified the issue, and it belongs to the PressureDependMultiYield that does not follow the standard OpenSees rules for writing the results.
This is not a problem typically, but when you mix this material with others (in your case the ElasticIsotropic) in a partitioned mesh, it can confuse the STKO post processor.

We will fix this issue either in OpenSees, or we will implement a workaround in the STKO post processor able to fix this issue in post processing.

In the meantime, you can solve it creating 2 recorders: 1 for SOIL and 1 for STRUCTURE, where SOIL and STRUCTURE are 2 regions.
In this way you keep the two materials into separate databases.
Here is how I did it:
pilegroup_Zhangbin0728.zip
(575.72 KiB) Downloaded 222 times
Then in the post processor you can open both of them and create 2 plots into the same plot group. Note that this issue only happens with "strain" and "material.strain".

ZhangBin
Posts: 9
Joined: Thu Jul 08, 2021 2:35 am

Re: Surface color plot seems cannot be displayed correctly under specific circumstances

Post by ZhangBin » Wed Aug 04, 2021 1:29 am

Thank you!

STKO Team
Posts: 3066
Joined: Tue Oct 29, 2019 8:45 am

Re: Surface color plot seems cannot be displayed correctly under specific circumstances

Post by STKO Team » Thu Aug 05, 2021 4:22 pm

You are welcome!

Post Reply