Skip to content

Commit c749788

Browse files
committed
No syntax error, something is plotted
1 parent 3f8cb0b commit c749788

File tree

2 files changed

+411
-410
lines changed

2 files changed

+411
-410
lines changed

examples/rectangular_wing.jl

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -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)