peterdsharpe / AeroSandbox

Aircraft design optimization made fast through modern automatic differentiation. Composable analysis tools for aerodynamics, propulsion, structures, trajectory design, and much more.
https://peterdsharpe.github.io/AeroSandbox/
MIT License
687 stars 111 forks source link

Openvsp geometry conversion to Aerosandbox #60

Open opme opened 2 years ago

opme commented 2 years ago

I have been working on geometry conversion from openvsp to aerosandbox and am creating the pull request for discussion.

I was thinking the workflow could be:

Is there interest in this feature? Is this the correct folder for it?

Here is a test conversion of an openvsp model: (some small bugs still...)

Fuselage difference can be seen because openvsp allows curves between xsec while aerosandbox uses lines. If you are drawing your own model you can increase the number of xsec used. This model taken from openvsp hangar is using 2 fuselage to make the main body shape.

I also use scivm account so other pull request related to docker/jupyter is from me.

image

image