import pterasoftware as ps airplane = ps.geometry.Airplane( wings=[ ps.geometry.Wing( symmetric=True, wing_cross_sections=[ ps.geometry.WingCrossSection( airfoil=ps.geometry.Airfoil(name="naca2412"), ), ps.geometry.WingCrossSection( y_le=5.0, airfoil=ps.geometry.Airfoil(name="naca2412"),...