Dear developers, hello.
I currently have many questions and confusion regarding the source code stiff_chem_dpm.f90
. I am currently conducting simulations using the CFD-DEM method. I have successfully output the reaction heat calculated in stiff_chem_dpm.f90
, and I found that the computed reaction heat is not assigned to the global variable q_source
, nor is it assigned to any other variable used in the energy equation calculation. Moreover, I noticed that q_source
does not include the reaction heat calculated in stiff_chem_dpm.f90
.
Therefore, I would like to ask all the developers:
Is the reaction heat calculated in stiff_chem_dpm.f90
actually used in the energy equation?
Does it contribute to the simulation’s temperature field?