How to check a meshed medium by multiple spheres #39
Replies: 3 comments 1 reply
-
Thanks for your interest in using the library. You are correct, the documentation is somewhat minimal at this point, yet so is the interface. The original idea was not to obtain a solution being able to process a complete mesh and set of spheres, but to provide a building block that can easily be integrated into existing codes. Of course you can write a small wrapper which processes a number of cells/spheres in a format suitable for your application. Regarding your questions:
|
Beta Was this translation helpful? Give feedback.
-
Thanks for the answers. I have doubt that two loops be efficient in terms of performance, because I need to do this in another loop. Also it needs to order the mesh in each loop :). I would be grateful if you would take time to help clarify my ambiguities:
Many thanks for your time. |
Beta Was this translation helpful? Give feedback.
-
@alisheikholeslam: For the moment, I converted the issue to a discussion, at least until we get a clearer idea of what is actually missing in the Let me try to answer the questions you raised in order:
|
Beta Was this translation helpful? Give feedback.
-
I have found this library today and it will help me a lot in my project. I have read the related article and thanks for the Python library. I have question that how could I get each mesh cells occupied volume by spheres (where is the documentation? Is it existed? Is it just the readme? If so, IMO, it needs to be improved) if we have a medium full of spheres.
I would be grateful if put a sample here which be representative to handle such medium, for hexahedron mesh cells (at least 2) and some spheres.
Beta Was this translation helpful? Give feedback.
All reactions