Giter Site home page Giter Site logo

tonyinme / floris-1 Goto Github PK

View Code? Open in Web Editor NEW

This project forked from nrel/floris

0.0 1.0 0.0 5.88 MB

A controls-oriented engineering wake model. Documentation at

Home Page: http://floris.readthedocs.io/

License: Apache License 2.0

Python 90.32% CSS 0.28% JavaScript 1.47% HTML 7.94%

floris-1's Introduction

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 using the floris tag. Alternatively, please contact Jen King, Paul Fleming, Chris Bay, and Rafael Mudafort.

Background and Objectives

This FLORIS framework is designed to provide a computationally inexpensive, 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 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.
  2. Bay, C.J., King, J., Fleming, P., Mudafort, R., and Martínez-Tossas, L.A.: Unlocking the Full Potential of Wake Steering: Implementation and Assessment of a Controls-Oriented Model, submitted to Wind Energy Science Discussions, Copernicus Publications, 2019.

Citation

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

FLORIS. Version 1.0.0 (2019). Available at https://github.com/nrel/floris.

For LaTeX users:

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

Installation

Using pip, FLORIS can be installed in two ways

  • local editable install
  • using a tagged release version from the pip repo

For consistency between all developers, it is recommended to use Python virtual environments; this link provides a great introduction. Using virtual environments in a Jupyter Notebook is described here.

Local Editable Installation

The local editable installation allows developers to maintain an importable instance of FLORIS while continuing to extend it. The alternative is to constantly update python paths within the package to match the local environment.

Before doing the local install, the source code repository must be cloned directly from GitHub:

git clone https://github.com/nrel/floris

Then, using the local editable installation is as simple as running the following command from the parent directory of the cloned repository:

pip install -e floris

Finally, test the installation by starting a python terminal and importing FLORIS:

import floris

pip Repo Installation

The FLORIS version available through the pip repository is typically the latest tagged and released major version. This version represents the most recent stable, tested, and validated code.

In this case, there is no need to download the source code directly. FLORIS and its dependencies can be installed with:

pip install floris

Dependencies

FLORIS has dependencies on various math, statistics, and plotting libraries in addition to other general purpose packages. For the simulation and tool modules, the dependencies are listed in floris/requirements.txt. The documentation has additional requirements listed in floris/docs/requirements.txt.

The requirements files can be used to install everything with:

pip install -r requirements.txt

License

Copyright 2019 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-1's People

Contributors

bayc avatar ejsimley avatar jrannoni avatar kflemin avatar paulf81 avatar petebachant avatar rafmudaf avatar

Watchers

 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.