zhxx1987

Results 22 comments of zhxx1987

Hi Gopalakrishna if you can provide a teamview like mechanism to us, or if you use linux system, Our team are super happy to help you build system and examples!...

> 我看到示例里面有衣服一类的柔性物体,请问这些模拟是如何做到的? 用节点拉出来的

Temp data if provided from a fire simulation, renders particle with temperatures,giving a rendering result like a burning fire and burnt dusts. I used to scale all particle data to...

The forth component is to store density value which is a time evolving ode so that particles fade out smoothly. And for those axis it's just rotating or mirroring the...

here is the an example The parameters could be: file folder where particledata0000.bin is stored. 0.008(particle size) 1(density scale) 0.006(particle transparency) 3 10 -5(light position) 10(shadow map quality) 0(start frame)...

feel free to let me know regarding algorithm details and implementation

@igbondar @doyubkim here are some helpful instructions for ivock implementation: 1. the monopole tree code is not necessary, it is just used to compute the boundary values for the stream...

> Hi @zhxx1987! > Thanks for help. I tried implement 2d case of IVOCK since it simpler and doesn't require vortex stretching. > The problem it is quickly become unstable...

@igbondar after you done my check list, you shall be able to add back 1.0 of the missing vortices with no problem in 2D. although I used 0.95 in my...

for using multigrid solvers in 2D, please check the code at https://github.com/ziyinq/Bimocq/blob/master/src/bimocq2D/BimocqSolver2D.cpp "buildMultiGrid" and "projection". for vorticity stream functions, PURE_NEUMANN = false.