-
Notifications
You must be signed in to change notification settings - Fork 46
Open
Labels
Description
In general, the forces in fixed objects (bodies, rods, points) are not reported back from MoorDyn in output files. This should be resolved, as fixed objects are used to model anchors and their forces need to be accessible to users. This should be as simple as adjusting the logic in Time.cpp to include fixed objects in the doRHS calculations, or if we want to more closely match what is in MD-F, adding in a ground->doRHS() call at the end of the Time->CalcStateDeriv function :
Line 131 in d87820d
| for (auto obj : points) { |
A side note, not really sure why the line ground->setDependentStates(); is in there. This step is already covered in Time->Update.
Related discussion on NREL forum: https://forums.nrel.gov/t/forces-in-a-shared-anchor/9356/7