How to automate the postprocessing analysis of a Flux project?
Yann_Le_Floch
Altair Employee
The postprocessing automatization can be done in two different ways:
- 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') - 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.
Tagged:
0