Skip to main content

Farm Optimization and eXtended yield Evaluation Software

Project description

foxes

Farm Optimization and eXtended yield Evaluation Software

Overview

The software foxes is a modular wind farm simulation and wake modelling toolbox which is based on engineering wake models. It has many applications, for example

  • Wind farm optimization, e.g. layout optimization or wake steering,
  • Wind farm post-construction analysis,
  • Wake model studies, comparison and validation,
  • Wind farm simulations invoking complex model chains.

Currently the modelled time scales are related to 10-min averages or longer periods, and also statistical data like wind rose data can be modelled. High-frequency effects are not supported.

Documentation: https://fraunhoferiwes.github.io/foxes.docs/index.html

Source code: https://github.com/FraunhoferIWES/foxes

PyPi reference: https://pypi.org/project/foxes/

Requirements

The supported Python versions are:

  • Python 3.7
  • Python 3.8
  • Python 3.9
  • Python 3.10

Installation

Virtual Python environment

We recommend working in a Python virtual environment and install foxes there. Such an environment can be created by

python -m venv /path/to/my_venv

and afterwards be activated by

source /path/to/my_venv/bin/activate

All subsequent installation commands via pip can then be executed directly within the active environment without changes. After your work with foxes is done you can leave the environment by the command deactivate.

Standard users

As a standard user, you can install the latest release via pip by

pip install foxes

This in general corresponds to the main branch at github. Alternatively, you can decide to install the latest pre-release developments by

pip install git+https://github.com/FraunhoferIWES/foxes/tree/dev

Developers

The first step as a developer is to clone the foxes repository by

git clone https://github.com/FraunhoferIWES/foxes.git

Enter the root directory by cd foxes. Then you can either install from this directory via

pip install -e .

Alternatively, add the foxes directory to your PYTHONPATH, e.g. by running

export PYTHONPATH=`pwd`:$PYTHONPATH

from the root foxes directory, and then

pip install -r requirements.txt

Minimal example

For detailed examples of how to run foxes, check the examples and notebooks folders in this repository. A minimal running example is the following, based on provided static csv data files:

import foxes

states = foxes.input.states.Timeseries("timeseries_3000.csv.gz", ["WS", "WD","TI","RHO"])

farm = foxes.WindFarm()
foxes.input.farm_layout.add_from_file(farm,"test_farm_67.csv",turbine_models=["Pct"])

mbook = foxes.ModelBook("NREL-5MW-D126-H90.csv")

algo = foxes.algorithms.Downwind(mbook, farm, states, ["Jensen_linear_k007"])
algo.calc_farm()

print(farm_results)

Acknowledgements

The development of foxes and its predecessors flapFOAM and flappy (internal - non public) has been supported through multiple publicly funded research projects. We acknowledge in particular the funding by the Federal Ministry of Economic Affairs and Climate Action (BMWK) through the projects Smart Wind Farms (grant no. 0325851B), GW-Wakes (0325397B) and X-Wakes (03EE3008A) as well as the funding by the Federal Ministry of Education and Research (BMBF) in the framework of the project H2Digital (03SF0635).

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

foxes-0.1.3.tar.gz (449.9 kB view details)

Uploaded Source

Built Distribution

foxes-0.1.3-py3-none-any.whl (492.2 kB view details)

Uploaded Python 3

File details

Details for the file foxes-0.1.3.tar.gz.

File metadata

  • Download URL: foxes-0.1.3.tar.gz
  • Upload date:
  • Size: 449.9 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for foxes-0.1.3.tar.gz
Algorithm Hash digest
SHA256 2f581d34a364f5f8b08d27a7da18328ae1295f55bbf512746f8a18b02e5024b6
MD5 1f54977840add2d8f87faea7bdf0645c
BLAKE2b-256 4bb3254f94fe95125f382f00be68e4bcf083ba3c2722374f69c1057f6d7a2c05

See more details on using hashes here.

File details

Details for the file foxes-0.1.3-py3-none-any.whl.

File metadata

  • Download URL: foxes-0.1.3-py3-none-any.whl
  • Upload date:
  • Size: 492.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/4.0.1 CPython/3.8.10

File hashes

Hashes for foxes-0.1.3-py3-none-any.whl
Algorithm Hash digest
SHA256 1f20ba7afb49cfd132fe3a2a27480810e85094cc09f588c0c8681b9e65ca248b
MD5 4a468e4934d53f062ca94b1708439e7e
BLAKE2b-256 06e19cdab885dfaf3710fb043fdafc58ec3bfe99e024e0a0abfe13f0b980176e

See more details on using hashes here.

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page