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

Extract macroscopic values (Lift, Drag) #84

Closed r8d8 closed 1 year ago

r8d8 commented 1 year ago

First of all, thank you for your efforts, it's a greate piece of engineering. Having general question, before I start digigng deeper: Can one extract macroscopic values as lift and drag from simulation? My intention was to use it for design of a new airframe.

ProjectPhysX commented 1 year ago

Hi @r8d8,

yes this is possible, see the sample setup here. For low Reynolds number, surface forces are accurate to within a few %. But my testing so far indicates that at highly turbulent external aerodynamics, absolute forces are off by up to a factor 2 (too large). I'll first need to implement a wall function model to enable more accurate force readings at low-moderate resolution.

However for relative forces or ratios such as lift/drag ratio, it's already quite accurate, and might be useful to for example compare different airframe geometries.

Kind regards, Moritz

r8d8 commented 1 year ago

Thank you, Moritz Exactly what I need.