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.84k stars 303 forks source link

paraview extracts lift, drag, and pressure clouds. #173

Closed wjsjtu123 closed 6 months ago

wjsjtu123 commented 6 months ago

I extracted the rho and u data in vtk format with two commands lbm.rho.write_device_to_vtk(); and lbm.u.write_device_to_vtk();. In paraview, I want to get a visual cloud of pressure, lift and drag from these two data, how do I do it. image

ProjectPhysX commented 6 months ago

Hi @wjsjtu123,

Kind regards, Moritz