Batch solver from source - Error encountered

Hi,

I am using Ubuntu 22.04 with GNU 11.3.0 to run a 3D TFM model with cartesian cut-cell coordinates in MFiX 22.3.1.

The model would not run unless the geometry_0003.stl file (generated in the GUI) is also saved within the run folder.

Am I missing something?

Thank you.

Error_grab.txt (2.1 KB)
build_files.zip (40.7 MB)
run_error_files.zip (4.1 MB)

This is normal behavior - the geometry_0003.stl file matches the 3 for boundary condition 3, which is defined as an STL boundary. The GUI manages the geometry_####.stl files for you so you don’t have to worry about them, if you choose to use the batch solver this is something you have to manage for yourself.

Thank you for the clarification.