Is it possible to read data from unfinished simulation?

User: "Sebastian Yang"
Altair Community Member
Updated by Sebastian Yang

I have run a simulation which took me about 6 hourse but I terminated it before it was completed. The problem is I defined a nodal output frecuency higher than the number of iterations run, so when I load the log file it says that data do not exist as the data of the last iteration was not stored.

is it possible to retrieve nodal data even if the nodal output frecuency (1000) was not reached?

Find more posts tagged with

Sort by:
1 - 1 of 11
    User: "acupro"
    Altair Employee
    Accepted Answer
    Updated by acupro

    The requested output files are written per the stated/requested frequency - or when the job does a clean stop.  If you killed the job, rather than requesting it to stop with a clean finish - no result files would be written.

    When running from one of the GUIs you should have a 'Stop' button - this will stop the job at the end of the time step when it receives the signal.  (Command-line    acuSig -stop    will do the same thing.)

    There's probably also an 'Output' button - which will write requested output at the end of the time step when it receives that signal.  (Command-line     acuSig -out     will do the same thing.)

     

    You should still have access to the 'default' surface integrated data for 'Plot' tool or AcuProbe - just not the nodal output for visualization.