Bug report with automatic zip report file

the mfix platform suddenly breaks. the attachment is the bug report generated automatically.
gg_2021-03-24T110556.817598.zip (30.1 KB) .

Hi. Thanks for the bug report. Looking at your mfix.dat I see the following lines:

part_out_zero_vel     = 'True'
print_des_data        = .True.
vtk_part_usr_var(1,1) = .True.
write_part_out        = 'True'

The values for part_out_zero_vel and write_part_out are strings instead of Boolean values - they should be .TRUE. not 'True' (FORTRAN syntax).

Did you edit the file outside of MFiX?

To fix this, open the file in an editor, and either remove or fix those two lines - after removing them I was able to load the file, click on Save particle positions at end ofr run and Reset particle velocites to zero and the keywords were set correctly.

Thank you very much.