Results 11 comments of Wei

Thank you for your prompt reply. The "PTDFN_control.dat" file in the "dfnTrans_input.zip" is my dfnTrans input. It utilizes option 3 to release 3000 particles from the region (-4 < x...

Sorry about that, here is the input file as a text file [PTDFN_control.txt](https://github.com/lanl/dfnWorks/files/13863658/PTDFN_control.txt)

Alternatively,the dfnTrans input file content is as follows.Sorry for the trouble. ``` /********************** INPUT FILES: grid *****************************/ /**** input files with grid of DFN, mainly it's output of DFNGen ******/...

In my python code ,I write data from well_inject.zone into allboundaries.zone, modifying the index to 7. Here is a portion of the code. ``` fzone = open(jobname +"/allboundaries.zone", "r") lines...

But when I use the particle tracking option 7 and 1 particles start from in-flow zone for each node , it works! Here is the ouput console ``` ---------------------BOUNDARY CONDITIONS----------------------...

Okay, I have sent it via transfer.lanl.gov, using my email address ([email protected]) as the name.

![image](https://github.com/lanl/dfnWorks/assets/133961500/7f9d7920-af16-4792-be97-365471c4e4b9)

Apologies for the correction: I intend to release particles in the box region, specifically in the well injection zone, which is option 3, not 7(option 7 works fine).Also thanks for...

Okay, so is there any way or other option to let me release the n number of particles from well ? This is the apprch I can think of: Place...