-
Notifications
You must be signed in to change notification settings - Fork 508
merge 4.0.5 updates into dev
#2859
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
Merged
Merged
Conversation
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
- 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 <[email protected]>
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)
Fix Typo in "interpolation" in Ice Crushing Modules
Release 4.0.5
deslaughter
approved these changes
Jun 12, 2025
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
This PR merges in v4.0.5 updates that are not in
devyet.Related issue, if one exists
#2856
Impacted areas of the software
Several areas. See #2856 for details.
Additional supporting information
Test results, if applicable
m/v4.0.5_to_devon r-test)