Skip to content

Conversation

@rafmudaf
Copy link
Owner

@rafmudaf rafmudaf commented May 6, 2025

Add WaveTank module for wave tank test

This pull request primarily focuses on the development of a module for driving a wave tank experimental setup coupling AeroDyn, InflowWind, MoorDyn, and SeaState to model the loads due to waves and current on a MHK turbine floating structure. To that end, the primary addition is the WaveTank module in the glue-codes/labview directory since it is driven by the LabVIEW experiment setup.

This pull request depends on OpenFAST#2735.

Note: In order to properly view the files changes, this PR is currently targeting rafmudaf/dev-cbind-wavetank. After OpenFAST#2735 is merged, I will update this pull request to target the appropriate branch on the OpenFAST/openfast repository.

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
backport of OpenFAST#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 28 commits June 18, 2025 06:44
VS build: fix MD, add `SeaStateS_c_binding` and update GH `deploy` action
…es_4.1.0

Release notes and version updates for 4.1.0
Added info on code API changes
- Include mention of VIV in MD
- Mention why SuperController has been depricated (in favor of ZeroMQ communication through ROSCO)
- Include links to MD input file info for SeaState coupling and VIV
Add space for clarity

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
GH actions - fix paths and change to artifacts instead of cache so `requirements.txt` is reliably found
# Conflicts:
#	modules/aerodyn/src/AeroDyn_Inflow.f90
#	modules/aerodyn/src/AeroDyn_Inflow_C_Binding.f90
@rafmudaf rafmudaf deleted the branch dev-cbind-wavetank July 11, 2025 15:55
@rafmudaf rafmudaf closed this Jul 11, 2025
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.