Cross merge rc-5.0.1 progress to dev#3307
Merged
andrew-platt merged 41 commits intodevfrom Apr 14, 2026
Merged
Conversation
Release 5.0.0
SeaState: Logic for near-surface current
Update docs for 5.0.0 release, including missing api changes
MD: standardize input file header text to match docs
* Previously, olaf wake propagation did not consider wave velocity. * A similar bug was found in the SetSectAvgInflow subroutine. * The optional BoxExceedAllow flag for IfW_FlowField_GetVelAcc was not passed correctly through the SeaState WaveField subroutine for AD.
Minor documentation bugs
Various bug fixes for AeroDyn when modeling MHK turbines
Temporary fix for HydroDyn rectangular member visualization
Previously, the self-weight of the reaction node(s) is missing. This is now added back along with any cable loads on the reaction node(s) just in case.
FVW: Fix notification about wake extent
Fix SubDyn reaction load output
OLAF FVW stability issue when simulating multiple rotors
…lab_Release.dll to OpenFAST-Simulink.dll During the `deploy` step on GH, the `mex` call uses the `OpenFAST-Simulink_Matlab_Release.lib` file to set the name of the linked DLL. However, we rename the dll itself to not include `_Matlab_Release` in the name, but the .lib file still contains this. This causes a descrepancy between the linked name in the mexw64 and the provided dll. Rather than hack the .lib file to change the name in there, we'll simply modify the vfproj file to produce the OpenFAST-Simulink.dll and corresponding .lib file with the correct name information in it. This fixes issue #3274
vs-build: change OpenFAST-Simulink target name
fix legend in fast writer, tight coupling inputs
SlD reaction force changes.
SubDyn: Y3 mesh
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.
Ready to merge
Feature or improvement description
Cross merging
rc-5.0.1todev. This simplifies further merges ondevfor the 5.1.0 releaseRelated issue, if one exists
NA
Impacted areas of the software
See PRs in the milestone for 5.0.1
Test results, if applicable