evanrudefx Posted April 25, 2018 Share Posted April 25, 2018 Hi, What is a good way to get good looking tendrils/explosion trails like in the photo. Everytime I attempt this look, my sim just winds up mushrooming out and I can't get the motion I want. Here is the full video of the reference: https://youtu.be/obmbR4lP6Ws I have tried many things. I tried emitting from particles and used the trail sop to create a trail of particles, I have tried emitting from just a few particles, I tried geometry, but I can't seem to get the look that I want. Here is another sim that I did where you can see motion is not that great. https://vimeo.com/262084530 Thanks Quote Link to comment Share on other sites More sharing options...
Atom Posted April 26, 2018 Share Posted April 26, 2018 (edited) The short answer is to set your velocity to zero before you create the fluidsource velocity volume from point attribute v@v. Instead use a popnet to move particles around then after the popnet, but before fluid sourcing, zero out the point velocity. The particles will still move around and stamp out a density volume, but the vel volume will be set to zero. You can still use the Shaping tools in the solver to introduce more noise into the simulation. In this configuration, the fluidsource is set to stamping for density as well as velocity. ap_zero_velocity_explosion.hiplc Edited April 26, 2018 by Atom 1 1 Quote Link to comment Share on other sites More sharing options...
evanrudefx Posted April 26, 2018 Author Share Posted April 26, 2018 (edited) Thanks @Atom! Basically, your saying not to use the velocity from the popnet? In one of my previous test I set the velocity to negative values, that kinda worked. Could I also just set the velocity to none in the source volume node? Or just not add velocity in the fluid source node? Edited April 26, 2018 by ejr32123 Quote Link to comment Share on other sites More sharing options...
evanrudefx Posted April 26, 2018 Author Share Posted April 26, 2018 (edited) that works pretty well, but once my particles die the fluid suddenly stops going in the direction they were : ( I guess it happens in the example video i posted as well Edited April 26, 2018 by ejr32123 Quote Link to comment Share on other sites More sharing options...
Atom Posted April 26, 2018 Share Posted April 26, 2018 (edited) You really don't want to set vel to none. It needs to exist, just make sure it is zero. You can also tie @density to particle age which can get you more density at the start and less as the particle ages. f@density = fit(@age,0,@life, 10,2); Edited May 4, 2018 by Atom Quote Link to comment Share on other sites More sharing options...
evanrudefx Posted April 26, 2018 Author Share Posted April 26, 2018 I see, thanks for the clarification!!! 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.