openfast icon indicating copy to clipboard operation
openfast copied to clipboard

FastFarm post processing question

Open tomblanks1 opened this issue 3 months ago • 1 comments

I have recently completed my first fastfarm case and got it to run, and have all the outb files for the 10 turbines and also whole case, but can't seem to workout how to use the ff_postpro code to get the post processor outputs. I have them all saved here

Image

But cannot find an example or instructions on how to run the pp, as i am new to python aswell. I have the code downloaded in that folder and tried to run the python script but got no output. Please guide me how to do this or if there is a page that explains this process better, please link it too, Regards and thanks

tomblanks1 avatar Nov 15 '25 20:11 tomblanks1

I'm assuming you are referring to this ff_postpro.py set of functions. These post processing routines assume you have used the toolbox to set up your case, as the first input is a FFCaseCreation object (constructor here). If that is the case, you should be able to try to run readTurbineOutput directly.

rthedin avatar Nov 26 '25 16:11 rthedin