Hello, there is an error in Build sovler. I think all MFiX examples containing UDF (UDF must be used for chemical reactions) must be compiled before running.
My environment is WIN10, miniforce3, MFIX 23.4.1
OK.
Is MPI indispensable?
So i should compile and run this example on Linux, cannot in any form under WINDOWS, only post-processing can be performed under WINDOWS.
Seeing your error message requires the use of MPI, so it needs to be compiled and run on Linux. This calculation example was compiled successfully on my Linux virtual machine.
MPI is only needed for DMP parallel computing. If you use the MPI module in your UDF or use DMP calculations, you need to compile and run it on a Linux system, using the mpifort or mpif90 compiler. If it is just serial calculation, it can be run on Windows, just use the gfortran compiler.