Whether the shortest path obtained by (op.topotools.find_path) represents the path of liquid flow? #2695
Unanswered
xiangWu-WW
asked this question in
Q&A
Replies: 1 comment
-
No, fluid will take many parallel paths before it reaches the outlet. The shortest path will be a subset of this larger set, assuming that you used capillary entry pressure as the weights for the throats. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
op.topotools.find_path:The shortest path is found using Dijkstra’s algorithm included in the scipy.sparse.csgraph module
Additional small pores were added to the original large size pore network model, and additional throats were added. I fixed two large holes (IN and OUT). Can the path obtained using 'op.topotools.find_path' represent the flow direction of the fluid between the two holes when flowing.
This is the function:
This is the path of two fixed pores with different small PNM.
Beta Was this translation helpful? Give feedback.
All reactions