Issues with using certain coordiante values with particle tracking #75
-
I'm trying to use the particle tracking code in ttim to look at ASR recovery volumes and I'm getting some weird results depending on the coordinates I use for the particles and wells. If I use coordinates in feet or meters from a CRS as inputs for well locations and thus particle locations, the particles all track shoot off into one direction. However using a 0 based coordinate system where the well and particles begin from 0,0 the particles will radiate symetrically from the well. Also the particles will begin to radiate more symetrically from the well the greater distance away I place them from the well. I thought this behavior was quite strange so I provided code below to reporduce what I am seeing.
|
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 3 replies
-
Thanks for your question, @waterrocks247 |
Beta Was this translation helpful? Give feedback.
-
Yes, the work-around for now is: pick an origin somewhere in your model domain, or even right at your well. Translate all your coordinates and do your traces in this translated coordinate system. |
Beta Was this translation helpful? Give feedback.
Yes, the work-around for now is: pick an origin somewhere in your model domain, or even right at your well. Translate all your coordinates and do your traces in this translated coordinate system.