CeuAzul / ADR

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

Geometry variables are hardcoded in Aerodynamic_surface #135

Closed rafaellehmkuhl closed 4 years ago

rafaellehmkuhl commented 4 years ago

image

Instead of having a hardcoded number of sections, we could have an iterable array of key-value pairs associated with each aerodynamic section. This way we could have any number of sections on each surface, extending it's analysis capabilities.

This also requires that the plane parameters are instantiated and passed in a different way.

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.