Examples • Example Applications

Open Pit Mine with Faults (FLAC3D)

Problem Statement

Note

The project file for this example is available to be viewed/run in FLAC3D.[1] The project’s main data files is shown at the end of this example.

This example demonstrates the use of Zone Joints for modeling faults in a large rock slope. Virtually the same procedures can be used to build the model with interfaces. The advantage of Zone Joints is that they are two-sided, so the order in which they are created does not affect the results, and forces/displacements at the intersections are more accurately calculated. The model is obviously an over-simplified version of a true simulation of open pit mining, but it runs quickly and demonstrates the main considerations for modeling faults in FLAC3D.

Model Geometry

The model is created in Griddle as shown in Tutorial 7 of the Griddle 2.0 manual. A tetrahderal volume mesh is created and exported in FLAC3D binary format. The grid file is included with this example. Note, it is recommended that in general, a hexahedral-dominant mesh be used in FLAC3D, but the Griddle example shows the creation of a tetrahedral mesh, so that is what is used in this example. The following procedures would not be different for a hex-dominant mesh.

The imported model is shown in Figure 1 and Figure 2. Some of the faces represent faults, and others simply stratigraphic boundaries. In the following sub-sections we will show how to use the faces to create faults and define stratigraphic layers.

../../../../../_images/openpitzj-griddle.png

Figure 1: Model imported from Griddle showing zone groups.

../../../../../_images/openpitzj-faces.png

Figure 2: Face groups imported from Griddle. Outer faces are hidden to show inside of the model.

Faults

Faults are now created by separating the fault faces such that gridpoints and faces are duplicated, which will allow sliding and separation on the faults. Creating the faults is a two-step process. First the faces and separated and then the contacts are recognized. The necessary commands are shown below.

; Group all faults for zone joints in the same slot. 
zone face group 'Fault1' slot 'joint' internal range group 'IF_Fault1'
zone face group 'Fault2' slot 'joint' internal range group 'IF_Fault2'
zone face group 'Fault3' slot 'joint' internal range group 'IF_Fault3'
zone face group 'Fault4' slot 'joint' internal range group 'IF_Fault4'

; ------ create zone joints -------
; This will do the separation efficiently, removing attaches, and also 
; create the zone joints. 
zone joint configure
zone joint create by-slot 'joint' separate

Note that the command zone joint configure is required before zone joints can be created. This automaticaly sets the analysys to be small strain (large strain is not yet supported for zone joints). This also automatically assigned a mohr-coulomb contact model to any subsequently created contacts.

Models coming from Griddle often comntain imperfectly aligned faces. It may be necessary to increase tolerances used when identifying contacts. See the documentation for zone joint create command under the create-contacts keyword for details.

Geology

In reality, the volume being modeled will contain many different geological units. In this example, we will assume only two units, plus a waste dump. To idenitfy zones belonging to the different units, we can use the group names automatically assigned by Griddle and just give them more representative names.

Similarly the zones making up the region to be excavated can also be identified. Note that a different slot is used when assigning the pit group names so that these zones have two names (a geological name and an excavation name).

The resulting units are shown in Figure 3

../../../../../_images/openpitzj-geology.png

Figure 3: Geological units in the model.

Properties

The sandstone and quartzite are assigned a Hoek-Brown constitutive model with the properties as shown in the data files. The waste dump is likely unconsolidated, weak material. Since the geometry of the dump is noit totally realistic (the sides are vertical) and we really only care about the effect of its weight on the pit stability, it is set to be elastic.

The faults are assigned a cohesion of 50 kPa and a friction of 30 degrees, except for the main fault that cuts through the pit, which is assumed to be weaker with a friction of 20 degrees (Figure 4)

../../../../../_images/openpitzj-friction.png

Figure 4: Fault friction angle.

Initial State

Roller boundaries are assigned to the side boundaries and the bottom of the model is fixed. It is assumed that the horizontal stresses are equal to the vertical stresses (initially). Note that stress are set in the zone joints after stresses are set up in the zones, using the command:


The same approach is used if using interfaces rather than zone joints.

Finally, the model is solved and the initial stress state is determined, as shown in Figure 5 and Figure 6

../../../../../_images/openpitzj-inistress.png

Figure 5: Initial vertical stress in the model

../../../../../_images/openpitzj-faultstress.png

Figure 6: Initial normal stress ojn the faults.

Excavation

After reaching the initial state, the displacement are reset to 0, and the pit is gradually excavated using the zone.relax command. In reality, the pit would be excavated in multiple stages, but for simplicity, it is excavated all at once in this example. A history of displacement at a point on the crest of the pit is recorded.

The resulting zone and fault displacements are shown in Figure 7 and Figure 8. The recorded history is displayed in Figure 9 and the slip state of the faults is shown in Figure 10. It is clear that the weak fault results in a large amount of displacement in the pit wall.

../../../../../_images/openpitzj-zonedisp.png

Figure 7: Displacements in the model after excavation.

../../../../../_images/openpitzj-faultdisp.png

Figure 8: Displacements in the faults after excavation.

../../../../../_images/openpitzj-history.png

Figure 9: History of displacement at a point on the crest of the pit.

../../../../../_images/openpitzj-faultstate.png

Figure 10: Slip state of the faults after excavation.

Data Files

initial.dat

model new

zone import "T7_LargeOpenPitModel_final_GVol_Binary.f3grid"

; identify boundaries for applying BCs later
zone face skin

; Group all faults for zone joints in the same slot. 
zone face group 'Fault1' slot 'joint' internal range group 'IF_Fault1'
zone face group 'Fault2' slot 'joint' internal range group 'IF_Fault2'
zone face group 'Fault3' slot 'joint' internal range group 'IF_Fault3'
zone face group 'Fault4' slot 'joint' internal range group 'IF_Fault4'

; ------ create zone joints -------
; This will do the separation efficiently, removing attaches, and also 
; create the zone joints. 
zone joint configure
zone joint create by-slot 'joint' separate

; ----- identify layers -------
zone group 'sandstone' slot 'geology'

; quartzite below the stratigraphic boundary
zone group 'quartzite' slot 'geology' range group 'ZG_004' or 'ZG_006'

; dump
zone group 'dump' slot 'geology' range group 'ZG_003'

; pit in a different group slot
zone group 'pit' slot 'excavation' range group 'ZG_002'

; ---------------- zone properties (Pa) ------------------
zone cmodel assign hoek-brown
zone prop density 2800 young 10e9 poisson 0.25 range group 'quartzite'
zone prop constant-sci 70e6 constant-mi 25 geological-strength-index 50 ...
  constant-dilation 9 range group 'quartzite'

zone prop density 2600 young 7e9 poisson 0.25 range group 'sandstone'
zone prop constant-sci 30e6 constant-mi 12 geological-strength-index 36 ...
  constant-dilation 7 range group 'sandstone'

; make the dump elastic.  We only care about its weight
zone cmodel assign elastic range group 'dump'
zone prop density 1900 young 1e8 poisson 0.3 range group 'dump'

; ------------- fault properties ------------------
contact prop stiff-norm 1e8 stiff-shear 1e8 friction 30 cohesion 50e3 

; main fault is weaker
contact prop friction 20 range group 'Fault1'

; ---------- Initial and boundary conditions ----------------
model gravity 9.81
zone initialize-stresses ratio 1.0

; set zone joint stresses based on zone stresses
zone joint initialize-stresses

zone face apply vel-normal 0 range group 'West8' or 'East5' ...
    or 'North14' or 'North15'
zone face apply vel 0 0 0 range group 'Bottom3'

;zone nodal-mixed-dis on

model solve elastic

model save 'initial'

excavate.dat

model restore 'initial'

zone gridpoint ini disp 0 0 0

; take history of point at the edge of the pit
zone his disp pos 2465,-400,-77

zone relax excavate range group 'pit'

model solve

model save 'excavate'

Endnotes