Replies: 3 comments 14 replies
-
Hi Dan, |
Beta Was this translation helpful? Give feedback.
-
Hello @DanW97, The torques and forces evaluation should be correct when using RBF shapes since there are not overlaps between component shapes (unlike composites). The orientation flip will be fixed soon. Regarding composite shapes, it isn't possible yet to declare them in the parameter file directly, but it will be added. In general, using composite shapes should be faster than using RBF shapes because these require looping over multiple nodes to compute the distance value, so when it will be available the composite option should be considered for "simple" shapes. Regards |
Beta Was this translation helpful? Give feedback.
-
Hi @DanW97, Recently @oguevremont and I added the composite shape to the sharp IB solver, which allows us to model complex geometry relatively easily in the sharp IB. It works by allowing you to define a shape by the composition of primitive shapes with boolean operations (at the moment only union and difference). There is no example as of yet. We are currently working on that. In the meantime, I joint here a reproduction of example 11. In this version of the example, we modify the top boundary to a weak no-slip because sharp IB particles in motion require at least one open boundary or one weakly imposed boundary. Since we don't have a weak slip boundary, I used a weak no-slip boundary. Here is example 11 with sharp: Note: to visualize the geometry in the sharp solver, you need to use the contour tool of ParaView on levelset output field and set the Isosurface to 0. Hope it helps and can be helpful to you Lucka |
Beta Was this translation helpful? Give feedback.
-
Hi,
I saw that stl files can be represented via rbf in the sharp solver, and that a script to generate them in the required format would be provided in the future. I was just wondering if there were any updates on that? It would be really cool to use the sharp solver with more complex objects such as impellers!
Cheers,
Dan
Beta Was this translation helpful? Give feedback.
All reactions