Calculation of specific intersections of a fracture group dfn

Hello,
I have two DFNs created, which I separated into two groups (1 and 2). I would like to calculate the intersections between group 1 and 2, and group 1 and 1, but I don’t want to calculate intersections between group 2 and 2. Can I control the creation of intersections so that intersections within the same fracture group aren’t generated, but intersections with the other group are? I’m not sure if I was clear. I tried using fracture intersections compute range group '2' not, but when I do this, it only calculates intersections between 1 and 1, not between 2 and 1. However, when I don’t use ‘not’, it only calculates intersections within group 2. I hope this was clear, and I appreciate any help.

Best regards

Lucas Machado

1 Like

I can’t think of any way you could prevent fractures from finding intersections with fractures in the same range. @r.legoc any ideas?

1 Like

indeed, the range logic does not allow this. If fractures are selected within the range, their intersections will be computed as well. The only solution here is to compute all intersections and then, loop over the intersections with fish or python and tag the one to discard. Or, the other way, by tagging the one that matter.

1 Like