Log into your account to keep track of your progress. You can work through the lessons without logging in but your progress will be lost when you refresh the page.
HOW TO CREATE A CUSTOM WIND FORCE FOR THE PYRO SOLVER
In this video, I’ll show you how to create a custom wind force for the Pyro Solver using a microsolver.
This force is not limited to wind; you can also use it to create drag or other types of effects. The force can be driven by fields such as density or temperature, not just velocity.
In this video, you’ll learn how to:
- Writing custom VEX code
- Controlling density in simulations
- Custom forces, not just wind
COMMENTS
luispena.vfx 1 month ago |
Hi!, I have a question...
I'm beginner in Houdini so I don't quite understand the difference or why apply this technic instead of assign a wind force in the velocity field or in the solver??
It's not the same result?
Thanks for your time
MatEvil 1 month ago |
It's a good question Luis.
Quick answer: You don't have a VEX Control on it.
Long answer: Inside the solver (Pyro Solver Sparse), you have a tab of "Shape" and inside you can find a "Wind" tab, but you can control only the wind direction. If you create a Microsolver or force (Gas Wind and Wind Force) you can see missing totally the part for control the behaviors of your wind with the VEX so you can't managment or drive by temperature or density (for field) or based on the position (for example you can't say "if smoke is up @P.y>2 moved in another direction). You can get more control.
Let me know if all is clear now.
Please log in to leave a comment.