GithubHelp home page GithubHelp logo

wuyou33 / awebox Goto Github PK

View Code? Open in Web Editor NEW

This project forked from awebox/awebox

0.0 1.0 0.0 333 KB

Modelling and optimal control of multiple-kite systems for airborne wind energy

License: GNU Lesser General Public License v3.0

Shell 0.03% Python 99.97%

awebox's Introduction

awebox

awebox is a Python toolbox for modelling and optimal control of multiple-kite systems for Airborne Wind Energy (AWE). It provides interfaces that aim to take away from the user the burden of

  • generating optimization-friendly system dynamics for different combinations of modeling options.
  • formulating optimal control problems for common multi-kite trajectory types.
  • solving the optimization problem reliably
  • postprocessing the solution and performing quality checks

At the moment, the main focus of the toolbox are rigid-wing, lift-mode multiple-kite systems.

Installation

awebox runs on Python 3. It depends heavily on the modeling language CasADi, which is a symbolic framework for algorithmic differentiation. CasADi also provides the interface to the NLP solver IPOPT.
It is optional but highly recommended to use HSL linear solvers as a plugin with IPOPT.

  1. Get a local copy of the latest awebox release:

    git clone https://github.com/awebox/awebox.git
    
  2. Install CasADI version 3.4.5 for Python 3, following these installation instructions.

  3. In order to get the HSL solvers and render them visible to CasADi, follow these instructions.

Getting started

Add awebox to the PYTHONPATH environment variable (add those lines to your .bashrc or .zshrc to set the paths permanently).

export PYTHONPATH=<path_to_awebox_root_folder>:$PYTHONPATH

To run one of the examples from the awebox root folder:

python3 examples/single_kite_lift_mode_simple.py

Options

For an overview of the different (user and non-user) options, first have a look at the examples.
An exhaustive overview can be found in awebox/opts/default.py, where all the default options are set.
In order to alter non-user options: generate the Options-object with internal access rights switched on:

import awebox as awe
options = awe.Options(internal_access = True)

and set the according fields in the Options-subdicts to the desired values.

Acknowledgments

This software has been developed in collaboration with the company Kiteswarms Ltd. The company has also supported the project through research funding.

This project has received funding from the European Union’s Horizon 2020 research and innovation programme under the Marie Sklodowska-Curie grant agreement No 642682 (AWESCO)

Literature

awebox-based research

Operational Regions of a Multi-Kite AWE System
R. Leuthold, J. De Schutter, E Malz, G. Licitra, S. Gros, M. Diehl
European Control Conference (ECC) 2018

Optimal Control for Multi-Kite Emergency Trajectories
T. Bronnenmeyer (Masters thesis)
University of Stuttgart 2018

Models

Induction models
Engineering Wake Induction Model For Axisymmetric Multi-Kite Systems
R. Leuthold, C. Crawford, S. Gros, M. Diehl
Wake Conference 2019 (accepted)

Point-mass model
Airborne Wind Energy Based on Dual Airfoils
M. Zanon, S. Gros, J. Andersson, M. Diehl
IEEE Transactions on Control Systems Technology 2013

Methods

Homotopy strategy
A Relaxation Strategy for the Optimization of Airborne Wind Energy Systems
S. Gros, M. Zanon, M. Diehl
Proceedings of the European Control Conference (ECC) 2013

Trajectory optimization
Numerical Trajectory Optimization for Airborne Wind Energy Systems Described by High Fidelity Aircraft Models
G. Horn, S. Gros, M. Diehl
Airborne Wind Energy 2013

Software

IPOPT
On the Implementation of a Primal-Dual Interior Point Filter Line Search Algorithm for Large-Scale Nonlinear Programming
A. Wächter, L.T. Biegler
Mathematical Programming 106 (2006) 25-57

CasADi
CasADi - A software framework for nonlinear optimization and optimal control
J.A.E. Andersson, J. Gillis, G. Horn, J.B. Rawlings, M. Diehl
Mathematical Programming Computation, 2018

awebox's People

Contributors

jdeschut avatar thilobro avatar

Watchers

 avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.