OpenFAST / r-test

Apache License 2.0
50 stars 87 forks source link

Kinematics updates #132

Closed RyanDavies19 closed 1 month ago

RyanDavies19 commented 1 month ago

Corresponds with https://github.com/OpenFAST/openfast/pull/2334

Updates to the MoorDyn-F body and rod kinematics to include centripetal forces and moments broke the tests that were looking at kinematics. These have been updated now with new values.

md_float now has a different pitch decay than before, still arriving at the same equilibrium Screenshot 2024-08-09 at 3 59 07 PM

md_BodiesAndRods had minor differences in fairlead tensions causing brief error spikes but behavior was still the same Screenshot 2024-08-09 at 3 58 43 PM

md_lineFail had the coupled point location at 1, 0, 0 but the driver was passing 0, 0, 0. Not sure how this didn't cause issues before but the files have been adjusted accordingly. The output files have also been updated and checked that behavior is still as expected.