Can't run old simulation in MFiX 23.3 - IC_DES_FIT_TO_REGION deprecated

Hi all,

I updated the new version of MFiX and tried to run a simulation that could run in the older version. But I ran in to the following error. From my interpretation it says my whole IC region was defined wrong? Does anyone know what is causing it? Thanks! I attached my mfx and f files as well. Also the way how I submitted the job was
build_mfixsolver --batch --dmp

mpirun -np 28 ./mfixsolver -f td_jelly_roll.mfx NODESI=4 NODESJ=7

Not sure if the way how I submitted the job caused the problem.

==========================================================================
BUILD SUCCESSFUL

From: UNKNOWN_KEYWORD
Error 2000: Unable to process line 209 of the project file.
IC_DES_FIT_TO_REGION(3) = .FALSE.
Possible causes are

  • Incorrect or illegal keyword format
  • Unknown or mistyped name
  • The dimensioned item is too small (array overflow).
    Please see the user documentation for this keyword.

Fatal error reported on one or more processes. The .LOG file
may contain additional information about the failure.


td_jelly_roll (6).mfx (21.7 KB)
usr_rates (11).f (3.0 KB)

The IC_DES_FIT_TO_REGION keyword has been deprecated and removed from MFiX. If you load the case in the MFiX GUI, the keyword will automatically be removed from the file. If you are not a GUI user, open the file in an editor and simply delete line 209.

1 Like