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 000494e commit 6249cc6Copy full SHA for 6249cc6
examples/stall_model.jl
@@ -45,7 +45,7 @@ end
45
body_aero_CAD_19ribs = BodyAerodynamics([CAD_wing])
46
47
# Create solvers
48
-P = length(wa.panels)
+P = length(body_aero_CAD_19ribs.panels)
49
vsm_solver = Solver{P}(
50
aerodynamic_model_type=VSM,
51
is_with_artificial_damping=false
0 commit comments