Skip to main content

A controls-oriented engineering wake model.

Project description

FLORIS Wake Modeling Utility

Further documentation is available at http://floris.readthedocs.io/.

For technical questions regarding FLORIS usage please first search for or post your questions to stackoverflow <https://stackoverflow.com/questions/tagged/floris>_ using the floris tag. Alternatively, email the NREL FLORIS team at NREL.Floris@nrel.gov <mailto:floris@nrel.gov>.

.. image:: https://github.com/nrel/floris/workflows/Automated%20tests%20%26%20code%20coverage/badge.svg :target: https://github.com/nrel/floris/actions .. image:: https://codecov.io/gh/nrel/floris/branch/develop/graph/badge.svg :target: https://codecov.io/gh/nrel/floris .. image:: https://img.shields.io/badge/code%20style-black-000000.svg :target: https://github.com/psf/black

Background and Objectives

This FLORIS framework is designed to provide a computationally efficient, controls-oriented modeling tool of the steady-state wake characteristics in a wind farm. The wake models implemented in this version of FLORIS are:

  • Jensen model for velocity deficit
  • Jimenez model for wake deflection
  • Gauss model for wake deflection and velocity deficit
  • Multi zone model for wake deflection and velocity deficit
  • Curl model for wake deflection and velocity deficit

More information on all of these models can be found in the theory <https://floris.readthedocs.io/en/develop/source/theory.html>_ section of the online documentation.

A couple of publications with practical information on using floris as a modeling and simulation tool for controls research are

  1. Annoni, J., Fleming, P., Scholbrock, A., Roadman, J., Dana, S., Adcock, C., Porté-Agel, F, Raach, S., Haizmann, F., and Schlipf, D.: Analysis of control-oriented wake modeling tools using lidar field results <https://www.wind-energ-sci.net/3/819/2018/>__, in: Wind Energy Science, vol. 3, pp. 819-831, Copernicus Publications, 2018.

Citation

.. image:: https://zenodo.org/badge/178914781.svg :target: https://zenodo.org/badge/latestdoi/178914781

If FLORIS played a role in your research, please cite it. This software can be cited as:

FLORIS. Version 2.2.1 (2020). Available at https://github.com/NREL/floris.

For LaTeX users:

.. code-block:: latex

@misc{FLORIS_2020,
author = {NREL},
title = {{FLORIS. Version 2.2.1},
year = {2020},
publisher = {GitHub},
journal = {GitHub repository},
url = {https://github.com/NREL/floris}
}

.. _installation:

Installation

For full installation instructions, see https://floris.readthedocs.io/en/latest/source/installation.html.

Users who want to run FLORIS without downloading the full source code can install with pip or conda, as shown below.

.. code-block:: bash

# Using pip...
pip install floris         # Latest version
pip install floris==1.1.0  # Specified version number

# Using conda...
conda install floris        # Latest version
conda install floris=1.1.0  # Specified version number

To download the source code and use the local code, download the project and add it to your Python path:

.. code-block:: bash

# Download the source code.
git clone https://github.com/NREL/floris.git

# Install into your Python environment
pip install -e floris

Finally, users who will be contributing code to the project should align their environment with the linting and formatting tools used by the FLORIS development team. This is enabled in the setup.py script and can be activated with these commands:

.. code-block:: bash

git clone https://github.com/NREL/floris.git -b develop
cd floris
pip install -e '.[develop]'
pre-commit install

After any form of installation, the environment should be tested. Within a Python shell or a Python script, this code should display information:

.. code-block:: python

import floris
print( help( floris ) )
print( dir( floris ) )
print( help( floris.simulation ) )

License

Copyright 2020 NREL

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

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

FLORIS-2.2.1.tar.gz (143.4 kB view details)

Uploaded Source

Built Distribution

FLORIS-2.2.1-py3-none-any.whl (217.2 kB view details)

Uploaded Python 3

File details

Details for the file FLORIS-2.2.1.tar.gz.

File metadata

  • Download URL: FLORIS-2.2.1.tar.gz
  • Upload date:
  • Size: 143.4 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for FLORIS-2.2.1.tar.gz
Algorithm Hash digest
SHA256 f2d6446b0cc9eca484252a60a7057d1131f1161621f90a52503675e4b70a0040
MD5 564d4109934f77c9a28ae8ed40af3645
BLAKE2b-256 c16bd0264cde3cc71be67e88361ce21999999381151d052f616d9ad0ce277459

See more details on using hashes here.

Provenance

File details

Details for the file FLORIS-2.2.1-py3-none-any.whl.

File metadata

  • Download URL: FLORIS-2.2.1-py3-none-any.whl
  • Upload date:
  • Size: 217.2 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? No
  • Uploaded via: twine/3.2.0 pkginfo/1.6.1 requests/2.25.0 setuptools/49.2.1 requests-toolbelt/0.9.1 tqdm/4.51.0 CPython/3.9.0

File hashes

Hashes for FLORIS-2.2.1-py3-none-any.whl
Algorithm Hash digest
SHA256 150c93d3b4e40217ff1a2db1f72f1f45f77f9ef49bcfdce1b40deb2df78c99c8
MD5 ddb823a64fceb6cce363d33ba08aa9d4
BLAKE2b-256 af65a0d035cf384e9fca436566bb1d8e836d83a6c241baf787c7f31fdd050d11

See more details on using hashes here.

Provenance

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