Skip to content

Commit 6975388

Browse files
committed
rename KP to KB
1 parent 17dbae1 commit 6975388

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

docs/src/reference_frames.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -15,21 +15,21 @@ It can have any origin (with respect to the kite), but usually either the center
1515
- X is defined chord wise, from LE to TE, positive.
1616
- Z is defined as positive upwards.
1717

18-
### Kite reference frame (KP)
18+
### Kite reference frame (KB)
1919
This is a body-fixed reference frame.
2020
- Y defined spanwise, looking at the kite from the front (so seeing the LE first) the front left is positive.
2121
- X is defined chord wise, from LE to TE, positive.
2222
- Z is defined as the cross product of Y and X
2323

24-
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+
The origin of the kite reference frame can be defined by the user by calling the function `init_kb(origin::MVec3)` where the origin must be defined in the `CAD` reference frame.
2525

2626
This reference frame is different from the kite reference frame **K** used in `KiteModels.jl` and `KiteUtils.jl`.
2727

2828
## The turn rates
29-
The turn rates $\mathrm{omega} = [\mathrm{omega_x}, \mathrm{omega_y} ,\mathrm{omega_z}]$ are defined in the **KP** reference frame. The unit of the components is $\mathrm{rad}~\mathrm{s^{-1}}$.
29+
The turn rates $\mathrm{omega} = [\mathrm{omega_x}, \mathrm{omega_y} ,\mathrm{omega_z}]$ are defined in the **KB** reference frame. The unit of the components is $\mathrm{rad}~\mathrm{s^{-1}}$.
3030

3131
## Input and output
3232
- when running a simulation, the turnrate of the kite must be provided on each time step
33-
- the apparent wind speed vector `v_a` is defined in the **KP** reference frame
34-
- the resulting forces are defined in the **KP** reference frame
35-
- the **CL**, **CD**, **CS** and the resulting moments and moment coefficients are defined in the **KP** reference frame
33+
- the apparent wind speed vector `v_a` is defined in the **KB** reference frame
34+
- the resulting forces are defined in the **KB** reference frame
35+
- the **CL**, **CD**, **CS** and the resulting moments and moment coefficients are defined in the **KB** reference frame

0 commit comments

Comments
 (0)