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 e676188 commit e609275Copy full SHA for e609275
src/body_aerodynamics.jl
@@ -15,7 +15,7 @@ Main structure for calculating aerodynamic properties of bodies.
15
"""
16
mutable struct BodyAerodynamics
17
panels::Vector{Panel}
18
- wings::Vector{AbstractWing} # TODO: Why not a concrete type? And why a vector?
+ wings::Vector{AbstractWing} # can be a vector of Wings, or of KiteWings
19
_va::Union{Nothing, Vector{Float64}, Tuple{Vector{Float64}, Float64}}
20
gamma_distribution::Union{Nothing, Vector{Float64}}
21
alpha_uncorrected::Union{Nothing, Vector{Float64}}
0 commit comments