Utilities for simulating kite power systems.
This package is the foundation of Julia Kite Power Tools, which consist of the following packages:
If you want to run simulations and see the results in 3D, please install the meta package KiteSimulators . If you have already KiteSimulators installed, use using KiteSimulators
instead of using KiteUtils
.
If you just want to learn how this package works quickly just install only this package.
If you have not yet installed Julia 1.10 or newer, follow these installation instructions. You can add KiteUtils from Julia's package manager, by typing
using Pkg
pkg"add KiteUtils"
at the Julia prompt. You can run the unit tests by typing:
pkg"test KiteUtils"
- functions for coordinate system transformations
- functions for reading configuration files
- the default configuration file settings.yaml
- the default meta-configuration file system.yaml
- functions for logging, reading and writing log files
- types for the state of a kite power, logging and configuration parameters
This project is licensed under the MIT License. Please see the below WAIVER in association with the license.
Technische Universiteit Delft hereby disclaims all copyright interest in the package “KiteModels.jl” (models for airborne wind energy systems) written by the Author(s).
Prof.dr. H.G.C. (Henri) Werij, Dean of Aerospace Engineering
- The meta package KiteSimulators which contains all packages from Julia Kite Power Tools.
- the packages KiteModels and KitePodModels and WinchModels and AtmosphericModels
- the packages KiteControllers and KiteViewers
Documentation Stable Version Development Version
Author: Uwe Fechner ([email protected])