Hello!
I am trying to run a simulation for a floating wind turbine. Now, I have the force applied to the platform as a list of parameters at each point in time, written in a file:
!Loading and Wave Elevation
!Dimension: 1 time column - 6 force columns
0.000 0.000 0.000 0.000 0.000 0.000 0.000
0.100 0.000 0.000 0.000 0.000 62830199416763.000 0.000
0.200 0.000 0.000 0.000 0.000 125650477216687.000 0.000
… (more time steps follow)
Is there a way to impose the forces dynamically, during the execution of the program, with live data taken from a sensor on the platform? In other words, can I increase the number of lines while OpenFAST is running, instead of loading them all in a pre-written file?