starion83 Posted December 31, 2020 Share Posted December 31, 2020 Hi everyone, I have a velocity volume working well to advect a vellum sim, by pulling the objects towards the normals of an object. However I'd like to remove all velocity values from within the object, so that once they've been pulled in and "captured", that they can then move freely within the shape of that object. The object is not being fed into the vellum sim for collisions. Is it a matter of doing something like, multiplying the velocity by the inverse of the density? I tried this but couldn't quite get it right, I'm not sure if I'm missing something. Thanks in advance for any help! VelocityRemoveInside_Test.hiplc Quote Link to comment Share on other sites More sharing options...
starion83 Posted January 2, 2021 Author Share Posted January 2, 2021 Ok I got this working by multiplying velocity field by inverse of density. What I was missing was the need to split the velocity into x y z vector for the multiplication, and then convert back to vector. 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.