Hi there,
I am working on automating some analysis using FlightStream, and part of this involves running meshes that I cannot test manually to see if they will produce converging results during FlightStream analysis. Within this automation, I would like to be able to check up on the status of the FlightStream analysis by reading the output log in realtime.
I have tried using the '-hidden' argument when calling the executable and my script in the terminal, but this does not move the output log to stdout, and instead "disconnects" from the terminal and finishes the script.
What would be the best way for me to read the output log in realtime while suppressing the GUI?