Dear Jason and everyone,
When running OpenFAST as an S-Function in Simulink with a simulation time step of 1 ms and DT_Out set to its default value (which is also 1ms), the BeamDyn and other OpenFAST outputs are transferred to my Simulink model at every time step. In this configuration, both OpenFAST and Simulink operate with a 1 ms time step, and the simulation behavior is as expected. The only drawback is the very large size of the OpenFAST output files generated in memory.
However, when DT_Out is increased to 20 ms, I observe that blade angular rotation speeds and other OpenFAST outputs are provided to Simulink only every 20 ms, even though the Simulink solver time step remains 1 ms. This indicates that downsampling the OpenFAST outputs via DT_Out directly and undesirably affects the signals passed through the S-Function interface.
Is this behavior a known limitation or previously reported issue in the OpenFAST–Simulink S-Function interface?
Is there a known workaround to reduce the OpenFAST output file size without altering the temporal resolution of the signals exchanged with Simulink?
Thanks and regards,