Replies: 3 comments 4 replies
-
It depends what you're trying to do. I'm guessing that your domain is a cylinder (like a tube) and it's filled with solid grains (sphere packing)? In this case it is generally true that the sphere-to-sphere network (i.e. the solid network) resembles a delaunay tessellation while the pore space around the grains follows a voronoi tessellation (see here). So this means you want a voronoi network. The tricky part is figuring out which spatial points to provide to the tessellation, since these points should represent the sphere centers. Anyway, assuming you have sphere centers, you would create a voronoi with |
Beta Was this translation helpful? Give feedback.
-
Your other option is to find or generate an image of spheres packed in a cylinder then just run the |
Beta Was this translation helpful? Give feedback.
-
Hi,
sorry I've just read the message. Yes, of course.
… Il 27/09/2021 22:51 jgostick ***@***.***> ha scritto:
Hi @HFenice https://github.com/HFenice I think we should have a live chat. We have been working on a tool that may work for you, but it's not published yet. Can you connect with me via email?
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub #2021 (reply in thread) , or unsubscribe https://github.com/notifications/unsubscribe-auth/AVQRD4I5XMOMJ5KLVB2GL7DUEDKLLANCNFSM5EVPTI4Q .
Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub .
|
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have a cylindrical sample and I need to reproduce its pore network. I used
DelaunayVoronoiDual
that let me create a cylinder, but I don't know if this choice is consistent with the reality. How can I choose betweenDelaunay
andDelaunayVoronoiDual
? Can I have a cylinder by simply usingDelaunay
? I need to compute permeability and I saw that there is a difference in the value obtained between using these two network.Beta Was this translation helpful? Give feedback.
All reactions