dnarayanan

Results 30 issues of dnarayanan

### Bug report **Bug summary** When creating an arbitrary grid with demeshed yt, one cannot access the deposited gas mass from an SPH simulation. **Code for reproduction** ```python from __future__...

bug
demeshening

notes in yt slack: ```YTOctree(left_edge=None, right_edge=None, n_ref=32, ptypes=None, ds=None, field_parameters=None)``` where: ``` | ptypes: list | This is the type of particles to include when building the tree. This |...

enhancement

I had been thinking that we could only include the new Draine models for simulations that have a grain size distribution in them (like Smuggle; some flavors of Gizmo etc.)....

enhancement

_in the pah branch:_ in__ the arepo and sph tributaries we have janky code like this: ``` reg.parameters['cell_size']=fw1.convert_to_units('cm') #so that we can have a uniform naming scheme for different front...

for active dust we have to set the size distribution by hand in parameters master. for at least arepo and I think gizmo too these aexist in the snapshot hdf5....

easy fix to implement https://github.com/dfm/python-fsps/issues/172#issuecomment-965622563

https://github.com/arnauqb/qsosed

enhancement
good first issue

right now the dust masses for gizmo/gadget datasets with on-the-fly dust won't work for `manual` mode because it will look for `PartType0`. a possible way to fix this would be:...

bug
good first issue
variable extinction

only relevant for idealized simulations, quantities (e.g.): ```disk_stars_metals = 11 # in fsps metallicity units``` or alternatively, have user put in metallicity in units of solar, and have the code...

enhancement
good first issue