v1.7.6
- Algorithms:
- All algorithms now accept a parameter
max_wake_length_km, reducing the number of target points in wake calculations. Note that this replaces the correcponding parameter in some of the wake frames, likeDynamicWakesorStreamlines2D.
- All algorithms now accept a parameter
- Inputs:
- Additionally to the
wind_farm_nameparameter, turbines now also accept acluster_name. Both can be accessed byfarm.wind_farm_namesandfarm.cluster_names, respectively (note there is alsofarm.get_wind_farm_mappingandfarm.get_cluster_mapping). - The farm layout function
add_from_csvnow optionally reads the wind farm and cluster names from corresponding columns.
- Additionally to the
- Outputs:
- The
FarmLayoutOutputclass now also writes wind farm names and cluster names to columns via functionwrite_csv. The new functionget_dataframereturns the same data instead.
- The
Full Changelog: https://github.com/FraunhoferIWES/foxes/commits/v1.7.6