Which specific routine or kernel handles the coupled update of particle diameter and density? I am looking for where the mass loss from the chemical source terms is back-calculated to update the physical properties of the discrete phase.
There are three options for how this is done, specified by solids.update_type.
Code can be found line ~1100 in chem/mfix_chem_data_structs.H.
1 Like
Thank you, @wakefiej