Sometimes reading the .RES file in Paraview leads to Segmentation fault(core dumped) and unexpected program closure. Also, trying to read the .RES file using the postmfix leads to the following error:
At line 54 of file /home/mzarepour/anaconda3/envs/mfix-20.2.1/share/mfix/src/post_mfix/seek_time.f (unit = 61, file = ‘IMMERSED.SP1’)
Fortran runtime error: Non-existing record number
Error termination. Backtrace:
#0 0x7ffa13097d01 in ???
#1 0x7ffa13098849 in ???
#2 0x7ffa1309952f in ???
#3 0x7ffa132e00d4 in ???
#4 0x558ed4ae66c2 in seek_time_
at /home/mzarepour/anaconda3/envs/mfix-20.2.1/share/mfix/src/post_mfix/seek_time.f:54
#5 0x558ed4ab7891 in examine_data_
at /home/mzarepour/anaconda3/envs/mfix-20.2.1/share/mfix/src/post_mfix/examine_data.f:1027
#6 0x558ed4ac797e in f_init_
at /home/mzarepour/anaconda3/envs/mfix-20.2.1/share/mfix/src/post_mfix/finit.f:163
#7 0x558ed4aad50e in post_mfix
at /home/mzarepour/anaconda3/envs/mfix-20.2.1/share/mfix/src/post_mfix/main_f.f:9
#8 0x558ed4aad50e in main
at /home/mzarepour/anaconda3/envs/mfix-20.2.1/share/mfix/src/post_mfix/main_f.f:12
What causes the problem?