Monitor pressure in old versions

Hi,
As I need to run sth on the 2013 version of MFiX-TFM, I wonder if it is possible to monitor gas pressure at a specific point in the domain? As I can see, the “monitor” keyword does not work in that version.

Thanks,
Mohsen

Monitors were added in 2020. You can’t use them with the 2013 version of MFiX. We keep adding new features and functionality to MFiX.

You might be able to do what you need in a UDF.

With the 2013 version of MFiX you can use post_mfix to extract the data after the simulation. Make sure you save the pressure field as often as you need by setting SPX_DT(2). For example `SPX_DT(2) = 0.01 will save the pressure every 0.01 second.

Thanks @cgw and @jeff.dietiker !