File tree Expand file tree Collapse file tree 2 files changed +5
-4
lines changed
Expand file tree Collapse file tree 2 files changed +5
-4
lines changed Original file line number Diff line number Diff line change @@ -2,8 +2,9 @@ using VortexStepMethod
22using LinearAlgebra
33using Pkg
44
5- if ! (" CSV" ∈ keys (Pkg. project (). dependencies))
6- using TestEnv; TestEnv. activate ()
5+ if ! (" CSV" ∈ keys (Pkg. project (). dependencies))
6+ using TestEnv
7+ TestEnv. activate ()
78end
89using CSV
910using DataFrames
@@ -50,7 +51,7 @@ plot && plot_geometry(
5051)
5152
5253# Solving and plotting distributions
53- @time results = solve (VSM, body_aero)
54+ results = solve (VSM, body_aero)
5455@time results = solve (VSM, body_aero)
5556
5657CAD_y_coordinates = [panel. aerodynamic_center[2 ] for panel in body_aero. panels]
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ plot = true
88n_panels = 20 # Number of panels
99span = 20.0 # Wing span [m]
1010chord = 1.0 # Chord length [m]
11- v_a = 20.0 # Magnitude of inflow velocity [m/s]
11+ v_a = 20.0 # Magnitude of inflow velocity [m/s]
1212density = 1.225 # Air density [kg/m³]
1313alpha_deg = 30.0 # Angle of attack [degrees]
1414alpha = deg2rad (alpha_deg)
You can’t perform that action at this time.
0 commit comments