Writing Particle Data in Region

Does the functionality outlined under “The following inputs must be preceded by “mfix.solids.” and allow to write additional plotfiles which contain only solids variables in specific regions at fixed timesteps…” in the docs work, or should this be removed?

For a specific MWE, add the example text from the linked page above:

mfix.solids.regions = full-domain
mfix.solids.full-domain.plot_int   = 1
mfix.solids.full-domain.plt_vel_p  = 1

to the benchmark 03-fluidbed/Size0004 (or any other Exa simulation, matching the name of a region).

The documentation is correct. However, there are two minor bugs in the code that prevent this feature from functioning as intended.

An issue has been opened, and the bugs will be addressed when time permits.