File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -97,7 +97,7 @@ alpha_deg = 30.0 # Angle of attack [degrees]
9797alpha = deg2rad (alpha_deg)
9898
9999# Step 2: Create wing geometry with linear panel distribution
100- wing = Wing (n_panels, spanwise_panel_distribution= " linear " )
100+ wing = Wing (n_panels, spanwise_panel_distribution= LINEAR )
101101
102102# Add wing sections - defining only tip sections with inviscid airfoil model
103103add_section! (wing,
Original file line number Diff line number Diff line change @@ -98,7 +98,7 @@ alpha_deg = 30.0 # Angle of attack [degrees]
9898alpha = deg2rad (alpha_deg)
9999
100100# Step 2: Create wing geometry with linear panel distribution
101- wing = Wing (n_panels, spanwise_panel_distribution= " linear " )
101+ wing = Wing (n_panels, spanwise_panel_distribution= LINEAR )
102102
103103# Add wing sections - defining only tip sections with inviscid airfoil model
104104add_section! (wing,
You can’t perform that action at this time.
0 commit comments