Skip to content

Commit 16dbb6f

Browse files
committed
Fix docstring
1 parent 2d716e2 commit 16dbb6f

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

src/solver.jl

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -5,14 +5,14 @@
55
Struct for storing the solution of the [solve!](@ref) function. Must contain all info needed by `KiteModels.jl`.
66
77
# Attributes
8-
- gamma_distribution::Union{Nothing, Vector{Float64}}: Vector containing the panel circulations
8+
- `gamma_distribution`::Union{Nothing, Vector{Float64}}: Vector containing the panel circulations.
99
- force::MVec3: Aerodynamic force vector in KB reference frame [N]
1010
- moment::MVec3: Aerodynamic moments [Mx, My, Mz] around the reference point [Nm]
1111
- force_coefficients::MVec3: Aerodynamic force coefficients [CFx, CFy, CFz] [-]
12-
- moment_coefficients::MVec3: Aerodynamic moment coefficients [CMx, CMy, CMz] [-]
13-
- moment_distribution::Vector{Float64}: Pitching moments around the spanwise vector of each panel. [Nm]
14-
- moment_coefficient_distribution::Vector{Float64}: Pitching moment coefficient around the spanwise vector of each panel. [-]
15-
- solver_status::SolverStatus: enum, see [SolverStatus](@ref)
12+
- `moment_coefficients`::MVec3: Aerodynamic moment coefficients [CMx, CMy, CMz] [-]
13+
- `moment_distribution`::Vector{Float64}: Pitching moments around the spanwise vector of each panel. [Nm]
14+
- `moment_coefficient_distribution`::Vector{Float64}: Pitching moment coefficient around the spanwise vector of each panel. [-]
15+
- `solver_status`::SolverStatus: enum, see [SolverStatus](@ref)
1616
"""
1717
@with_kw mutable struct VSMSolution{P}
1818
### private vectors of solve_base!

0 commit comments

Comments
 (0)