You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/src/reference_frames.md
+15-2Lines changed: 15 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -11,5 +11,18 @@ Reference frames are needed for following purposes:
11
11
A geometric model is always created using the CAD reference frame.
12
12
It can have any origin (with respect to the kite), but usually either the center of gravity of the body or the bridle point/ Kite Control Unit is used.
13
13
14
-
### Kite reference frame (K)
15
-
This is a body-fixed reference frame.
14
+
- Y defined spanwise, looking at the kite from the front (so seeing the LE first) the front left is positive.
15
+
- X is defined chord wise, from LE to TE, positive.
16
+
- Z is defined as positive upwards.
17
+
18
+
### Kite reference frame (KP)
19
+
This is a body-fixed reference frame.
20
+
- Y defined spanwise, looking at the kite from the front (so seeing the LE first) the front left is positive.
21
+
- X is defined chord wise, from LE to TE, positive.
22
+
- Z is defined as the cross product of Y and X
23
+
The origin of the kite reference frame can be defined by the user by calling the function `init_kp(origin::MVec3)` where the origin must be defined in the `CAD` reference frame.
24
+
25
+
## Input and output
26
+
- the apparent wind speed vector `v_a` is defined in the **KP** reference frame
27
+
- the resulting forces are defined in the **KP** reference frame
28
+
- the **CL**, **CD**, **CS** and the resulting moments and moment coefficients are defined in the **KP** reference frame
0 commit comments