Jump to content

FLIP Solver - How to compute weighted average of nearby particle velocities for each cell on the grid


mois23

Recommended Posts

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:

abstract_ioannidis_01.jpg.58ad766d60482691e3a825954704d9e7.jpg

 

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)

abstract_thesis_01.jpg.31cdd2d0ed1b5f04e79fdbaae4c200fb.jpg

Or http://alexey.stomakhin.com/research/siggraph2013_snow.pdf 

abstract_stom_01.jpg.6a6e5d92bf8855283c2fde9e43691105.jpg

 

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:

gasparticletofield_01.jpg.77e46952ab34584f7d0e78251ec98b34.jpg

- 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.

Link to comment
Share on other sites

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...