airgproducts / pyfoil

A library to read, create, modify and analyze airfoils in Python
12 stars 1 forks source link

including reynolds number in the analysis #2

Open AhmedMoustafaa opened 3 months ago

AhmedMoustafaa commented 3 months ago

Is there a way to change the Reynolds number in the analysis?

hiaselhans commented 3 months ago

I thought so but then found this: https://github.com/airgproducts/pyfoil/blob/main/pyfoil%2Fairfoil.py#L58

So, not yet. But i think all that is needed is to forward it to xfoil. How do you think the api should be? An argument 'reynolds: float | None = None' ?