-
-
Notifications
You must be signed in to change notification settings - Fork 6
Home
Uwe Fechner edited this page May 3, 2025
·
47 revisions
The concept is described here: https://www.tiira.ch/
Advantages:
- continues power production
- lower mass of the wing than concepts with wing mounted generators
- automated launch and landing is straightforward
Components
- pair of wings
- generator
- two winches with two tethers
- tilting actuator
Simulation software overview
- Aeromechanical model: KiteModels.jl
Main issue - Aerodynamic model: VortexStepMethod.jl
Main issue - Winch model: WinchModels.jl
- Atmospheric model: AtmosphericModels.jl
- 3D viewer and GUI: KiteViewers.jl
- Plotting: ControlPlots.jl
- Settings, logging and coordinate system transformations: KiteUtils.jl
Control software
There is the old repository KiteControllers.jl, but this needs to be restructured. Suggestions:
- split off the winch controller and create a package
WinchControllers.jl - create a new repo
SimpleKiteControllers.jl
One of the first things to implement would be a path-following controller.
An alternative approach is being developed in the package KitePredictiveControl.jl .