Skip to content

Conversation

@andrew-platt
Copy link
Collaborator

Ready to merge

Feature or improvement description
This PR merges in v4.0.4, v4.0.5, and dev changes that are not in dev-cbind yet.

Related issue, if one exists
Follow on to #2859

PR's from dev that weren't merged over before now:

Additional supporting information
All the changes here have been reviewed elsewhere. Only a couple of files need review as there were merge conflicts during this update:

  • .github/workflows/automated-dev-tests.yml
  • modules/aerodyn/src/AeroDyn_Inflow_C_Binding.f90
  • modules/moordyn/src/MoorDyn_Misc.f90 - manually applied Fix typos #2816 to correct conflicts here

Test results, if applicable

  • Update the r-test/dev-cbind branch during merge

bjonkman and others added 30 commits April 17, 2025 10:57
was using log maps in the steady-state solver for differencing, but the perturbation function assumed they were angles when it adjusted them later
- set `NumPulseGate` and `NumBeam` consistently so we can cleanup some of the IF statement in the code
- don't allow pulsed lidars to have 0 gates
- remove unused lidar states
- updated computation of `MsrPositionsY` and `MsrPositionsZ` for pulsed lidar. Previous calculations didn't make any sense to me
- move all lidar parameter initialization into lidar_init
- remove unused lidar_initInput values and move the one that is used into InflowWind initInput
- remove unused variables
- check that lidar arrays are allocated before initializing them (before call to SrvD_Init and before reading from IfW file)
- move logic to check number of beams allowed into lidar module and only make sure the value is at least 1 before allocating so beam focal distances can be read/parsed with valid arrays sizes
- make ConsiderHubMotion an integer again since I don't want to change the input files
- remove unnecessary lidar allocatable arrays in SrvoDyn InitInp type
- remove unused URefLid from ServoDyn InitInp; the value that is passed to the controller was never initialized and doesn't make sense for a controller to use anyway.
- allocate lidar arrays for controller based on number of beams and pulse gates instead of type of lidar
- initialize error status in BladedInterface_End routine
20.04 was deprecated last week on GH
Update GH conda-deploy action to use Ubuntu 24.04
bug fix: Adjust steady-state solver small angle assumptions
The C++ function declaration had an extra argument InflowType, that
is not present in the Fortran function definition.
was using log maps in the steady-state solver for differencing, but the perturbation function assumed they were angles when it adjusted them later
Fix FAST_ExtInfw_Restart API
backport of #2760: bug-fix: Adjust steady-state solver small angle assumptions
Backport of GitHub Action to build windows executables on release
When running from Simulink, Matlab would end (instead of the DLL). This PR fixes the problem.
Avoid ending program when called as a shared library
andrew-platt and others added 21 commits May 22, 2025 17:07
[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
Bug fix: remove spaces in OLAF's UA summary file name
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
(added __pycache__ to .gitignore)
@andrew-platt andrew-platt self-assigned this Jun 16, 2025
Copy link
Contributor

@RyanDavies19 RyanDavies19 left a comment

Choose a reason for hiding this comment

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

MD changes look good to me

@andrew-platt andrew-platt merged commit dfceeff into dev-cbind Jun 16, 2025
29 of 40 checks passed
@andrew-platt andrew-platt deleted the m/dev_to_devcbind_after405 branch June 16, 2025 19:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.