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 4a54d99 commit d9ce934Copy full SHA for d9ce934
README.md
@@ -91,7 +91,7 @@ Apart from the wing geometry there is no input file yet, the input has to be def
91
n_panels = 20 # Number of panels
92
span = 20.0 # Wing span [m]
93
chord = 1.0 # Chord length [m]
94
-v_a = 20.0 # Magnitude of inflow velocity [m/s]
+v_a = 20.0 # Magnitude of inflow velocity [m/s]
95
density = 1.225 # Air density [kg/m³]
96
alpha_deg = 30.0 # Angle of attack [degrees]
97
alpha = deg2rad(alpha_deg)
0 commit comments