OpenTidalFarm¶
OpenTidalFarm is an open-source software for simulating and optimising tidal turbine farms.
The positioning of the turbines in a tidal farm is a crucial decision. Simulations show that the optimal positioning can increase the power generation of the farm by up to 50% and can therefore determine the viability of a project. However, finding the optimal layout is a difficult process due to the complex flow interactions. OpenTidalFarm solves this problem by applying an efficient optimisation algorithm onto a accurate flow prediction model.
Following presentation gives a quick introduction to OpenTidalFarm: OpenTidalFarm
Features¶
A selection of features are:
nonlinear shallow water model for flow predictions;
predict power production of a farm;
compute sensitivities using OpenTidalFarm’s adjoint model;
optimise turbine position and size, e.g. to maximise the total farm power output;
site constraints and minimum distance between turbines;
optimisation of hundreds of turbines;
parallel support using MPI;
checkpoint support to restart optimisation.
How to get started¶
Download and install OpenTidalFarm.
Try some of our examples.
Read the programmers reference to set up your own study.
For questions and to report issues use the GitHub issue tracker.
News¶
17.01.2018: OpenTidalFarm 2017.2 released (compatibled with FEniCS 2017.2)
Support for Python 2 and 3.
20.12.2016: OpenTidalFarm 2016.2 released (compatibled with FEniCS 2016.2)
Support for dynamic farm optimisiation
New example for dynamic farm optimisation (by Håkon Taskén)
New example for resource assessment
Support of docker images
27.09.2016: A new paper has been published on multi-farm optimisation using a continuous turbine approach.
30.08.2016: Easy installation of OpenTidalFarm via Docker.
14.07.2016: OpenTidalFarm 2016.1 released (compatibled with FEniCS 2016.1)
Continuous farm representation
Add a minimum distance constraints with many turbines (>300)
Support for turbine with thrust coefficient
New examples
Compatible with FEniCS 2016.1
19.01.2015: OpenTidalFarm 1.5 released (compatibled with FEniCS 1.5)
Support for sensitivity analysis
New examples
Compatible with FEniCS 1.5
20.08.2014: OpenTidalFarm 1.4 released (compatibled with FEniCS 1.4)
Complete rewrite of OpenTidalFarm.
20.08.2014: OpenTidalFarm 0.9.1 released (compatibled with FEniCS 1.4)
Bugfix release.
16.07.2014: OpenTidalFarm 0.9 released (compatibled with FEniCS 1.4)
Initial release.
Support for discrete farm optimisation.
Contents¶
- 1. Installation
- Examples
- 1. Sinusoidal wave in a channel
- 2. Sinusoidal wave in a headland channel
- 3. Tidal simulation in the Orkney island
- 4. Farm power production
- 5. Farm layout optimization
- 6. Dynamic optimization of friction coefficient
- 7. Sensitivity analysis
- 8. Continuous farm optimization
- 9. Resource assessment in the Orkney island
- 2. Programmers reference
- 3. Contributing to OpenTidalFarm
- 4. Developers
- 5. Citing
Indices and tables¶
Licence¶
OpenTidalFarm is an open source project that can be freely used under the GNU GPL version 3 licence.