fronterapp / thesis-FloatingTurbine

Repository containing the simulation setups and libraries from the thesis 'CFD Simulation of a Floating Wind Turbine with OpenFOAM'.
Other
46 stars 18 forks source link

Get the turbine output #4

Open xiaolli666 opened 7 months ago

xiaolli666 commented 7 months ago

Hi pere,

Thank for your  contribution about the floating turbine.

 I'm using this library right now, the problem I have is that I want to get the torque and thrust of the floating turbine for further analysis, but I don't know where to get these outputs. I‘ll be appreciate if I get any indication.

Best regards, Li

fronterapp commented 7 months ago

You should get a .csv file with the turbine loads inside the turbines\0 folder. Then, it's only a matter of reading that file to extract the desired values. You can find a MATLAB script that does just that here.

Best regards, Pere