Skip to content

Commit ef8ae44

Browse files
committed
add unit
1 parent fcc1f22 commit ef8ae44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/VortexStepMethod.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -138,7 +138,7 @@ Union of different definitions of the aerodynamic properties of a wing section.
138138
- (`alpha_range`, `cl_vector`, `cd_vector`, `cm_vector`) for `POLAR_VECTORS`
139139
- (`alpha_range`, `beta_range`, `cl_matrix`, `cd_matrix`, `cm_matrix`) for `POLAR_MATRICES`
140140
141-
where `alpha` is the angle of attack, `beta` is trailing edge angle, `cl` the lift coefficient,
141+
where `alpha` is the angle of attack [rad], `beta` is trailing edge angle [rad], `cl` the lift coefficient,
142142
`cd` the drag coefficient and `cm` the pitching moment coefficient. The camber of a kite refers to
143143
the curvature of its airfoil shape. The camber is typically measured as the maximum distance
144144
between the mean camber line (the line equidistant from the upper and lower surfaces)

0 commit comments

Comments
 (0)