Skip to content

Commit 456d7b6

Browse files
committed
Update docstring of VSMSolution
1 parent 16dbb6f commit 456d7b6

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

src/solver.jl

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,15 @@
55
Struct 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]

0 commit comments

Comments
 (0)