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
690 stars 111 forks source link

No force output by panel1 #36

Closed zjb19900907 closed 3 years ago

zjb19900907 commented 3 years ago

Hello, When I test the panel1 program ,I find that the relevant codes related to aero force have been annotated. I tried to activate them again, but there are many problems ,and the results are also not right. Is it posiible to recover the calcuration of force?

peterdsharpe commented 3 years ago

Hi @zjb19900907, thanks for the bug report and sorry for the delayed repsonse. panel1 is a deprecated analysis that was dropped in the AeroSandbox awhile ago (around v1.0.0), so it is no longer supported. Instead, the lifting line and vortex lattice methods are now used for 3D aero analysis.