Generating wall (solid body) from particles on surface of stl #352
-
I am following the "Example 3: 3D Multi-resolution isotropic particle distribution of complex geometries" to generate SPH particles with an STL file. I was wondering what is the best approach to separate the FluidBody and SolidBody (Wall boundary), which is defined based on the outer surface SPH particles. So the inside SPH particles form the FluidBody. Thanks, |
Beta Was this translation helpful? Give feedback.
Replies: 4 comments 7 replies
-
I am not that I understand you question correctly. Could you specify it with more details? |
Beta Was this translation helpful? Give feedback.
-
Using this example: https://www.sphinxsys.org/html/examples/example3_3D_multiResolutionParticleDistribution.html , I have generated a 3D multi-resolution SPH mesh using an stl file. I want to separate these particles into FluidBody and SolidBody. The SolidBody (i.e. a wall) is the layer of particles on the surface of the STL file: and the FluidBody is all the remaining particles inside the geometry. |
Beta Was this translation helpful? Give feedback.
-
stomach.pdf |
Beta Was this translation helpful? Give feedback.
-
I have created a issue for the discussion. |
Beta Was this translation helpful? Give feedback.
I have created a issue for the discussion.
Xiangyu-Hu Created issue #361
and also created a pull request for the new functionality. #362
You can check the new example using such functionality, and review the change this pull request.
Thanks.