Skip to content

Releases: NREL/floris

v2.4

02 Jul 17:53
ef4934e
Compare
Choose a tag to compare

New Features

#209 Add yaw added recovery feature to Gauss wake model
#203 Add black and white option to layout
#202 Add cut plane functionality
#164 Update Blondel model

Bug fixes and improvements

#230 Infrastructure improvements - docs and testing
#229 Bug fix: use Vec3 for points in VTK output
#227 Bug fix: Use a circular mask area in multizone wake model
#226 Bug fix: Use a circular mask area in Jensen wake model
#218 Update README to refer to GitHub Discussions
#208 Change wind direction value to scalar from list
#206 Fix Bibtex reference in README

v2.3

30 Apr 19:34
Compare
Choose a tag to compare

This is a re-release of v2.3.0. It contains a fix for a bug that prevented FLORIS from installing with package managers (pip and conda).

New Features

#167 - Add boundary grid parameterization method and example
#188 - Add TurbOPark Model
#195 - Continuous secondary steering

Bug fixes and improvements

#174 - Ensure Turbine.velocities is an array before attempting to drop NaNs, and some logging fixes
#176 - Allow suppressing verbose output from YawOptimization.optimize
#184 - renaming: power_opt to power_init in _get_initial_farm_power()
#186 - Adds init file to Optimization package
#191 - Moving effective yaw definition & properties to Gauss deflection model
#194 - Bugfixes and performance enhancements for the curled wake model
#197 - Disable the Turbine.Cp property
4256dad - Adding hours of day to include in wind rose based on WIND Toolkit data

Bugfix: Moving effective yaw definition and properties to Gauss deflection model

11 Mar 17:48
Compare
Choose a tag to compare

Moves the definition for the effective yaw calculation and the required properties to the gauss deflection model and out of the base deflection class

Updates to GCH V/W velocities and cut planes

13 Jan 21:11
98ce54a
Compare
Choose a tag to compare

Fixes numerical issue with GCH calculations of V/W velocities for wake rotation

Adds capability for y-normal cut planes to be extracted from the flow data

Adds example for interactive visualization of flow fields

Bugfix to remove visualization warning and handle zero wind speeds

04 Dec 01:49
033c405
Compare
Choose a tag to compare

Specified visualization shading to remove warning from visualizations
Introduced masking to handle input wind speeds of zero

v2.2.2

18 Nov 17:21
6a0cd05
Compare
Choose a tag to compare

Bugfix to correctly sort frequency for AEP calculations.

Code contribution from @zerweck

v2.2.1

11 Nov 23:21
ec89c14
Compare
Choose a tag to compare

Enhanced bounds for Ct/Cp interpolation (#166 )

v2.2.0

25 Sep 18:43
Compare
Choose a tag to compare

Add TKE and TI mixing to GCH (#158)
Improved run-time performance (#157)
Bug fix in energy ratio calculation (#156)
Interpolate Power instead of Cp for turbine performance (#153)
Bug fixes and small feature improvements
Documentation updates

v2.1.1

24 Jun 17:23
Compare
Choose a tag to compare

This release updates the default tuning parameters in the Crespo-Hernandez turbulence model.

v2.1.0

23 Jun 20:29
Compare
Choose a tag to compare

This release of FLORIS includes the following new features and updates:

  • Improved logging infrastructure for console logging and file logging
  • Expanded examples
  • Support for Python 3.6
  • Updates to GCH vortex calculation and effective yaw
  • Improved tuning
  • Added infrastructure for pre-commit hooks and consistent source code linting