How to automate the postprocessing analysis of a Flux project?


The postprocessing automatization can be done in two different ways:

  1. Using a macro
    It is possible to use a macro implemented to do automatic postprocessing. Its file path is C:\Altair\Extensions\Macros\AutomaticPostprocessing.PFM
    To utilize this macro, first it is necessary to solve a scenario and to execute the flux command below.
    DeleteAllResults(deletePostprocessingResults='NO')

  2. Through a specific python script
    For a customizable automatic postprocessing it is necessary to write a dedicated python script; to do so, Flux python commands should be used. In case of doubt write Flux support team.