Skip to content

Releases: NREL/floris

v2.0.1

11 May 17:07
Compare
Choose a tag to compare
Update version number to 2.0.1

v2.0.0

27 Apr 20:43
Compare
Choose a tag to compare
Merge branch 'develop'

# Conflicts:
#	README.rst
#	docs/conf.py
#	docs/index.rst
#	docs/requirements.txt
#	requirements.txt
#	setup.py

v1.1.4

25 Jun 20:53
7ce5e52
Compare
Choose a tag to compare

This bug fix release corrects an issue plotting cut-through planes where nans occured on boundary of plane

v1.1.3

25 Jun 20:52
7ff0fdb
Compare
Choose a tag to compare

A bug was identified where a turbine's turbulence intensity (TI) was retained even after reinitializing the flow field. Code was changed to correctly reset the TI using the reinitialize_turbines() method.

This was described fully in pull request
#16

v1.1.2

13 Jun 20:10
c23fd0e
Compare
Choose a tag to compare

Update power loss in yaw for above rated according to method in Optimising yaw control at wind farm level by Ervin Bossanyi

v1.1.1

11 Jun 21:40
20094e0
Compare
Choose a tag to compare

Small fixes to ct calculation, and cp in low wind speeds

v1.1.0

03 Jun 16:41
ef76429
Compare
Choose a tag to compare

v1.1.0

Released on 2019-05-31

Visualization:

  • Add quiver plot function to show in-plane flows
  • Adds example 7 which visualizes curl in the wake

Energy Ratio

  • Adds additional functions for computing energy ratio as a function of wind
    speed
  • Adds an example which uses FLORIS simulation to demonstrate the energy ratio
    methods

Wake Model changes

  • Set deflection multiplier in gauss deflection to 1.2 (was 1.0) to better
    match SOWFA and field results
  • Update regression test to match

Small Changes

  • Removal of unnecessary imports in some files
  • Update of the CP/CT tables for example NREL 5MW ref to better model above
    rated
  • Fix VEC3 print method to print ints without decimal values

v1.0.0

07 May 21:58
Compare
Choose a tag to compare

v1.0.0

Released on 2019-05-07

This update introduces breaking changes to the FLORIS API.
See the code reference documentation https://floris.readthedocs.io/en/develop/source/code.html
for detailed information.

  • Adds the Curl wake model (Martinez-Tossas et al)
  • Improves the FLORIS object hierarchy
  • Incorporates an analysis tools package alongside the simulation package
  • Adds examples demonstrating using the simulation and tools packages
  • Adds in-code documentation via doc strings
  • Reworks and expands the online documentation