Merged
Conversation
- only setup of channel handling, no calculations yet.
Only using distributed loads (StC maps to distributed loads if MESH_QP right now. Point loads in the driver map to the FE nodes)
Add a checkError in openfast cpp
BD: output aero only loads mapped to the root
OpenFAST IO updates: MoorDyn and StC
Simplify GitHub Action for regression tests (backport from dev-tc)
A user had a case where they wanted to output ~8000 channels from _SD_. However, there was an inconsisntency in how the `MaxOutPts` was set. To fix this: - uncomment `MaxOutPts` to `SubDyn_Output_Param.f90` - remove `MaxOutPts` from `SubDyn_Output.f90` so it is in the autogenerated file instead - remove `MaxOutChs` from `SD_FEM.f90` and use `MaxOutPts` instead
Co-authored-by: Yuksel-Rudy <yuksel.alkarem@maine.edu>
bugfix: SD maximum number of output channels was incorrectly set
[BugFix] WrVTK with VTK_fps fails
updated outlist reading in openfast_io
UA summary file names had spaces when generated with OLAF simulations. The wing/blade number was 11 characters, so most files had 10 spaces in the middle of the file name: <RootName>.W<11 character number with spaces>.UA.sum
Backport #2848 (remove extra spaces from OLAF summary file name)
deslaughter
approved these changes
Jun 11, 2025
Collaborator
Author
|
jjonkman
approved these changes
Jun 11, 2025
Fix Typo in "interpolation" in Ice Crushing Modules
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Feature or improvement description
Pull request to merge
rc-4.0.5intomainand create a tagged release for v4.0.5See the milestone and project pages for additional information
Test results, if applicable
See GitHub Actions
Release checklist:
AeroDisk_Driver_x64.exeAeroDyn_Driver_x64.exeAeroDyn_Driver_x64_OpenMP.exeAeroDyn_Inflow_c_binding_x64.dllAeroDyn_Inflow_c_binding_x64_OpenMP.dllBeamDyn_Driver_x64.exeDISCON.dll (x64)DISCON_ITIBarge.dll (x64)DISCON_OC3Hywind.dll (x64)DISCON_SC.dll (x64)FAST.Farm_x64.exeFAST.Farm_x64_OMP.exeFAST_SFunc.mexw64HydroDynDriver_x64.exeHydroDyn_C_Binding_x64.dllIinflowWind_c_binding_x64.dllInflowWind_Driver_x64.exeInflowWind_Driver_x64_OpenMP.exeMoorDyn_Driver_x64.exeMoorDyn_c_binding_x64.dllOpenFAST-Simulink_x64.dllopenfast_x64.exeSeaStateDriver_x64.exeSimpleElastoDyn_x64.exeSubDyn_x64.exeTurbsim_x64.exeUnsteadyAero_x64.exeChangelog
Overview
This release includes several bug fixes and improvements for OpenFAST, GitHub actions, and openfast_io.
General
CMake build system
GitHub actions
#2825 Simplify GitHub Action for regression tests (backport from dev-tc) (@deslaughter)
openfast_io
#2828 updated outlist reading in openfast_io (@mayankchetan)
#2818 OpenFAST IO updates: MoorDyn and StC (@dzalkind)
Solvers
OpenFAST
#2831 [BugFix] WrVTK with VTK_fps fails (@andrew-platt)
Interfaces
cpp interface
#2792 Fix openfastcpp restart parsing of file name (@marchdf)
#2804 Add a checkError in openfast cpp (@marchdf)
#2815 Fix restart parsing of file name (backport of #2792 and #2793) (@marchdf)
Module changes
AeroDyn
#2853 Backport #2848 (Bug fix: remove spaces in OLAF's UA summary file name) (@bjonkman)
BeamDyn
#2811 BD: new output - aero only loads mapped to the root (@andrew-platt)
IceFlow
#2855 Fix Typo in "interpolation" in Ice Crushing Modules (@leopardracer)
SubDyn
#2821 bugfix: SD maximum number of output channels was incorrectly set (@andrew-platt)
Input file changes
No input file changes since v4.0.0
#2829 FF: typo in SeaState names in
MD_Shared.fst files - this is not an API change (@andrew-platt)