Page 1 of 1
Surface color plot seems cannot be displayed correctly under specific circumstances
Posted: Mon Jul 26, 2021 7:20 am
by ZhangBin
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
Re: Surface color plot seems cannot be displayed correctly under specific circumstances
Posted: Mon Jul 26, 2021 9:35 am
by marafini.f
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
Re: Surface color plot seems cannot be displayed correctly under specific circumstances
Posted: Tue Jul 27, 2021 3:46 am
by ZhangBin
Dear Francesca,
Thanks for your quick reply, I will run my analysis as you said.
regards,
Zhang Bin
Re: Surface color plot seems cannot be displayed correctly under specific circumstances
Posted: Tue Jul 27, 2021 7:33 am
by marafini.f
You are welcome!
Re: Surface color plot seems cannot be displayed correctly under specific circumstances
Posted: Tue Jul 27, 2021 1:13 pm
by ZhangBin
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
Re: Surface color plot seems cannot be displayed correctly under specific circumstances
Posted: Wed Jul 28, 2021 7:37 am
by marafini.f
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
Re: Surface color plot seems cannot be displayed correctly under specific circumstances
Posted: Wed Jul 28, 2021 9:25 am
by ZhangBin
Dear Francesca,
Here is my model, thanks for your support!
Best,
Zhang Bin
Re: Surface color plot seems cannot be displayed correctly under specific circumstances
Posted: Mon Aug 02, 2021 4:39 pm
by STKO Team
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:
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".
Re: Surface color plot seems cannot be displayed correctly under specific circumstances
Posted: Wed Aug 04, 2021 1:29 am
by ZhangBin
Thank you!
Re: Surface color plot seems cannot be displayed correctly under specific circumstances
Posted: Thu Aug 05, 2021 4:22 pm
by STKO Team
You are welcome!