Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release v3.0.0 #754

Merged
merged 549 commits into from
Jun 24, 2021
Merged

Release v3.0.0 #754

merged 549 commits into from
Jun 24, 2021

Conversation

rafmudaf
Copy link
Collaborator

@rafmudaf rafmudaf commented May 12, 2021

Feature or improvement description
This pull request merges the dev branch into the main branch for a major version update: v3.0.0. See below for the proposed change log.

Test results, if applicable
The baseline results have changed since the last release. See the r-test pull request for more information.

Release checklist:

  • Update the documentation version in docs/conf.py
  • Update the versions in docs/source/user/api_change.rst
  • Verify readthedocs builds correctly
  • Create a tag in OpenFAST
  • Create a merge commit in r-test and add a corresponding tag
  • Compile executables for Windows builds
    • FAST_SFunc.mexw64
    • MAP_X64.dll
    • OpenFAST-Simulink_x64.dll
    • openfast_x64.exe
    • DISCON.dll

This release includes the following major enhancements:

AeroDyn

#597 AD/AA: Add new TE definition, improve airfoil thickness calculation, simplify input
#647 Add ability to turn unsteady aero back on during a simulation
#648 OLAF improvements for WEIS
#672 Preliminary support for multiple rotors in AeroDyn
#728 AllBldOuts more forgiving and support for 0

BeamDyn

#677 BD Driver bug fix and expand BeamDyn unit testing

ElastoDyn

#589 Allow one-blade turbine model
#653 Add YawBrTV[xyz]p output channels
#736 AllBldOuts more forgiving and support for 0

FAST.Farm

#584 Incorporate FAST.Farm to OpenFAST
#726 Build FAST.Farm when configured via BUILD_FASTFARM
#749 Add Missing Attribute for sc_end in the FAST.Farm Super Controller

HydroDyn

#687 [BugFix] incorrect pitch/roll moments on tapered elements crossing water line
#713 [BugFix] Uninitialized variables in HydroDyn::Morisson calculations

NWTC Library

#668 [BugFix] Sys files for MATLAB
#683 Big fix in NWTC Library unit tests

OpenFAST Library

#744 Avoid gfortran 11 error in FAST_Solver.f90

ServoDyn

#607 ServoDyn Structural control submodule (formerly TMD)
#690 [BugFix] Rename Structural Control driver program
#739 [BugFix] Logic error in glue code for StC loads on SD with no HD

Documentation

#678 Add documentation on input file parsing
#682 Update installation instructions
#696 Update the api_change for MoorDyn after PR #565

C++ Inteface

#703 [BugFix] unallocated AD%y%Rotors when AD14 is used with cpp interface
#709 Remove unused import to C++ driver code

Simulink interface

#702 [BugFix] Correct the expected format of the output channel names array

Build systems

#698 Configure runtime path linking when using shared libraries
#706 Automate incrementing the dev-label conda build
#725 Updated linking dependencies for newer version of Visual Studio
#727 Update rules for Intel OneAPI compiler detection

Testing

#670 Enable regression tests for the C++ API
#686 Bug fix for regression tests without C++ API enabled
#689 Enable types generation in CI
#691 Add SubDyn and AeroDyn drivers regression tests to github action
#717 GH Actions: run module tests with debug build
#718 [BugFix] Raise an error if reg test results contain NaN or infinity
#741 CTest: Add FF reg tests when FF build is enabled

andrew-platt and others added 30 commits December 17, 2020 22:36
also modified definitions of time constants with UAMod=4
Fixes a warning about types when building in double precision
Allocate the spline coefficient arrays by size of coef arrays. These would only vary between different tables in an airfoil file if the IncludeUA flag was different among the tables. This will get sorted out in the UA module if that is used.
resolved merge conflicts related to InfowWind (input-file parsing and some file reorg)
Logic requires echo file unit to be < 0.
rafmudaf added 2 commits May 11, 2021 17:28
Sample:
 Running ElastoDyn.
 Nodal outputs section of ElastoDyn input file not found or improperly formatted.
 Running AeroDyn14.
�  WARNING:   AeroDyn 14 is deprecated and will be removed in a future release.
 Running InflowWind.
 Running ServoDyn.
# Conflicts:
#	docs/source/user/api_change.rst
Copy link
Collaborator

@jjonkman jjonkman left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I'm excited to see this release of OpenFAST v3.0.0. Please find a few edits and clarifications to the documentation below.

docs/source/user/api_change.rst Show resolved Hide resolved
docs/source/user/input_file_overview.rst Show resolved Hide resolved
docs/source/user/input_file_overview.rst Show resolved Hide resolved
docs/source/user/input_file_overview.rst Show resolved Hide resolved
@rafmudaf rafmudaf merged commit 42a5a81 into main Jun 24, 2021
@rafmudaf rafmudaf deleted the rc-v3.0.0 branch June 24, 2021 00:21
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

10 participants