wateryfield Posted September 14, 2014 Share Posted September 14, 2014 Hi,everyone. There is a problem i really haven't pay attention to before. I put some water in a glass, the glass was a static object with vdb colision. The water in glass seems not quiet at all, and the water volume was decrease over time even the particle total number was remain unchanged. Is it be a flipsolver problem? and any way to improved? Thanks! water_in glass.hip Quote Link to comment Share on other sites More sharing options...
lukeiamyourfather Posted September 15, 2014 Share Posted September 15, 2014 The FLIP solver is inherently not good at this kind of simulation. It's a cheat to get faster simulations but it loses some physical accuracy in the process, mainly the volume of the fluid isn't necessarily consistent over time. If you want better accuracy try the SPH solver which accounts for the volume of the fluid over time, however it might be a lot slower than the FLIP solver. You get what you pay for in terms of simulation time. Enabling "Apply Particle Separation" on the FLIP solver will help some but probably not eliminate this problem completely. 2 Quote Link to comment Share on other sites More sharing options...
wateryfield Posted September 15, 2014 Author Share Posted September 15, 2014 The FLIP solver is inherently not good at this kind of simulation. It's a cheat to get faster simulations but it loses some physical accuracy in the process, mainly the volume of the fluid isn't necessarily consistent over time. If you want better accuracy try the SPH solver which accounts for the volume of the fluid over time, however it might be a lot slower than the FLIP solver. You get what you pay for in terms of simulation time. Enabling "Apply Particle Separation" on the FLIP solver will help some but probably not eliminate this problem completely. Thanks. I will give a try. Quote Link to comment Share on other sites More sharing options...
wateryfield Posted September 15, 2014 Author Share Posted September 15, 2014 The FLIP solver is inherently not good at this kind of simulation. It's a cheat to get faster simulations but it loses some physical accuracy in the process, mainly the volume of the fluid isn't necessarily consistent over time. If you want better accuracy try the SPH solver which accounts for the volume of the fluid over time, however it might be a lot slower than the FLIP solver. You get what you pay for in terms of simulation time. Enabling "Apply Particle Separation" on the FLIP solver will help some but probably not eliminate this problem completely. Despite the velocity projection stage, particles can end up closer together than their pscale attribute. When this happens, internal forces can’t separate the particles because the velocity projection will remove those forces. This results in the fluid compressing over time. Thanks. Luke The particle separation actually is what i want. Quote Link to comment Share on other sites More sharing options...
SpencerL Posted September 16, 2014 Share Posted September 16, 2014 On the FLIP Object > Properties tab, turn up the Particle Radius Scale. Turn it up to 2 will make sure all particles get resolved and usually help with volume loss. Also, particle separation as Luke suggested too. 3 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.