-
Notifications
You must be signed in to change notification settings - Fork 198
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
How to create a simulation grid with custom obstacles? #185
Comments
Hi @sambaPython24 Yes, 3D is also supported. |
Thank you @holl- for your quick answer and indeed I see the line I assume, that you convert the Cuboid and Spheres to a part of a voxel grid at some point anyways, hence my question is wether I could just skip this step and provide this voxel grid directly (either as the simulation grid or just a binary grid with the location of the "blocked" voxel). I have been trying to somehow change the objects
but it appears to be impossible to get or even change the underlying values in any way. |
The reason you provide a |
Hey, thank you for your work and for your support on github!
In your examples pages, you show a nice example of how to create grids with custom obstacles, that are
created as boolean operations of boxes or how to load
a gmsh file as a grid.
Is there a more direct way of how to load a mesh for example by e.g. :
and - because I see only 2D Simulation examples in your code -
is that also possible for 3D Simulations?
The text was updated successfully, but these errors were encountered: