MFIX SQP Bug Report

@jagan1mohan

You do not have to address support requests to me personally. I read every posting on the forum. And we encourage users to help each other and answer each other’s questions.

Also, please wait more than 24 hours before following up. We have a lot of users with questions and only limited resources for support.

MFiX 24.1 should be released before the end of the month, I expect it to be March 28.

In the interest of my time, I cannot edit source code for you. I showed you the changes that need to be made. If you cannot handle this, wait for the next release.

Note that editing the files in miniForge/installLocation/pkgs will have no effect. You have to edit the file in envs/mfix-XX.Y as I specified.

Please do this:

$ conda activate mfix-23.4.1
(mfix-23.4.1)$ cd $CONDA_PREFIX  
(mfix-23.4.1)$ find . -name solids_dem.py

That should print the file you want to edit. You just have to add one line (row = 0) at line 857, and change one other line (row = p-1) at line 881.