Hi Dear All,
I am trying to generate postmfix.exe by MFIX-19.1 version as usual to do some post-calculation treatment. But I found that there was no postmfix.exe after I run “make postmfix”. So postmfix is not included any more for the 19.1 version? Or how could I get it? Thank you.
https://mfix.netl.doe.gov/doc/mfix/19.2.0/visualization/postprocessing.html#building-postmfix
Postmfix is not built by default. To enable it, use -DENABLE_POSTMFIX=1
as a cmake argument, or --postmfix
as an argument to the build_mfixsolver
command.
1 Like
Minor correction; instead I should have said: postmfix
as an argument to build_mfixsolver
command