Skip to content

v3.5.2

Compare
Choose a tag to compare
@andrew-platt andrew-platt released this 18 Jan 22:34
· 222 commits to main since this release
4b6337f

Overview of v3.5.2

This release contains only bugfixes. No input files are changed from release https://github.com/OpenFAST/openfast/releases/tag/v3.5.0

Bugfixes

There are numerous bug fixes in several modules. See below for details.

Input File changes

No input file formats change.

Changelog

General

Build systems

#1948 Pass Python_EXECUTABLE to pfunit, add error check on Python version (@andrew-platt)

Module changes

AeroDyn

#1913 ADI: memory leak in ADI_UpdateStates (@andrew-platt)

AWAE

#1963 FAST.Farm, Mod_AmbWind=3: add error if HR grid not centered on turbine in Y dimension (@andrew-platt)

HydroDyn

#1872 Fix segfault in HD when no outputs specified (@deslaughter)

Regression tests

#1886 Update floating MHK case input files (@hkross)

Input file changes

No input files change with this release, as this only includes minor bugfixes.

Full list of changes: https://openfast.readthedocs.io/en/main/source/user/api_change.html

Full input file sets: https://github.com/OpenFAST/r-test/tree/v3.5.2 (example input files from the regression testing)

Precompiled Windows Binaries

The binary files in this release were built with the Visual Studio solution files distributed with OpenFAST (not using cmake), using

  • Intel Fortran compiler 2021 (Update 2, w_oneAPI_2021.2.0.243) with Microsoft Visual Studio Community 2019
  • Microsoft Visual C++ 2019 (C), for build in Matlab
  • MATLAB Version: 9.9.0.1857802 (R2020b) Update 7
  • Executables with _OpenMP or _OMP in the name are built with OpenMP libraries and linked with dynamic libraries.

The other OpenFAST executables DO NOT require these redistributable libraries to be installed. Instead, they were built with static libraries.