Andy Platt

Results 145 comments of Andy Platt

This PR is replaced by https://github.com/OpenFAST/openfast/pull/2202

Which version of OpenFAST / FAST.Farm are you running? Given where in the simulation this occurred, it may be bug #1769 which was fixed in the 3.5.1 release.

The `TStart` and `TEnd` values only affect what is written to the output file, and not what is written to the VTK output files. To change the frequency of the...

I missed that this `TStart` and `TEnd` are the ones in the OLAF input file. As @ebranlard mentioned, the really big slowdown is likely due to the way the wind...

Regarding MD: The velocity states in the model we were looking at may be due to that particular OF code that was run. That branch was missing the updates to...

For the new workflows for releases in the 3.5.x series after releasing a 4.0.0, we will need to remove the `:latest` so that it doesn't overwrite the latest release. Also...

Todo: - [x] merge in `dev` - [x] update regression tests (new input files for WAT cases) - [x] check pointers usage - [x] Check all comments from @jjonkman on...

For finalizing (comment from old PR): - [x] implement the `k_def` and `k_grad` functions from paper (@ebranlard) - [x] Merge in ~dev-unstable-pointers~ `dev` to resolve conflicts - [ ] Update...

Note: this is a reopening of #2090 after it was cancelled when the `dev-unstable-pointers` branch was deleted.

TODO: - [ ] check for small angle assumption in MoorDyn_Driver initialization for rotated initial condition.