We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9af1171 commit c7e9042Copy full SHA for c7e9042
examples/ram_air_kite.jl
@@ -5,10 +5,6 @@ using LinearAlgebra
5
6
# Create wing geometry
7
wing = KiteWing("data/HL5_ram_air_kite_body.obj", "data/HL5_ram_air_kite_foil.dat")
8
-
9
-# for gamma in range(wing.gamma_tip - wing.gamma_tip/10, -wing.gamma_tip + wing.gamma_tip/10, 20)
10
-# add_section!(wing, gamma, ("dat_file", "data/centre_line_with_profile.dat"))
11
-# end
12
wing_aero = WingAerodynamics([wing])
13
14
# Create solvers
0 commit comments