Skip to content

Commit af94cfc

Browse files
committed
improve docstring
1 parent 2f50fe1 commit af94cfc

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

src/wing_geometry.jl

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,14 @@ end
6161
add_section!(wing::Wing, LE_point::PosVector, TE_point::PosVector, aero_input)
6262
6363
Add a new section to the wing.
64+
65+
# Arguments:
66+
- LE_point::PosVector: position of the point on the side of the leading edge
67+
- TE_point::PosVector: position of the point on the side of the leading edge
68+
- aero_input: Can be:
69+
- :inviscid
70+
- :lei_airfoil_breukels
71+
- (:interpolations, (cl_interp, cd_interp, cm_interp))
6472
"""
6573
function add_section!(wing::Wing, LE_point::Vector{Float64},
6674
TE_point::Vector{Float64}, aero_input)

0 commit comments

Comments
 (0)