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

Headless mode? #52

Closed bcardarella closed 1 year ago

bcardarella commented 1 year ago

Is it possible to run in a headless mode if I have a model setup and I am more interested in getting specific output values than the visualization?

ProjectPhysX commented 1 year ago

Yes. Leave INTERACTIVE_GRAPHICS commented in src/defines.hpp. Depending on if you want to generate images or not, you can enable/disable GRAPHICS.

bcardarella commented 1 year ago

Excellent!