Fault displacements
Tobias Stephan
12 December 2024
Source:vignettes/Fault_displacements.Rmd
Fault_displacements.Rmd
Fault offsets
The offset along a fault can be factorized into several components.
Get different components with trigonometry
1. Input: Fault orientation (dip angle, dip direction), shorteninig direction, and horizontal throw
Knowing the horizontal throw (e.g.Β from plate motion parameters), the remaining components of the displacements along a given fault are as follows.
Slip components in the horizontal plane:
Slip components in the vertical plane perpendicular to the strike of the fault:
Slip components in the fault plane plane:
Thus, the rake angle describes the ratio between the dip slip and the strike slip component.
Knowing the vertical throw (e.g.Β from thermochronology or petrology), the fault dip (?assumption), and the direction and amount of horizontal offset, the strike of the fault is as follows:
Knowing the vertical throw (e.g.Β from thermochronology or petrology), the fault strike (geomorphology), and the direction and amount of horizontal offset, the dip of the fault is as follows:
Knowing the vertical throw (e.g.Β from thermochronology or petrology) and the faultβs dip and rake, the horizontal offset, the horizontal throw, and the net-slip are as follows:
Fault displacement tensors
Each fault component is a vector describing its direction and length. For instance, the vector of the strike slip is:
por <- data.frame("lat" = 45, "lon" = 0) # Point of origin in lat, lon coordinates
fault <- data.frame("dipdir" = 0, "dip" = 45) # fault given in dip direction and dip angle
strikeslip <- c("magnitude" = 2) # magnitude of strike slip component
# geographical_to_cartesian(por)
# pracma::deg2rad(strike)
Net slip vector
Net slip vector
location <- data.frame("lat" = 45, "lon" = 0) # position of fault in lat, lon coordinates
fault <- data.frame("dipdir" = 0, "dip" = 45) # fault givin in dip direction and dip angle
horizontalthrow <- data.frame("direction" = 0, "magnitude" = 1) # direction and magnitude of horizontal throw
netslip_vector(location = location, fault = fault, horizontalthrow = horizontalthrow)
Principal displacement tensor
The Eigen values of ; represented as are referred to as the strike slip, heave, and vertical throw component, respectively. These orthonormal vectors define a orthogonal matrix, i.e.Β the principal displacement tensor :
The Eigen values comprise the netslip vector.
# F.f <- eigen(ORT)
# F.f
The tensor can also be defined by the magnitudes of the fault displacements:
F.f <- displacement_tensor(g)
F.f
Orientation tensor
Fault orientation tensor is defined by the fault planeβs location, orientation (dip direction and dip angle), and the faultβs slip (direction and magnitude):
Stress tensor
In continuum mechanics, the Cauchy stress tensor , true stress tensor, or simply called the stress tensor is a second order tensor named after Augustin-Louis Cauchy.
The tensor consists of nine components that completely define the state of stress at a point inside a material in the deformed state, placement, or configuration. The tensor relates a unit-length direction vector n to the traction vector across an imaginary surface perpendicular to n:
or
Transformation of the stress tensor
It can be shown that the stress tensor is a contravariant second order tensor, which is a statement of how it transforms under a change of the coordinate system. From an -system to an -system, the components in the initial system are transformed into the components in the new system according to the tensor transformation rule (see Figure 2):
or ,
where is a rotation matrix with components . In matrix form this is
Expanding the matrix operation, and simplifying terms using the symmetry of the stress tensor, gives
,
,
,
,
,
.
The Mohr circle for stress is a graphical representation of this transformation of stresses.
Normal and shear stresses
The magnitude of the normal stress component Οn of any stress vector acting on an arbitrary plane with normal unit vector n at a given point, in terms of the components of the stress tensor , is the dot product of the stress vector and the normal unit vector:
The magnitude of the shear stress component , acting orthogonal to the vector n, can then be found using the Pythagorean theorem:
where
Principal stress
At every point in a stressed body there are at least three planes, called principal planes, with normal vectors , called principal directions, where the corresponding stress vector is perpendicular to the plane, i.e., parallel or in the same direction as the normal vector , and where there are no normal shear stresses. The three stresses normal to these principal planes are called principal stresses.
The components of the stress tensor depend on the orientation of the coordinate system at the point under consideration. However, the stress tensor itself is a physical quantity and as such, it is independent of the coordinate system chosen to represent it. There are certain invariants associated with every tensor which are also independent of the coordinate system. For example, a vector is a simple tensor of rank one. In three dimensions, it has three components. The value of these components will depend on the coordinate system chosen to represent the vector, but the magnitude of the vector is a physical quantity (a scalar) and is independent of the Cartesian coordinate system chosen to represent the vector (so long as it is normal). Similarly, every second rank tensor (such as the stress and the strain tensors) has three independent invariant quantities associated with it. One set of such invariants are the principal stresses of the stress tensor, which are just the eigenvalues of the stress tensor. Their direction vectors are the principal directions or eigenvectors.
A stress vector parallel to the normal unit vector is given by:
where is a constant of proportionality, and in this particular case corresponds to the magnitudes of the normal stress vectors or principal stresses.
A coordinate system with axes oriented to the principal directions implies that the normal stresses are the principal stresses and the stress tensor is represented by a diagonal matrix:
The principal stresses can be combined to form the stress invariants, , , and . The first and third invariant are the trace and determinant respectively, of the stress tensor. Thus,
Because of its simplicity, the principal coordinate system is often useful when considering the state of the elastic medium at a particular point. Principal stresses are often expressed in the following equation for evaluating stresses in the x and y directions or axial and bending stresses on a part. The principal normal stresses can then be used to calculate the von Mises stress and ultimately the safety factor and margin of safety.
Using just the part of the equation under the square root is equal to the maximum and minimum shear stress for plus and minus. This is shown as:
Stress deviator tensor
The stress tensor can be expressed as the sum of two other stress tensors:
- a mean hydrostatic stress tensor or volumetric stress tensor or mean normal stress tensor, , which tends to change the volume of the stressed body; and
- a deviatoric component called the stress deviator tensor, , which tends to distort it.
So
where is the mean stress given by
Pressure () is generally defined as negative one-third the trace of the stress tensor minus any stress the divergence of the velocity contributes with, i.e.
where is a proportionality constant, is the divergence operator, is the k:th Cartesian coordinate, is the velocity and is the k:th Cartesian component of .
The deviatoric stress tensor can be obtained by subtracting the hydrostatic stress tensor from the Cauchy stress tensor:
Maximum horizontal stress1
We de fine a vertical plane in the geographic coordinate system, , using its unit normal vector, , where is the normalβs trend angle measured clockwise from north and the planeβs strike is . We represent with respect to the principal stress coordinate system using the transformation matrix
(i.e.Β ). Here are unit vectors in the principal stress directions (principal stress coordinate system with unit vectors ) with respect to the geographic coordinate system (), and , and are the basis vectors in the geographic coordinate system. The normal vector expressed with respect to the principal stress system is then
where, for example, is the north component of the unit vector. In the principal coordinate system, the stress tensor is diagonal
and the normal stress acting on the vertical plane of interest is
This normal stress corresponds to the horizontal stress in the direction of .
We can find the direction of the maximum horizontal stress analytically by differentiating the last equation with respect to .
Condition | Interpretation |
---|---|
and | undefined if vertical, else (45 or 135) |
and | undefined if , else (45 or 135$^{}) |
undefined if , else (45 or 135$^{}) |
In general (cf.Β Table 1), has one maximum and one minimum in the interval and setting the derivative in the last equation to zero, we find these stationary points:
Using the second derivative of with respect to we can determine whether yields a maximum or a minimum value, and identify the trend () accordingly:
Mountain building and earthquakes: Some simple geometrical calculations
Suppose we wish to compute how long it will take for 3000 meters (roughly 10,000 feet) of uplift to occur. Clearly, the time it requires is equal to the uplift () divided by the rate at which uplift occurs .
To compute how horizontal strain that accumulates at a known rate ( in this example) translates into vertical uplift rate , we note that it is related to the tangent of the dip of the fault () as follows
where
is the slip during average earthquake; is the earthquake recurrence interval.
Suppose that uplift occurs along a shallow fault dipping 10 degrees from horizontal. Then,
For a steeper fault (), uplift of occurs even more rapidly, in only .
Thus, for rapid convergence rates and even shallow fault dips, significant topographic relief can appear in only several hundred thousand years - a geological instant! Of course, these calculations ignore the important effects of erosion and downward flexure of the lithosphere under the load of a growing mountain, both of which slow the rate at which a mountain can grow. We shall consider these effects more in future lectures.
Abbreviations and symbols
Two coordinate systems are of importance here: a principal stress coordinate system, , with unit vectors aligned along the eigenvectors whose eigenvalues are , respectively; and a geographic coordinate system, , with unit vectors aligned with the north, east and down directions, respectively. In this paper, matrices are represented in sans serif upper-case letters (e.g.Β ), vectors in bold lower-case letters (e.g.Β ), and vector magnitudes in upper-case italics (e.g.Β ; Table 2). The components of matrices and vectors are represented, for example, as and , respectively, and a caret and subscript (e.g.Β ) are used together to denote the ith unit basis vector of a coordinate system (). Vector orientations are expressed in terms of trend and plunge angles as trend/plunge (e.g.Β 135/25). For convenience, we use upper-case bold symbols for the two most frequently used parameters, namely the vectors of maximum horizontal stress and its proxy .
Symbol | Explanation |
---|---|
Arbitrary trend angle measured clockwise from north | |
Trend of the maximum horizontal compressive stress | |
Trend of the maximum horizontal stress proxy | |
Rotation matrix between coordinate systems and | |
fault dip angle | |
Deviatoric stress tensor (with respect to ) | |
Deviatoric normal stress vector | |
Magnitude of the deviatoric normal stress vector | |
Fault displacement tensor | |
Fault displacement component | |
Rate of fault displacement, i.e.Β displacement over time | |
Axes of the north-eastβdown coordinate system | |
Identity matrix | |
Unit normal vector represented in coordinate system | |
Components of the vector | |
Stress ratio equal to | |
Stress tensor | |
Maximum horizontal compressive stress vector | |
Axes of the principal stress coordinate system | |
Components of matrix (i.e.Β the th component of ) | |
Normal stress vector | |
Magnitude of the normal stress vector | |
Maximum horizontal stress proxy vector | |
Magnitudes of the principal stresses | |
Time | |
Time interval | |
Arbitrary coordinate system |