Open yyc84 opened 1 year ago
case 1
case 2
It seems that the your handling of the transport velocity formulation for static confinement is not correct.
I think I found the problem, with the static_confinement, at the first moment, the particles around the cylinder is defined as surface particles, so it will not apply the transport velocity correction. after run some time, the inner particles are also defined as surface particles
I changed the code to implement transport velocity to all the particles around the cylinder, but it still did not work.
@yyc84 you need a right way to indicate the right surface particles so that the particle around the cylinder will not be identified as surface particle.
I have implemented this time-space method to detect the surface particle; it seems this is not caused by it
I think I also need to add the "SpatialTemporalFreeSurfaceIdentificationStaticConfinement" to the static confinement boundary condition, to complete the function with wall part
@yyc84 what has happened now for this issue?
I finished the exclusive shape part and test successfully; I can get reversed level-set value of a geometry. I add two test cases for this,