File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 99using CSV
1010using DataFrames
1111
12- plot = true
12+ PLOT = true
1313
1414# Find root directory
1515root_dir = dirname (@__DIR__ )
@@ -67,7 +67,7 @@ vel_app = [
6767set_va! (body_aero_CAD_19ribs, vel_app)
6868
6969# Plotting geometry
70- plot && plot_geometry (
70+ PLOT && plot_geometry (
7171 body_aero_CAD_19ribs,
7272 " " ;
7373 data_type= " .svg" ,
@@ -85,7 +85,7 @@ results = solve(vsm_solver, body_aero_CAD_19ribs)
8585
8686CAD_y_coordinates = [panel. aero_center[2 ] for panel in body_aero_CAD_19ribs. panels]
8787
88- plot && plot_distribution (
88+ PLOT && plot_distribution (
8989 [CAD_y_coordinates, CAD_y_coordinates],
9090 [results, results_with_stall],
9191 [" VSM" , " VSM with stall correction" ];
@@ -106,7 +106,7 @@ path_cfd_lebesque = joinpath(
106106 " V3_CL_CD_RANS_Lebesque_2024_Rey_300e4.csv"
107107)
108108
109- plot && plot_polars (
109+ PLOT && plot_polars (
110110 [vsm_solver, VSM_with_stall_correction],
111111 [body_aero_CAD_19ribs, body_aero_CAD_19ribs],
112112 [
You can’t perform that action at this time.
0 commit comments