Wind farm optimization for the FOXES package
Project description
foxes-opt
under construction, not yet ready to use. Please stay tuned...
The package foxes-opt provides optimization functionality for the Farm Optimization and eXtended yield Evaluation Software foxes and is based on the optimization interface iwopy.
All three open-source Python packages foxes, foxes-opt and iwopy are provided and maintained by Fraunhofer IWES.
The calculation is fully vectorized and its fast performance is owed to dask. Also the parallelization on local or remote clusters is enabled via dask
. The wind farm
optimization capabilities invoke the iwopy package which
as well supports vectorization.
foxes
is build upon many years of experience with wake model code development at IWES, starting with the C++ based in-house code flapFOAM (2011-2019) and the Python based direct predecessor flappy (2019-2022).
Documentation: https://fraunhoferiwes.github.io/foxes-opt/index.html
Source code: https://github.com/FraunhoferIWES/foxes-opt
PyPi reference: https://pypi.org/project/foxes-opt/
Anaconda reference: https://anaconda.org/conda-forge/foxes-opt
Installation
There are multiple ways to install foxes-opt.
Installation as standard user
pip install foxes[opt]
or
pip install foxes-opt
or
conda install foxes-opt -c conda-forge
Installation as developer
As a developer, first clone both repositories,
and then install via pip using the -e
flag:
git clone https://github.com/FraunhoferIWES/foxes.git
pip install -e foxes
git clone https://github.com/FraunhoferIWES/foxes-opt.git
pip install -e foxes-opt
If you want to contribute your developments, please replace the above repository locations by your personal forks.
Citation
Please cite the JOSS paper FOXES: Farm Optimization and eXtended yield Evaluation Software.
Bibtex:
@article{
Schmidt2023,
author = {Jonas Schmidt and Lukas Vollmer and Martin Dörenkämper and Bernhard Stoevesandt},
title = {FOXES: Farm Optimization and eXtended yield Evaluation Software},
doi = {10.21105/joss.05464},
url = {https://doi.org/10.21105/joss.05464},
year = {2023},
publisher = {The Open Journal},
volume = {8},
number = {86},
pages = {5464},
journal = {Journal of Open Source Software}
}
Project details
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
Built Distribution
File details
Details for the file foxes_opt-0.1.5.tar.gz
.
File metadata
- Download URL: foxes_opt-0.1.5.tar.gz
- Upload date:
- Size: 28.7 kB
- Tags: Source
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | 92bb3de010a18b9d6c9a4e8569b3481f5e854d8c371f7236a446fa2c0950d2aa |
|
MD5 | 402b8c2b3ed5ebf8ec8e9ff0688bf117 |
|
BLAKE2b-256 | 1b2131cda3755d81e74580805f8ebe0b68ea9057e46ca8579c331b36a1971ae2 |
File details
Details for the file foxes_opt-0.1.5-py3-none-any.whl
.
File metadata
- Download URL: foxes_opt-0.1.5-py3-none-any.whl
- Upload date:
- Size: 45.5 kB
- Tags: Python 3
- Uploaded using Trusted Publishing? Yes
- Uploaded via: twine/5.1.0 CPython/3.12.4
File hashes
Algorithm | Hash digest | |
---|---|---|
SHA256 | f67c49139c452852aedae75b9d5bdc685bc3083f365171898857d12fd8f07729 |
|
MD5 | 00b8ea7d940e9b2f01f4f7c4d282a9dd |
|
BLAKE2b-256 | b1318728e156019d56517c7509c664730f7d1d79962e0464a89b1fa32aa2a2f4 |