powderday
powderday copied to clipboard
Dump out background radiation field and location and cell size for each cell
Hyperion can dump out the specific energy absorbed by each gas particle.
grid = m.get_quantities()
pf = grid.to_yt()
data = pf.all_data()
sp_en = data['gas', 'specific_energy']