The application postpro allows us to post-process the conf-files. The post-processors are coded in the source files named PostProcessor_*.
To run postpro, an input file is needed. It looks like the following one:
firstConf 383
lastConf 385
stepConf 1
##############################################
PostProcessor ClusterGranulo
SievingSizes 13
4.2 8.2 11.7 14.4 16.3 17 17 17 17 17 17 17 17
The three first keywords indicate how the conf-files will be read: from firstConf to lastConf with steps of stepConf.
The post-processor to be used is given after the keyword PostProcessor, and the required parameters (that depend on the chosen processor) are given just after (up to the end of the file).