Can we handle finite/small faults (that do not go across through geomodel extents) in GemPy? #675
-
Hi, I wish to ask if there is a way to include finite faults in GemPy. For example, the following figure shows a top view of geomodel with three faults. I know how to include faults like "fault #1" that go across the extent. However, "fault #2 and #3" does not go up to the geomodel extent, but when importing in GemPy, I've seen that it will create faults like: In a way to make them finite faults, I was thinking of adding two imaginary faults (i.e., green) that can define the ends of individual faults, as shown below: To make those green faults not affect the surfaces, we set the faults to have "isFinite == False". But it didn't work as we wished :( Any help would be highly appreciated! Thank you, Honggeun Jo |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
Oh, we set green faults' "isFinite" == True, not False |
Beta Was this translation helpful? Give feedback.
-
Hi @whghdrms |
Beta Was this translation helpful? Give feedback.
Hi @whghdrms
Yes, indeed you can set faults as finite with the "isFinite" method. Be cautious, though, that method needs some work, don't trust the results too much.
Also, the faults will still be plotted across the whole model domain, but that is just visualization. Their influence on the model is more or less confined to the extent of the input-points for the respective fault.