mois23 Posted Saturday at 06:17 PM Share Posted Saturday at 06:17 PM Hi Everyone I'm studying the FLIP solver a bit in depth in my free time, going node by node and reading a bit of theory. However, there is a part that I can't understand and I hope you can help me understand the logic. I often read in the literature that in transferring velocities from Lagrangian particles (v@v attribute) to Eulerian grids (v@vel field) a sort of weighted average is made taking into account the velocities of the nearby particles. Example: https://nccastaff.bournemouth.ac.uk/jmacey/MastersProject/MSc12/Ioannidis/Thesis.pdf (page 43), here an abstract: In other more detailed cases the kernel functions are described numerically, for example: https://nccastaff.bournemouth.ac.uk/jmacey/MastersProject/MSc16/01/thesis.pdf (page 12) Or http://alexey.stomakhin.com/research/siggraph2013_snow.pdf Given this, let's say I have a point cloud with certain attributes (v@v, @mass, @pscale), my main questions are: - Does the Gas Particle to Field, when rasterizing the velocities of a point cloud, already perform a weighted average taking into account the velocities of nearby particles like described in above abstracts? - If so, how and what are the mathematical operations behind each option? For example, reading the houdini documentation, does the Accumulated option take into account these kernel functions: - What could be a code/pseudo-code to compute the weighted average of the contribution of nearby particles based on their mass, their distance from the current evaluated cell using a kernel function of a specified radius? - If I wanted to "build" a Gas Particle to Field from scratch, for example to implement the functions and methods proposed in the literature (like the ones proposed above) in which language would it be possible to do it? VEX, Python, OpenCL, C++? Any information will be really useful, thank you very much everyone. 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.