-
Hello , 1st thank you for this amazing tool you're providing. I'm looking for a way to connect pores artificially to simulate the flow that is moving in undetectable pores . For this, I found this function in your documentation "connect_pores(network, pores1, pores2, labels=[], add_conns=True)", I'm also having a problem to update labels after trimming, labels (defined when extracting the network from tiff image)such as xmin xmax zmin zmax ymin ymax aren't updated and I can't apply my boundary conditions to simulate the flow. (e.g: these labels are empty after trimming) I'm working on a XCT tiff image , pores network extraction is done by porespy snow2 algorithm. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 17 replies
-
Any hints on how to do this please ? |
Beta Was this translation helpful? Give feedback.
-
Thank you so much for your answer, this really helped I also found out easy to connect clustered pores with stitch pores function after using find_nerby_pores with a defined radius, but when I do a single phase flow simulation on this new network, im getting this error that I couldn't understand ValueError: operands could not be broadcast together with shapes (982,) (2323,)_ Merci |
Beta Was this translation helpful? Give feedback.
Any hints on how to do this please ?