<div dir="ltr">Hi Yi,<div><br></div><div>What about something like the following:</div><div>Make a boolean object out of two disk objects with slightly larger and slightly smaller radius than the radius you want to analyze.</div>
<div><a href="http://yt-project.org/docs/dev/analyzing/objects.html#combining-objects-boolean-data-objects">http://yt-project.org/docs/dev/analyzing/objects.html#combining-objects-boolean-data-objects</a><br></div><div>This boolean object would then encompass just the cylindrical shell you're interested in.  Then, once you have this object, do a PhasePlot where the x and y fields are 'theta' and 'z' and the z field of the PhasePlot is whatever field you want to see.  This should be, in essence, like taking a slice in constant radius.</div>
<div><br></div><div>Britton</div></div><div class="gmail_extra"><br><br><div class="gmail_quote">On Sat, Mar 1, 2014 at 4:03 PM, Matthew Turk <span dir="ltr"><<a href="mailto:matthewturk@gmail.com" target="_blank">matthewturk@gmail.com</a>></span> wrote:<br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi Yi,<br>
<div class=""><br>
On Fri, Feb 28, 2014 at 7:35 PM, Yi Feng <<a href="mailto:yfen12@ucsc.edu">yfen12@ucsc.edu</a>> wrote:<br>
> Hi,<br>
> I have done a 3D accretion disk simulation in cartesian coordinate. The disk<br>
> is centered at the origin and the disk plane is x-y plane. I want to know<br>
> the disk structure at a fixed radius R, i.e. sqrt(x*x+y*y) equals a<br>
> constant. It is something like the surface of a cylinder. A slice plot of<br>
> cylinder surface is helpful. But sliceplot only applies to a flat plane. So<br>
> how to do a slice plot of a cylinder surface?<br>
> Thanks a lot!<br>
<br>
</div>This is an interesting question.  I think it is possible, but I am not<br>
entirely sure yet how one might do it the simplest.  I know Nathan has<br>
done some extractions at fixed R, but I am not sure offhand the best<br>
way to do it such that you get back an image.  In essence, you'd be<br>
transforming the data such that you'd have a sequence of new, variably<br>
sized cells.<br>
<br>
Can you file an issue on our issue tracker, which will help make sure<br>
we come back to this?  I am going to be traveling the next few days<br>
but I think I can work something out.<br>
<br>
-Matt<br>
<div class=""><br>
><br>
> --<br>
> Sincerely<br>
> Yi Feng<br>
> Department of Astronomy&Astrophysics,UC Santa Cruz<br>
><br>
</div>> _______________________________________________<br>
> yt-users mailing list<br>
> <a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
> <a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
><br>
_______________________________________________<br>
yt-users mailing list<br>
<a href="mailto:yt-users@lists.spacepope.org">yt-users@lists.spacepope.org</a><br>
<a href="http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org" target="_blank">http://lists.spacepope.org/listinfo.cgi/yt-users-spacepope.org</a><br>
</blockquote></div><br></div>