Mesh generation problem with the cutcell method

Hi,
I am interested in studying the heat transfer in a plate with a square hole.
image

I made the geometry of the plate and square hole and generated the mesh.
Also, the initial and boundary conditions are set for the simulations with MFiX-20.2. I got the following error when I tried to carry out the simulations with mfixsolver. I guess the error is related to the cut cell method. For your reference, the input files are attached. I appreciate your suggestions to get rid of that error.

square_box.mfx (12.6 KB) geometry.stl (1.4 KB) geometry.stl (1.4 KB)

MFIX WITH CARTESIAN GRID IMPLEMENTATION.
RE-INDEXING IS TURNED OFF.
INITIALIZING VELOCITY NODES…
ESTIMATING POTENTIAL SCALAR CUT CELLS…
INTERSECTING GEOMETRY WITH SCALAR CELLS…
WARNING: UNABLE TO PROPAGATE F_AT ARRAY FROM myPE=. 0
THIS USUALLY INDICATE A RANK WITH NO ACTIVE CELL
YOU MAY NEED TO ADJUST THE GRID PARTITIONNING
TO GET BETTER LOAD_BALANCE.
INTERSECTING GEOMETRY WITH U-MOMENTUM CELLS…
WARNING: UNABLE TO PROPAGATE F_AT ARRAY FROM myPE=. 0
THIS USUALLY INDICATE A RANK WITH NO ACTIVE CELL
YOU MAY NEED TO ADJUST THE GRID PARTITIONNING
TO GET BETTER LOAD_BALANCE.
INTERSECTING GEOMETRY WITH V-MOMENTUM CELLS…
WARNING: UNABLE TO PROPAGATE F_AT ARRAY FROM myPE=. 0
THIS USUALLY INDICATE A RANK WITH NO ACTIVE CELL
YOU MAY NEED TO ADJUST THE GRID PARTITIONNING
TO GET BETTER LOAD_BALANCE.
INTERSECTING GEOMETRY WITH W-MOMENTUM CELLS…

Program received signal SIGFPE: Floating-point exception - erroneous arithmetic operation.

Backtrace for this error:
#0 0x7fba23cadfcf in ???
#1 0x7fb9d6fe1cdc in __vtk_out_mod_MOD_print_histogram
at /usr/local/src/conda/mfix-solver-20.2.0/model/cartesian_grid/vtk_out.f:3417
#2 0x7fb9d6fe5a48 in __vtk_out_mod_MOD_save_mesh_statistics
at /usr/local/src/conda/mfix-solver-20.2.0/model/cartesian_grid/vtk_out.f:3145
#3 0x7fb9d6f8e0b2 in __cut_cell_preproc_MOD_cut_cell_preprocessing
at /usr/local/src/conda/mfix-solver-20.2.0/model/cartesian_grid/cut_cell_preprocessing.f:133
#4 0x7fb9d6f3abcc in __main_MOD_check_data
at /usr/local/src/conda/mfix-solver-20.2.0/pymfix/main.f90:705
#5 0x7fb9d6f3ad17 in _main_MOD_get_data
at /usr/local/src/conda/mfix-solver-20.2.0/pymfix/main.f90:576
#6 0x7fb9d70bfac4 in run_mfix

at /usr/local/src/conda/mfix-solver-20.2.0/model/mfix.f:127
#7 0x7fb9d6f3c1a6 in __main_MOD_run_mfix0
at /usr/local/src/conda/mfix-solver-20.2.0/pymfix/main.f90:81
#8 0x7fb9d6f2f587 in f2py_rout_mfixsolver_main_run_mfix0
at /usr/local/src/conda/mfix-solver-20.2.0/f2pywrappers/mfixsolvermodule.c:1276
SETTING CUT CELL TREATMENT FLAGS…
COMPUTING INTERPOLATION FACTORS IN U-MOMENTUM CELLS…
COMPUTING INTERPOLATION FACTORS IN V-MOMENTUM CELLS…
COMPUTING INTERPOLATION FACTORS IN W-MOMENTUM CELLS…
COMPUTING 1/DX, 1/DY, 1/DZ FOR U-MOMENTUM CELLS…
COMPUTING 1/DX, 1/DY, 1/DZ FOR V-MOMENTUM CELLS…
COMPUTING 1/DX, 1/DY, 1/DZ FOR W-MOMENTUM CELLS…
FINDING MASTER CELLS FOR U-MOMENTUM CELLS…
FINDING MASTER CELLS FOR V-MOMENTUM CELLS…
FINDING MASTER CELLS FOR W-MOMENTUM CELLS…
MESH STATISTICS:
NUMBER OF CELLS = 100000
NUMBER OF STANDARD CELLS = 0 ( 0.00 % of Total)
NUMBER OF CUT CELLS = 0 ( 0.00 % of Total)
NUMBER OF FLUID CELLS = 0 ( 0.00 % of Total)
NUMBER OF BLOCKED CELLS = 100000 (100.00 % of Total)
#9 0x55c46132800a in _PyObject_FastCallKeywords
at /tmp/build/80754af9/python_1588882889832/work/Objects/call.c:199
#10 0x55c46138c9a0 in call_function
at /tmp/build/80754af9/python_1588882889832/work/Python/ceval.c:4619
#11 0x55c46138c9a0 in _PyEval_EvalFrameDefault
at /tmp/build/80754af9/python_1588882889832/work/Python/ceval.c:3093
#12 0x55c46132020a in function_code_fastcall
at /tmp/build/80754af9/python_1588882889832/work/Objects/call.c:283
#13 0x55c46132020a in _PyFunction_FastCallKeywords
at /tmp/build/80754af9/python_1588882889832/work/Objects/call.c:408
#14 0x55c461387e6f in call_function
at /tmp/build/80754af9/python_1588882889832/work/Python/ceval.c:4616
#15 0x55c461387e6f in _PyEval_EvalFrameDefault
at /tmp/build/80754af9/python_1588882889832/work/Python/ceval.c:3110
#16 0x55c46132020a in function_code_fastcall
at /tmp/build/80754af9/python_1588882889832/work/Objects/call.c:283
#17 0x55c46132020a in _PyFunction_FastCallKeywords
at /tmp/build/80754af9/python_1588882889832/work/Objects/call.c:408
#18 0x55c461387e6f in call_function
at /tmp/build/80754af9/python_1588882889832/work/Python/ceval.c:4616
#19 0x55c461387e6f in _PyEval_EvalFrameDefault
at /tmp/build/80754af9/python_1588882889832/work/Python/ceval.c:3110
#20 0x55c4612d131a in function_code_fastcall
at /tmp/build/80754af9/python_1588882889832/work/Objects/call.c:283
#21 0x55c4612d131a in _PyFunction_FastCallDict
at /tmp/build/80754af9/python_1588882889832/work/Objects/call.c:322
#22 0x55c4612efb92 in _PyObject_Call_Prepend
at /tmp/build/80754af9/python_1588882889832/work/Objects/call.c:908
#23 0x55c4612e295d in PyObject_Call
at /tmp/build/80754af9/python_1588882889832/work/Objects/call.c:245
#24 0x55c4613dffa6 in t_bootstrap
at /tmp/build/80754af9/python_1588882889832/work/Modules/_threadmodule.c:994
#25 0x55c46139ac47 in pythread_wrapper
at /tmp/build/80754af9/python_1588882889832/work/Python/thread_pthread.h:174
#26 0x7fba240676da in ???
#27 0x7fba23d90a3e in ???
#28 0xffffffffffffffff in ???
Process exit /home/vkotteda/Software/anaconda3/envs/mfix-20.2/bin/mfixsolver -s -f /home/vkotteda/flow_past_square/mfix/test2/square_box2/square_box.mfx
Previous MFiX run is resumable. Reset job to edit model
MFiX process has stopped

Hi,
I am able to get away from the error related to cutcell method for generating the mesh and obtain the solution.

Thanks
|279px;x250px;