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 a38c57e commit 6718699Copy full SHA for 6718699
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
+- gamma_distribution: Initial circulation vector or nothing; Length: Number of segments.
87
88
# Keyword Arguments:
89
- log=false: If true, print the number of iterations and other info.
0 commit comments