File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
Expand file tree Collapse file tree 1 file changed +5
-5
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- - 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!
You can’t perform that action at this time.
0 commit comments