Skip to content

Commit 3f8cb0b

Browse files
committed
fix using command
1 parent f7a8b0e commit 3f8cb0b

File tree

1 file changed

+10
-10
lines changed

1 file changed

+10
-10
lines changed

examples/rectangular_wing.jl

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
using LinearAlgebra
2-
using Plots
2+
using ControlPlots
33
using VortexStepMethod
44

55
# Step 1: Define wing parameters
@@ -52,15 +52,15 @@ println("CL = $(round(results_vsm["cl"], digits=4))")
5252
println("CD = $(round(results_vsm["cd"], digits=4))")
5353
println("Projected area = $(round(results_vsm["projected_area"], digits=4))")
5454

55-
# Step 6: Plot geometry
56-
plot_geometry(
57-
wa,
58-
"rectangular_wing_geometry";
59-
data_type=".pdf",
60-
save_path=".",
61-
is_save=false,
62-
is_show=true,
63-
)
55+
# # Step 6: Plot geometry
56+
# plot_geometry(
57+
# wa,
58+
# "rectangular_wing_geometry";
59+
# data_type=".pdf",
60+
# save_path=".",
61+
# is_save=false,
62+
# is_show=true,
63+
# )
6464

6565
# # Step 7: Plot spanwise distributions
6666
# y_coordinates = [panel.aerodynamic_center[2] for panel in wa.panels]

0 commit comments

Comments
 (0)