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.77k stars 300 forks source link

Compressible flows #97

Closed eversilia closed 1 year ago

eversilia commented 1 year ago

Hi, is this solver suitable for compressible flows (e.g. flows around helicopter rotors, where on the advancing side the flow can get transonic) ? As far as I know, LBM cases are currently limited by the Mach number. Are you also trying to address those limitations ? Thank you a lot, very nice work indeed !

ProjectPhysX commented 1 year ago

The LBM model is limited to the weakly compresswible regime at Mach number < 0.3. In literature there is some extensions to get past this limit, but I'm currently not working on this. Better boundary model is up next.

eversilia commented 1 year ago

Thank you very much for your reply !