We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3dfb07 commit bf421f2Copy full SHA for bf421f2
test/test_plotting.jl
@@ -4,9 +4,9 @@ using Test
4
5
function result_vsm()
6
# Step 1: Define wing parameters
7
- n_panels = 20 # Number of panels
8
- span = 20.0 # Wing span [m]
9
- chord = 1.0 # Chord length [m]
+ n_panels = 20 # Number of panels
+ span = 20.0 # Wing span [m]
+ chord = 1.0 # Chord length [m]
10
Umag = 20.0 # Magnitude of inflow velocity [m/s]
11
density = 1.225 # Air density [kg/m³]
12
alpha_deg = 30.0 # Angle of attack [degrees]
0 commit comments