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 504947e commit c37e20bCopy full SHA for c37e20b
examples/ram_air_kite.jl
@@ -54,7 +54,7 @@ plot && plot_geometry(
54
results = solve(VSM, body_aero)
55
@time results = solve(VSM, body_aero)
56
57
-CAD_y_coordinates = [panel.aero_center[2] for panel in body_aero.panels]
+body_y_coordinates = [panel.aero_center[2] for panel in body_aero.panels]
58
59
plot && plot_distribution(
60
[CAD_y_coordinates],
src/panel.jl
@@ -3,7 +3,7 @@ using LinearAlgebra
3
"""
4
Panel
5
6
-Represents a panel in a vortex step method simulation.
+Represents a panel in a vortex step method simulation. All points and vectors are in the kite body (KB) frame.
7
8
# Fields
9
- `TE_point_1::MVec3`: First trailing edge point
0 commit comments