Error information: float overflow in __wrap_pow at xpow.c:62

Hi, technical supportors, I was simulating a fluidized bed with spherical and non-spherical particles.
The particles can be successfuly seeded seprately. However, it is observed that once they attach, the float overflow in wrap_pow happened.
The case is attached as follows. Thank you very much.
FB_SQP.zip (2.1 MB)

The SQP code is fairly new and still has a few issues to be worked out. One of these is the tendencies to produce overflows. You may have to turn off overflow checking to get your SQP models to run.

Please see this forum post

for instructions on how to edit gfortran_init.c to disable this checking.