lettucecfd/lettuce

Connection to foil Tool like Flow5

Opened this issue · 4 comments

Flow5 is a great tool for foils. It is the successor of XFoil and Xflsr5.
https://flow5.tech/

It can use with opencascade cad with stL, iges and more.

Do you see here a fast solution for coupling your 2d-Tool to improve IBL-solver
to a better solutions?
https://flow5.tech/index.php/flow5/new-features/2d-ibl-solver/

Hello @stefano2734, thank you for the suggestion! We are currently working on an integration of pythonocc-core to import geometries from, for example, stl files. With it, you should be able to run 2D flows on a foil shape.

Perhaps https://github.com/mathLab/BladeX an example of coupling with the occ „wheel“ here.

I am not 100% sure what you would like lettuce to do for you. From what I understand, the 2D xfoil solver does some very specific things. PythonOCC, on the other hand, is a very generic geometry library and BladeX uses it to create an OCC object.
What we plan to do in lettuce is much more generic, using OCC to generate a suitable boundary for lt.Obstacle from an OCC.Shape/.Solid. This should enable you to do an LBM simulation of the the flow around the foil in 2D or 3D, calculating things such as lift and drag, or understanding the turbulence development better.

So, what are you looking for? Are you using lettuce already in your code?

My fault. Wrong direction. Here read is target, not write of cad files.
But examples of BladeX can perhaps be test files for reading of occ routines in lettuce.