violalyu Posted February 2, 2018 Share Posted February 2, 2018 Hi Houdini friends! I'm having some issues with getting velocity field to work with volume clustering... I made a simple example file (please see attached) to show this issue, and in my actual scene I've also tested with force and deforming static objects as collision, and both seem to work, but not with velocity field, and this velocity field will work if i turn off instancing on smoke object and fluid source with the same exact set up. Does anyone else had this before or have any idea how this is caused or workarounds? Thank you sooooo much in advance! Best, Viola cluster_velFieldIssue.hipnc Quote Link to comment Share on other sites More sharing options...
fencer Posted February 2, 2018 Share Posted February 2, 2018 Strange why source doesn't want to add velocity field. But you can try to add it manually. cluster_velFieldIssue_v02.hipnc 1 Quote Link to comment Share on other sites More sharing options...
Atom Posted February 2, 2018 Share Posted February 2, 2018 (edited) It could be because you have named all your fields the same. You have 10 clusters and they are all named density, not density1, density2 etc.. Try creating your density fields inside a for loop with the loop index appended to the name. Edited February 2, 2018 by Atom 1 Quote Link to comment Share on other sites More sharing options...
violalyu Posted February 2, 2018 Author Share Posted February 2, 2018 @Atom Hi Atomic, thanks for the reply! However, it seems the density and temperature field already have a suffix with cluster number... their name is density_1, density_2...etc, and it's still doing that though:( @fencer Hi Paul, thanks for the reply! That works for me now, and learnt some new thing today lol, thank you so much! 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.