Merge main into dev after 4.2.1 Release#3248
Open
deslaughter wants to merge 49 commits intoOpenFAST:devfrom
Open
Merge main into dev after 4.2.1 Release#3248deslaughter wants to merge 49 commits intoOpenFAST:devfrom
main into dev after 4.2.1 Release#3248deslaughter wants to merge 49 commits intoOpenFAST:devfrom
Conversation
Release 4.2.0
- seg fault if `debug_level > 0` and the file names are passed in
[BugFix] ADI c-bind: comment out code that causes segfaults with interface debugging
…laration for IFX compiler
…rivate_fix Fix TurbSim compile with OpenMP and IFX compiler
[BugFix] AD: DTAero from input file was ignored
commit 75d4c40 changed the xPPTRF routines to call the xPOTRF lapack routines, but we want to keep both.
regtest: check if destination dirs exist before copyTree call
Switch from xPPTRF to xPOTRF to improve TurbSim speed on macOS
Re-add the xPPTRF routines (rename xPOTRF routines from OpenFAST#3123)
[BugFix] AD driver: hub acceleration value incorrect in RotMotionType==1
…logic_4.2.1_backport backport of OpenFAST#3231 - SS WaveTp logic
…Pressure Add SeaSt_C_GetFluidDynP routine to SeaState_C_Binding interface
…s in data structure
- Increased arrays by one timeslice. Wind timeslice index=0 is now at `T_low-DT_high` - retrieval of wind now accounts for picking up one extra slice - if low res timestep `n==0`, set `T=-DT_high` wind equal to `T=0` wind - for lowres steps `n>0`, transfer last wind slice at `T=T_low_previous-DT_high` to `T=T_low_now-DT_high` - NOTE: it might also be possible to copy the `T=T_low_previous+n_high_low*DT_high` over to `T=T_low` since they are technically the same
andrew-platt
approved these changes
Mar 10, 2026
…f NRotors > 1 saying that multi-rotor support isn't implemented yet
andrew-platt
approved these changes
Mar 10, 2026
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.
This PR is almost ready to merge
Feature or improvement description
This PR brings the fixes from the 4.2.1 release into
devin preparation for the upcoming 5.0.0 release.Related issue, if one exists
Impacted areas of the software
See notes at https://github.com/OpenFAST/openfast/releases/tag/v4.2.1