Currently, I am using the CFD-DEM method for simulation. By learning from other developers, I learned that by using the code snippet ReactionRates(IJK,N), it is possible to export cell data. I copied the source code file stiff_chem_dpm.f90 into my home directory and added the ReactionRates code to print out the heat of homogeneous reactions in my simulation. However, I was not able to successfully output any numerical values. After further examination of the code, I found that in MFIX’s des_time_march.f and main.f source files, there is no call to the subroutine stiff_chem_rrates_dpm defined in stiff_chem_dpm.f90. Therefore, I believe this may be the reason why the heat of homogeneous reactions is not being calculated.
I’m not sure whether my understanding is correct. If this is indeed the cause of the problem, I would like to ask experienced developers for some advice on how I can successfully output the values of my homogeneous reaction heats.