Hello yt-users, I have a question about the disk data object. The first input it needs is center, which according to your website is the coordinates of the geometrical center of the disk on the simulation length units. So, the center of the computational domain is c=[0.5,0.5,0.5]. I set the center of two different cylinders in a way that they don’t overlap. The axis of these cylinders are parallel to the x axis and one is on the negative X coordinate region while the other one on the positive region. But, I found that they actually have exactly the same cell centers. Did I do something wrong? On the following code the box side is 256 pc, so the center of the first disk c_1=[0.25,0.5,0.5] with a height of 32 pc does not overlap with the second disk of center c_2=[0.75,0.5,0.5] also with height 32 pc. http://paste.yt-project.org/show/275/ I’m using : --- Version = 3.6.dev0 And the snapshot used is here: http://use.yt/upload/c58a4c0f -- Guido
Hi Guido, The cell centers will indeed be the same -- there's no coordinate translation that is done when you access just the 'x' 'y' and 'z' fields. I believe that the fields you might be looking for are "cylindrical_radius" "cylindrical_z" and "cylindrical_theta". On Fri, Sep 18, 2020 at 4:06 PM Guido granda muñoz <guidogranda@gmail.com> wrote:
Hello yt-users,
I have a question about the disk data object. The first input it needs is center, which according to your website is the coordinates of the geometrical center of the disk on the simulation length units. So, the center of the computational domain is c=[0.5,0.5,0.5].
I set the center of two different cylinders in a way that they don’t overlap. The axis of these cylinders are parallel to the x axis and one is on the negative X coordinate region while the other one on the positive region. But, I found that they actually have exactly the same cell centers. Did I do something wrong?
On the following code the box side is 256 pc, so the center of the first disk c_1=[0.25,0.5,0.5] with a height of 32 pc does not overlap with the second disk of center c_2=[0.75,0.5,0.5] also with height 32 pc.
http://paste.yt-project.org/show/275/
I’m using :
---
Version = 3.6.dev0
And the snapshot used is here:
-- Guido _______________________________________________ yt-users mailing list -- yt-users@python.org To unsubscribe send an email to yt-users-leave@python.org https://mail.python.org/mailman3/lists/yt-users.python.org/ Member address: matthewturk@gmail.com
participants (2)
-
Guido granda muñoz
-
Matthew Turk