Skip to content

Commit 1b8c758

Browse files
committed
first version
1 parent 18f294d commit 1b8c758

File tree

1 file changed

+15
-2
lines changed

1 file changed

+15
-2
lines changed

docs/src/reference_frames.md

Lines changed: 15 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -11,5 +11,18 @@ Reference frames are needed for following purposes:
1111
A geometric model is always created using the CAD reference frame.
1212
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.
1313

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

Comments
 (0)