AlphaJoe Posted December 16, 2017 Share Posted December 16, 2017 (edited) I am trying to make a water tank using FLIP, but I am having collision problems. The tank is hollow inside, I intend to render it as glass, but when the water collides with the surface of the tank it disappears. I have had to use surface collision as opposed to volume because the volume collision does not detect the hollow inside, it simply makes the collision the outer shell of the tank. I have attached a hip file to show what is happening, as well as the obj of the tank. I have tried increasing the collision offset, but it doesn't seem to have any effect, plus I can't go too far with it because it will plug the hole I have in the center. Any help would be greatly appreciated. WaterTankTest.hiplc WaterTank.obj EDIT: I did forget to mention, I am on 16.5.323 Edited December 16, 2017 by AlphaJoe Quote Link to comment Share on other sites More sharing options...
Atom Posted December 17, 2017 Share Posted December 17, 2017 (edited) You do have to use Volume Based collision with FLIP. I threw away your current collision setup and recreated it. I chopped off the top of the tank so I could see the quality of the VDB convert inside. You need enough quality to ensure that the tiny funnel for the hour glass is being created correctly. Feel free to remove the CLIP and BRIDGE nodes to re-establish your original look. To make the fluid accumulate in the bottom section of the hourglass you need to balance particle separation against grid scale. Grid scale below 1.0 get really slow but the default of 2.0 often leads to volume loss. This example uses 1.2 for grid scale. ap_WaterTankTest.hipnc Edited December 17, 2017 by Atom 1 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.