rlguy / GridFluidSim3D

A PIC/FLIP fluid simulation based on the methods found in Robert Bridson's "Fluid Simulation for Computer Graphics"
zlib License
783 stars 95 forks source link

The drop ball excample works not good #15

Closed mingweiLIU closed 6 years ago

mingweiLIU commented 6 years ago

Hi, I followed the "Hello World" excample about drop a ball of fluid in the center of the fluid simulation domain, however the 29.ply model is not same as the given one. image (the model generated by my excample ) image (the model in the readme example) image (the code in my test)

rlguy commented 6 years ago

Hello mingweiLIU,

I am no longer maintaining this repository, but I'll try to figure out what is causing this error.

Would you be able to send me the 29.ply file? If you create a .zip of the file, you can attach it to your reply. And would you also attach the log file that is located in the 'logs' directory?

Also let me know your system specs:

Operating System CPU Model Graphics Card/Chip Model

Thanks!

mingweiLIU commented 6 years ago

Thanks a lot, my test enviroment is Windows10, Intel Xeon E5-2650 and NVIIDA Quadro M5000. Actually the excample finally worked after another build through the repository.