Loading repository data…
Loading repository data…
nassircassamo / repository
This repository contains all the work developed in the context of the Master Thesis dissertation entitled Model Predictive Control for Wake Steering: a Koopman Dynamic Mode Decomposition Approach. The repository includes all developed documentation (dissertation, extended abstract, poster and presentation) source code (MATLAB script and functions), datasets and results (animations, articles).
A transparent discovery signal based on current public GitHub metadata.
This score does not audit code, security, maintainers, documentation quality, or suitability. Verify the repository and its current documentation before adoption.
This repository contains all the work developed in the context of the above mentioned Master Thesis dissertation. The main outcomes of this work have been segmented as follows:
Sitting wind turbines together in wind farms is economically advantageous. However, as the first turbine extracts energy from the wind, less power is available for downstream turbines. Current industry practices neglect the aerodynamic interaction, optimizing only at the individual turbine level, which leads to suboptimal behaviour of the total wind farm. Controlling wind farms as a whole is becoming increasingly important. Nevertheless, due to the fact that wind farms are high order systems whose dynamics are governed by nonlinear partial differential equations with no known analytical solution, the design and implementation of numerical optimal controllers in high fidelity simulators becomes computationally expensive and unsuitable for real time usage. Reduce order state models provide a possible route to the design and implementation of practical cooperative wind farm controllers. This thesis makes use of an innovative algorithm in the context of wind farm modelling - Input Output Dynamic Mode Decomposition - and the ideas of non linear dynamical system theory - the Koopman Operator - to find suitable reduced order models to be used for model predictive control. The wind farm control strategy of wake redirection control is studied. It is shown that a reduced state space model with 37 states can accurately reproduce the downstream turbine generator power dynamics with a variance accounted for of 88%, rebuild the upstream turbine wake with an average normalized root mean squared error of 4% and that controllers can be designed and implemented in a high fidelity simulator for a collective power reference tracking problem.
The source code is contained in KOPMAN_IODMD_1.0. For simplicity and organisational purposes, the code has been segmented in different folders, according to the final use of a certain function.
Nevertheless, all files should be added to the same directory (either Matlab's or a user created directory) to ensure the program runs smoothly.
Two different data sets are contained in the drive mentioned in data, concerning simulations where axial induction control by collectively pitching the blades is used and another where wake redirection control by misaligning the rotor is used. Each folder contains flow field and turbine related information. A more detailed description is present in the folder data.
The Matlab script Main.m contained in KOPMAN_IODMD_1.0 sets the relevant parameters and calls the appropriate functions.
The script functionalities are further described in the KOPMAN_IODMD_1.0 folder.