Hi,
I'm currently integrating a fatigue-damage code with OpenFAST for a digital twin framework, using zeromq for process communication. I'm successfully retrieving the rootMOOP (out-of-plane moment) from the wfc_zmq_server class in the control interface. However, I need to extend the measurements to include additional bending moments at critical points:
- Blade roots: RootFzb1 (axial force), RootMxb1 (edgewise), RootMyb1 (flapwise) for each blade
- Tower base: TwrBsFzt (axial force), TwrBsMxt (side-side), TwrBsMyt (fore-aft)
These measurements are crucial for our fatigue analysis. Could you advise if it's possible to access these via the wfc_zmq_server? If not, could you recommend another method to capture these measurements in real-time from OpenFAST?
Thank you for any guidance you can provide!
Hi,
I'm currently integrating a fatigue-damage code with OpenFAST for a digital twin framework, using zeromq for process communication. I'm successfully retrieving the rootMOOP (out-of-plane moment) from the wfc_zmq_server class in the control interface. However, I need to extend the measurements to include additional bending moments at critical points:
These measurements are crucial for our fatigue analysis. Could you advise if it's possible to access these via the wfc_zmq_server? If not, could you recommend another method to capture these measurements in real-time from OpenFAST?
Thank you for any guidance you can provide!