cfl-minds / drl_shape_optimization

Deep reinforcement learning to perform shape optimization
MIT License
57 stars 15 forks source link

Replacing CFD solver with alternative like xfoil #5

Closed zonexo closed 2 years ago

zonexo commented 2 years ago

Hi, is it possible to replace the CFD solver with alternatives like xfoil?

Of cos, it may not be as accurate but for some cases, it can be valid and gives fast speed up.

Thanks!

jviquerat commented 2 years ago

@zonexo yes, at some point in the process of this project, I thought about using xfoil, although I do not really know the existing assumptions behind the potential-based approach it uses. Also, as stated in the other issue, I would advise in favour of PBO instead of the present algorithm, mostly for performance.