-
Notifications
You must be signed in to change notification settings - Fork 490
Description
According to the BeamDyn documentation (https://openfast.readthedocs.io/en/master/_images/bd_output_channel.pdf), the nodal and tip velocities and accelerations output by BeamDyn are absolute and expressed in the global inertial-frame coordinate system (g). However, the source-code implementation has the absolute velocities expressed in g, but while the accelerations are output absolutely, they are expressed in the floating coordinate system local to the deflected blade (l). This is a bug in the documentation. That said, a typical motion sensor installed on a blade would measure the absolute velocity and accelerations expressed in l, not g, so, it would make more sense to express the velocity and acceleration outputs both in l instead of g. It may be preferred to simply add both sets of outputs so that the absolute velocities and accelerations can be output in both l and g.