-
Hi OpenPNM team, I'm trying to understand the connectivity of my network created from network_from_porespy; using the function find_connected_pores I find 2777/10172 connected pores but using network.isolated_pores I found just 10 pores, also through check_health I found just 10 pores, and also using find_isolate_clusters I found just 10 pores, where are the other and can I find them? And after that I want to connect them to have a fully connected pore network model. |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 3 replies
-
If I understand you correctly, you are finding 10 isolated pores. These are among the 2777 total pores. You need to trim these isolated pores so that the solvers can work. I actually created a fairly detailed example on this here |
Beta Was this translation helpful? Give feedback.
If I understand you correctly, you are finding 10 isolated pores. These are among the 2777 total pores. You need to trim these isolated pores so that the solvers can work. I actually created a fairly detailed example on this here