Andy Platt
Andy Platt
See #169 comment https://github.com/OpenFAST/r-test/issues/169#issuecomment-3418399483
@mlidGWT, which version of OpenFAST are you using? In checking the OLAF code, I see a few changes have been made to the wake reflection in the `dev` branch from...
Another possibility is that PR #1748 fixed an issue with wakes going outside the bounds of the wind file, including too close to the ground. This was included in the...
I haven't checked through the code, but just noticed there is a new input in the _AeroDyn_ input file that wasn't included in any of the regression tests yet (adding...
At first glance, there appears to be some inconsistencies in this section of code. I would excpect `hub_disp` (line 457), `hub_vel` (line 459), and `hubrotvel` (line 461) will also need...
There is a segmentation fault with the `5MW_Land_DLL_WTurb_cpp` case.
- [ ] drop to 5 seconds - [ ] set to use 2 cores with OMP in GH actions - [ ] Roll this into the RM1 PR
- [ ] add video from presentation
Now included in PR from @deslaughter
Dear @luiskras-dev , You are missing the line for the _SeaStFile_ on line number 41 (between _ServoFile_ and _HydroFile). Try adding the following: ``` "SeaState.dat" SeaStFile - Name of file...