<div dir="ltr"><div><br></div>Hey All,<div><br></div><div>I'm trying to figure out how to add a new smoothed field to a data set.  Specifically, I want to add a (particle) field, and then be able to access the smoothed mesh quantities (the same way I would access the mesh quantities of density as below, for example)</div><div>







<p class="">ad = ds.all_data()</p>
<p class="">ad["deposit","PartType0_smoothed_desnsity"]</p><p class="">(in this case PartType0 is gas).   I'm adding a field prior to loading the data set as described here:</p><p class=""><a href="http://yt-project.org/doc/developing/creating_derived_fields.html#defining-a-new-field">http://yt-project.org/doc/developing/creating_derived_fields.html#defining-a-new-field</a><br></p><p class="">thanks,</p><p class="">desika</p><p class=""><br></p></div></div>