Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Connection to foil Tool like Flow5 #156

Open
stefano2734 opened this issue Jun 14, 2024 · 4 comments
Open

Connection to foil Tool like Flow5 #156

stefano2734 opened this issue Jun 14, 2024 · 4 comments

Comments

@stefano2734
Copy link

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/

@PhiSpel
Copy link
Contributor

PhiSpel commented Jul 19, 2024

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.

@stefano2734
Copy link
Author

stefano2734 commented Jul 19, 2024

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

@PhiSpel
Copy link
Contributor

PhiSpel commented Jul 19, 2024

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?

@stefano2734
Copy link
Author

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants