Git Product home page Git Product logo

floris's Introduction

FLORIS Wake Modeling Utility

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

For technical questions regarding FLORIS usage please post your questions to GitHub Discussions on the FLORIS repository. We no longer plan to actively answer questions on StackOverflow and will use GitHub Discussions as the main forum for FLORIS. Alternatively, email the NREL FLORIS team at [email protected], [email protected], [email protected], or [email protected].

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
  • TurbOPark model for wake velocity deficit

More information on all of these models can be found in the theory 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, in: Wind Energy Science, vol. 3, pp. 819-831, Copernicus Publications, 2018.

Citation

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

FLORIS. Version 2.4 (2021). Available at https://github.com/NREL/floris.

For LaTeX users:

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

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.

# 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:

# 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:

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:

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

License

Copyright 2021 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.

floris's People

Contributors

afarrell2 avatar bartdoekemeijer avatar bayc avatar blondelf avatar davidbensason avatar dependabot[bot] avatar ejsimley avatar ewquon avatar gogannes avatar jrannoni avatar kflemin avatar knutss avatar nhamilto avatar paulf81 avatar petebachant avatar pjstanle avatar rafmudaf avatar rhammond2 avatar sondreso avatar tonyinme avatar zerweck avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.