ProjectPhysX / FluidX3D

The fastest and most memory efficient lattice Boltzmann CFD software, running on all GPUs via OpenCL. Free for non-commercial use.
https://youtube.com/@ProjectPhysX
Other
3.81k stars 301 forks source link

GRAPHICS_STREAMLINE_SPARSE doesn't seem to work for 2D simulations #41

Closed cat5519 closed 1 year ago

cat5519 commented 1 year ago

I've been trying some simple D2Q9 2D simulations and find that the sparse streamlines algorithm doesn't work properly. For example, using a value of 2 simply draws streamlines in the bottom half of the simulation box. I haven't tried it with 3D simulations.

Really interesting software. Thanks for making it available.

ProjectPhysX commented 1 year ago

Hi @cat5519, thanks for reporting this! The bug is now fixed in update v1.4!

cat5519 commented 1 year ago

Many thanks