CeuAzul / ADR

Aircraft Design Resources - aircraft conceptual design framework
https://ceuazul.github.io/ADR
MIT License
14 stars 2 forks source link

Remove the necessity of passing CLmax as a Aerodynamic_surface parameter #103

Closed rafaellehmkuhl closed 4 years ago

rafaellehmkuhl commented 5 years ago

Currently the CLmax of the airfoil is a value passed on the dictionary, but this is bad because this is an actual property, not a choice from the user.

The other problem is that there is one parameter for the whole wing, which makes using two airfoils on the same wing wrong.

A perfect solution would be to make the AVL wrapper (who calls XFoil) returns the CLmax for the analysed airfoil. This would allow even to check for CLmax on each interpolated section (because AVL interpolates the airfoils linearly when the section starts with one airfoil and end with another).

rafaellehmkuhl commented 4 years ago

We should think about how to transport this to ADR 2.0.

rafaellehmkuhl commented 4 years ago

The content of this issue is being registered in a list of things to be aware of during the development of ADR2 and the issue is being closed.