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 6718699 commit 0025c2eCopy full SHA for 0025c2e
src/solver.jl
@@ -83,7 +83,7 @@ Main solving routine for the aerodynamic model. Reference point is in the kite b
83
# Arguments:
84
- solver::Solver: The solver to use, could be a VSM or LLT solver. See: [Solver](@ref)
85
- body_aero::BodyAerodynamics: The aerodynamic body. See: [BodyAerodynamics](@ref)
86
-- gamma_distribution: Initial circulation vector or nothing; Length: Number of segments.
+- gamma_distribution: Initial circulation vector or nothing; Length: Number of segments. [m²/s]
87
88
# Keyword Arguments:
89
- log=false: If true, print the number of iterations and other info.
0 commit comments