File tree Expand file tree Collapse file tree 1 file changed +9
-0
lines changed
Expand file tree Collapse file tree 1 file changed +9
-0
lines changed Original file line number Diff line number Diff line change 55Struct for storing the solution of the [solve!](@ref) function. Must contain all info needed by `KiteModels.jl`.
66
77# Attributes
8+ - `panel_width_array`::Vector{Float64}: Width of the panels [m]
9+ - cl_array::Vector{Float64}: Lift coefficients of the panels [-]
10+ - cd_array::Vector{Float64}: Drag coefficients of the panels [-]
11+ - cm_array::Vector{Float64}: Pitching moment coefficients of the panels [-]
12+ - panel_lift::Matrix{Float64}: Lift force of the panels [N]
13+ - panel_drag::Matrix{Float64}: Drag force of the panels [N]
14+ - panel_moment::Matrix{Float64}: Pitching moment around the spanwise vector of the panels [Nm]
15+ - `f_body_3D`::Matrix{Float64}: Matrix of the aerodynamic forces (x, y, z vectors) [N]
16+ - `m_body_3D`::Matrix{Float64}: Matrix of the aerodynamic moments [Nm]
817- `gamma_distribution`::Union{Nothing, Vector{Float64}}: Vector containing the panel circulations.
918- force::MVec3: Aerodynamic force vector in KB reference frame [N]
1019- moment::MVec3: Aerodynamic moments [Mx, My, Mz] around the reference point [Nm]
You can’t perform that action at this time.
0 commit comments