HOME

TheInfoList



OR:

In
geology Geology () is a branch of natural science concerned with Earth and other astronomical objects, the features or rocks of which it is composed, and the processes by which they change over time. Modern geology significantly overlaps all other Ear ...
, numerical modeling is a widely applied technique to tackle complex geological problems by computational simulation of geological scenarios. Numerical modeling uses
mathematical model A mathematical model is a description of a system using mathematical concepts and language. The process of developing a mathematical model is termed mathematical modeling. Mathematical models are used in the natural sciences (such as physics, ...
s to describe the physical conditions of geological scenarios using numbers and equations. Nevertheless, some of their equations are difficult to solve directly, such as
partial differential equation In mathematics, a partial differential equation (PDE) is an equation which imposes relations between the various partial derivatives of a Multivariable calculus, multivariable function. The function is often thought of as an "unknown" to be sol ...
s. With numerical models, geologists can use methods, such as
finite difference method In numerical analysis, finite-difference methods (FDM) are a class of numerical techniques for solving differential equations by approximating derivatives with finite differences. Both the spatial domain and time interval (if applicable) are di ...
s, to approximate the solutions of these equations. Numerical experiments can then be performed in these models, yielding the results that can be interpreted in the context of geological process. Both qualitative and quantitative understanding of a variety of geological processes can be developed via these experiments. Numerical modelling has been used to assist in the study of
rock mechanics Rock mechanics is a theoretical and applied science of the mechanical behavior of rock and rock masses; compared to geology, it is that branch of mechanics concerned with the response of rock and rock masses to the force fields of their physical env ...
, thermal history of rocks, movements of tectonic plates and the Earth's mantle. Flow of fluids is simulated using numerical methods, and this shows how
groundwater Groundwater is the water present beneath Earth's surface in rock and soil pore spaces and in the fractures of rock formations. About 30 percent of all readily available freshwater in the world is groundwater. A unit of rock or an unconsolidate ...
moves, or how motions of the molten outer core yields the geomagnetic field.


History

Prior to the development of numerical modeling, analog modeling, which simulates nature with reduced scales in mass, length, and time, was one of the major ways to tackle geological problems, for instance, to model the formation of thrust belts. Simple analytic or semi-analytic mathematical models were also used to deal with relatively simple geological problems quantitatively. In the late 1960s to 1970s, following the development of finite-element methods in solving
continuum mechanics Continuum mechanics is a branch of mechanics that deals with the mechanical behavior of materials modeled as a continuous mass rather than as discrete particles. The French mathematician Augustin-Louis Cauchy was the first to formulate such m ...
problems for
civil engineering Civil engineering is a professional engineering discipline that deals with the design, construction, and maintenance of the physical and naturally built environment, including public works such as roads, bridges, canals, dams, airports, sewage ...
, numerical methods were adapted for modeling complex geological phenomena, for example,
folding Fold, folding or foldable may refer to: Arts, entertainment, and media * ''Fold'' (album), the debut release by Australian rock band Epicure * Fold (poker), in the game of poker, to discard one's hand and forfeit interest in the current pot *Abov ...
and
mantle convection Mantle convection is the very slow creeping motion of Earth's solid silicate mantle as convection currents carrying heat from the interior to the planet's surface. The Earth's surface lithosphere rides atop the asthenosphere and the two form ...
. With advances in computer technology, the accuracy of numerical models has been improved. Numerical modeling has become an important tool for tackling geological problems, especially for the parts of the Earth that are difficult to observe directly, such as the mantle and
core Core or cores may refer to: Science and technology * Core (anatomy), everything except the appendages * Core (manufacturing), used in casting and molding * Core (optical fiber), the signal-carrying portion of an optical fiber * Core, the central ...
. Yet analog modeling is still useful in modeling geological scenarios that are difficult to capture in numerical models, and the combination of analog and numerical modeling can be useful to improve understanding of the Earth's processes.


Components

A general numerical model study usually consists of the following components: # Mathematical model is a simplified description of the geological problem, such as equations and boundary conditions. These governing equations of the model are often
partial differential equation In mathematics, a partial differential equation (PDE) is an equation which imposes relations between the various partial derivatives of a Multivariable calculus, multivariable function. The function is often thought of as an "unknown" to be sol ...
s that are difficult to solve directly since it involves the
derivative In mathematics, the derivative of a function of a real variable measures the sensitivity to change of the function value (output value) with respect to a change in its argument (input value). Derivatives are a fundamental tool of calculus. F ...
of the
function Function or functionality may refer to: Computing * Function key, a type of key on computer keyboards * Function model, a structured representation of processes in a system * Function object or functor or functionoid, a concept of object-oriente ...
, for example, the
wave equation The (two-way) wave equation is a second-order linear partial differential equation for the description of waves or standing wave fields — as they occur in classical physics — such as mechanical waves (e.g. water waves, sound waves and s ...
. # Discretization methods and numerical methods convert those governing equations in the mathematical models to discrete equations. These discrete equations can approximate the solution of the governing equations. Common methods include the
finite element The finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat t ...
,
finite difference A finite difference is a mathematical expression of the form . If a finite difference is divided by , one gets a difference quotient. The approximation of derivatives by finite differences plays a central role in finite difference methods for t ...
, or
finite volume method The finite volume method (FVM) is a method for representing and evaluating partial differential equations in the form of algebraic equations. In the finite volume method, volume integrals in a partial differential equation that contain a divergenc ...
that subdivide the object of interest into smaller pieces (element) by mesh. These discrete equations can then be solved in each element numerically. The
discrete element method A discrete element method (DEM), also called a distinct element method, is any of a family of numerical methods for computing the motion and effect of a large number of small particles. Though DEM is very closely related to molecular dynamics, t ...
uses another approach, this method reassembling the object of interest from numerous tiny particles. Simple governing equations are then applied to the interactions between particles. # Algorithms are computer programs that compute the solution using the idea of the above numerical methods. # Interpretations are made from the solutions given by the numerical models.


Properties

A good numerical model usually has some of the following properties: * Consistent: Numerical models often divide the object into smaller elements. If the model is consistent, the result of the numerical model is nearly the same as what the mathematical model predicts when the element size is nearly zero. In other words, the error between the discrete equations used in the numerical model and the governing equations in the mathematical model tends to zero when the space of the mesh (size of element) becomes close to zero. *
Stable A stable is a building in which livestock, especially horses, are kept. It most commonly means a building that is divided into separate stalls for individual animals and livestock. There are many different types of stables in use today; the ...
: In a stable numerical model, the error during the computation of the numerical methods does not amplify. The error of an unstable model will stack up quickly and lead to an incorrect result. A ''stable'' and ''consistent'' numerical model has the same output as the exact solution in the mathematical model when the spacing of the mesh (size of element) is extremely small. * Converging: The output of the numerical model is closer to the actual solution of the governing equations in the mathematical models when the spacing of mesh (size of element) reduces, which is usually checked by carrying out numerical experiments. * Conserved: The physical quantities in the models, such as mass and momentum, are conserved. Since the equations in the mathematical models are usually derived from various conservation laws, the model result should not violate these premises. * Bounded: The solution given by the numerical model has reasonable physical bounds with respect to the mathematical models, for instance mass and volume should be positive. * Accurate: The solution given by the numerical models is close to the real solution predicted by the mathematical model.


Computation

The following are some key aspects of ideas in developing numerical models in geology. First, the way to describe the object and motion should be decided (
kinematic Kinematics is a subfield of physics, developed in classical mechanics, that describes the motion of points, bodies (objects), and systems of bodies (groups of objects) without considering the forces that cause them to move. Kinematics, as a fie ...
description). Then, governing equations that describe the geological problems are written, for example, the
heat equation In mathematics and physics, the heat equation is a certain partial differential equation. Solutions of the heat equation are sometimes known as caloric functions. The theory of the heat equation was first developed by Joseph Fourier in 1822 for t ...
s describe the flow of heat in a system. Since some of these equations cannot be solved directly, numerical methods are used to approximate the solution of the governing equations.


Kinematic descriptions

In numerical models and mathematical models, there are two different approaches to describe the motion of matter: Eulerian and Lagrangian. In geology, both approaches are commonly used to model fluid flow like mantle convection, where an Eulerian grid is used for computation and Lagrangian markers are used to visualize the motion. Recently, there have been models that try to describe different parts using different approaches to combine the advantages of these two approaches. This combined approach is called the arbitrary Lagrangian-Eulerian approach.


Eulerian

The Eulerian approach considers the changes of the physical quantities, such as mass and velocity, of a ''fixed location'' with time. It is similar to looking at how river water flows past a bridge. Mathematically, the physical quantities can be expressed as a function of location and time. This approach is useful for fluid and homogeneous (uniform) materials that have no natural boundary.


Lagrangian

The Lagrangian approach, on the other hand, considers the change of physical quantities, such as the volume, of ''fixed elements'' of matter over time. It is similar to looking at a certain collection of water molecules as they flow downstream in a river. Using the Lagrangian approach, it is easier to follow solid objects which have natural boundary to separate them from the surrounding.


Governing equations

Following are some basic equations that are commonly used to describe physical phenomena, for example, how the matter in a geologic system moves or flows and how heat energy is distributed in a system. These equations are usually the core of the mathematical model.


Continuity equation

The
continuity equation A continuity equation or transport equation is an equation that describes the transport of some quantity. It is particularly simple and powerful when applied to a conserved quantity, but it can be generalized to apply to any extensive quantity. S ...
is a mathematical version of stating that the geologic object or medium is continuous, which means no empty space can be found in the object. This equation is commonly used in numerical modeling in geology. One example is the continuity equation of mass of fluid. Based on the law of ''conservation of mass'', for a fluid with density \rho at position x_j in a fixed volume V of fluid, the rate of change of mass is equal to the outward fluid flow across the boundary S: \frac \int\limits_V \rho d \tau = -\int\limits_S \rho u_j d S_j where \tau is the volume element and u_j is the velocity at x_j. In Lagrangian form: \frac \equiv \frac+ u_j \frac = - \rho \frac In Eulerian form: \frac = \frac This equation is useful when the model involves continuous fluid flow, like the mantle is over geological time scales.


Momentum equation

The momentum equation describes how matter moves in response to force applied. It is an expression of
Newton's second law of motion Newton's laws of motion are three basic laws of classical mechanics that describe the relationship between the motion of an object and the forces acting on it. These laws can be paraphrased as follows: # A body remains at rest, or in motion ...
. Consider a fixed volume V of matter. By the law of ''conservation of momentum'', the rate of change of volume is equal to: * external force F applied on the element * plus normal stress and shear stress applied on the surface S bounding the element * minus the momentum moving out of the element on that surface \frac \int\limits_V \rho u_i d \tau = \int\limits_V \rho F_i d\tau + \int\limits_S \sigma_dS_j - \int\limits_S \rho u_i u_j dS_j where \tau is the volume element, u is the velocity. After simplifications and integrations, for any volume V, the Eulerian form of this equation is: \rho \frac + \rho u_j \frac= \rho F_i + \frac


Heat equation

The heat equations describe how
heat energy In thermodynamics, heat is defined as the form of energy crossing the boundary of a thermodynamic system by virtue of a temperature difference across the boundary. A thermodynamic system does not ''contain'' heat. Nevertheless, the term is al ...
flows in a system. From the law of conservation of energy, the rate of change of energy E of a fixed volume V of mass is equal to: * work done at the boundary S * plus work done by external force F in the volume V * minus heat
conduction Conductor or conduction may refer to: Music * Conductor (music), a person who leads a musical ensemble, such as an orchestra. * Conductor (album), ''Conductor'' (album), an album by indie rock band The Comas * Conduction, a type of structured f ...
across boundary S * minus heat
convection Convection is single or multiphase fluid flow that occurs spontaneously due to the combined effects of material property heterogeneity and body forces on a fluid, most commonly density and gravity (see buoyancy). When the cause of the convec ...
across boundary S * plus heat produced internally Mathematically: \frac\int\limits_V \rho E d \tau = \int\limits_S u_i \sigma_dS_j + \int\limits_V \rho u_i F_i d \tau - \int\limits_S k \frac dS_j-\int\limits_S \rho E u_ dS_j + \int\limits_V \rho H d\tau where \tau is the volume element, u is the velocity, T is the temperature, k is the conduction coefficient and H is the rate of heat production.


Numerical methods

Numerical methods are techniques to approximate the governing equations in the mathematical models. Common numerical methods include
finite element method The finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat ...
,
spectral method Spectral methods are a class of techniques used in applied mathematics and scientific computing to numerically solve certain differential equations. The idea is to write the solution of the differential equation as a sum of certain " basis functio ...
,
finite difference method In numerical analysis, finite-difference methods (FDM) are a class of numerical techniques for solving differential equations by approximating derivatives with finite differences. Both the spatial domain and time interval (if applicable) are di ...
, and
finite volume method The finite volume method (FVM) is a method for representing and evaluating partial differential equations in the form of algebraic equations. In the finite volume method, volume integrals in a partial differential equation that contain a divergenc ...
. These methods are used to approximate the solution of governing
differential equation In mathematics, a differential equation is an equation that relates one or more unknown functions and their derivatives. In applications, the functions generally represent physical quantities, the derivatives represent their rates of change, an ...
s in the mathematical model by dissecting the domain into meshes or grids and applying simpler equations to individual elements or nodes in the mesh. The
discrete element method A discrete element method (DEM), also called a distinct element method, is any of a family of numerical methods for computing the motion and effect of a large number of small particles. Though DEM is very closely related to molecular dynamics, t ...
uses another approach. The object is considered an assemblage of small particles.


Finite element method

The
finite element method The finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat ...
subdivides the object (or domain) into smaller, non-overlapping elements (or subdomains) and these elements are connected at the nodes. The solution for the
partial differential equation In mathematics, a partial differential equation (PDE) is an equation which imposes relations between the various partial derivatives of a Multivariable calculus, multivariable function. The function is often thought of as an "unknown" to be sol ...
s are then approximated by simpler element equations, usually
polynomial In mathematics, a polynomial is an expression consisting of indeterminates (also called variables) and coefficients, that involves only the operations of addition, subtraction, multiplication, and positive-integer powers of variables. An exa ...
s. Then these element equations are combined into equations for the entire object, i.e. the contribution of each element is summed up to model the response of the whole object. This method is commonly used to solve mechanical problems. The following are the general steps of using the finite element method: # Select the element type and subdivide the object. Common element types include triangular, quadrilateral, tetrahedral, etc. Different types of elements should be chosen for different problems. # Decide the function of displacement. The function of displacement governs how the elements move. Linear, quadratic, or
cubic polynomial In mathematics, a cubic function is a function of the form f(x)=ax^3+bx^2+cx+d where the coefficients , , , and are complex numbers, and the variable takes real values, and a\neq 0. In other words, it is both a polynomial function of degree ...
functions are commonly used. # Decide the displacement-strain relation. The displacement of the element changes or deforms the element's shape in what is technically called
strain Strain may refer to: Science and technology * Strain (biology), variants of plants, viruses or bacteria; or an inbred animal used for experimental purposes * Strain (chemistry), a chemical stress of a molecule * Strain (injury), an injury to a mu ...
. This relation calculates how much strain the element experienced due to the displacement. # Decide the strain-stress relation. The deformation of the element induces
stress Stress may refer to: Science and medicine * Stress (biology), an organism's response to a stressor such as an environmental condition * Stress (linguistics), relative emphasis or prominence given to a syllable in a word, or to a word in a phrase ...
to the element, which is the
force In physics, a force is an influence that can change the motion of an object. A force can cause an object with mass to change its velocity (e.g. moving from a state of rest), i.e., to accelerate. Force can also be described intuitively as a p ...
applied to the element. This relation calculates the amount of stress experienced by the element due to the strain. One of the examples of this relation is
Hooke's law In physics, Hooke's law is an empirical law which states that the force () needed to extend or compress a spring (device), spring by some distance () Proportionality (mathematics)#Direct_proportionality, scales linearly with respect to that ...
. # Derive equations of stiffness and stiffness matrix for elements. The stress also causes the element to deform; the
stiffness Stiffness is the extent to which an object resists deformation in response to an applied force. The complementary concept is flexibility or pliability: the more flexible an object is, the less stiff it is. Calculations The stiffness, k, of a b ...
(the rigidity) of the elements indicates how much it will deform in response to the stress. The stiffness of the elements in different directions is represented in
matrix Matrix most commonly refers to: * ''The Matrix'' (franchise), an American media franchise ** ''The Matrix'', a 1999 science-fiction action film ** "The Matrix", a fictional setting, a virtual reality environment, within ''The Matrix'' (franchis ...
form for simpler operation during calculation. # Combine the element equations into global equations. The contributions of every element are summed up to a set of equations that describe the whole system. # Apply boundary conditions. The predefined conditions at the boundary, such as temperature, stress, and other physical quantities are introduced to the boundary of the system. # Solve for displacement. As time evolves, the displacement of the elements are solved step by step. # Solve for strains and stress. After the displacement is calculated, the strains and stress are computed using the relations in steps 3 and 4.


Spectral method

The
spectral method Spectral methods are a class of techniques used in applied mathematics and scientific computing to numerically solve certain differential equations. The idea is to write the solution of the differential equation as a sum of certain " basis functio ...
is similar to the finite element method. The major difference is that spectral method uses
basis functions In mathematics, a basis function is an element of a particular basis for a function space. Every function in the function space can be represented as a linear combination of basis functions, just as every vector in a vector space can be repres ...
, possibly by using a Fast Fourier Transformation (FFT) that approximates the function by the sum of numerous simple functions. These kinds of basis functions can then be applied to the whole domain and approximate the governing
partial differential equation In mathematics, a partial differential equation (PDE) is an equation which imposes relations between the various partial derivatives of a Multivariable calculus, multivariable function. The function is often thought of as an "unknown" to be sol ...
s. Therefore, each calculation takes the information from the whole domain into account while the finite element method only takes the information from the neighborhood. As a result, the spectral method converges exponentially and is suitable for solving problems involving a high variability in time or space.


Finite volume method

The
finite volume method The finite volume method (FVM) is a method for representing and evaluating partial differential equations in the form of algebraic equations. In the finite volume method, volume integrals in a partial differential equation that contain a divergenc ...
is also similar to the finite element method. It also subdivides the object of interest into smaller volumes (or elements), then the physical quantities are solved over the control volume as fluxes of these quantities across the different faces. The equations used are usually based on the conservation or balance of physical quantities, like mass and energy. The finite volume method can be applied on irregular meshes like the finite element method. The element equations are still physically meaningful. However, it is difficult to get better accuracy, as the higher order version of element equations are not well-defined.


Finite difference method

The
finite difference method In numerical analysis, finite-difference methods (FDM) are a class of numerical techniques for solving differential equations by approximating derivatives with finite differences. Both the spatial domain and time interval (if applicable) are di ...
approximates
differential equation In mathematics, a differential equation is an equation that relates one or more unknown functions and their derivatives. In applications, the functions generally represent physical quantities, the derivatives represent their rates of change, an ...
s by approximating the
derivative In mathematics, the derivative of a function of a real variable measures the sensitivity to change of the function value (output value) with respect to a change in its argument (input value). Derivatives are a fundamental tool of calculus. F ...
with a
difference equation In mathematics, a recurrence relation is an equation according to which the nth term of a sequence of numbers is equal to some combination of the previous terms. Often, only k previous terms of the sequence appear in the equation, for a parameter ...
, which is the major method to solve
partial differential equation In mathematics, a partial differential equation (PDE) is an equation which imposes relations between the various partial derivatives of a Multivariable calculus, multivariable function. The function is often thought of as an "unknown" to be sol ...
s. Consider a function f(x) with single-valued derivatives that are continuous and finite functions of x, according to
Taylor's theorem In calculus, Taylor's theorem gives an approximation of a ''k''-times differentiable function around a given point by a polynomial of degree ''k'', called the ''k''th-order Taylor polynomial. For a smooth function, the Taylor polynomial is the t ...
: f(x+\Delta x) = f(x) + \Delta x f'(x) + \frac\Delta x ^2 f''(x) + \frac\Delta x^3 f(x)+\cdots and f(x-\Delta x) = f(x) - \Delta x f'(x) + \frac\Delta x ^2 f''(x) - \frac\Delta x^3 f(x)+\cdots Summing up the above expressions: f(x+\Delta x) + f(x-\Delta x ) = 2f(x) + \Delta x^2 f''(x) + \text \Delta x Ignore the terms with higher than 4th power of x , then: f''(x) \simeq \frac\left f(x+\Delta x) - 2f(x) - f(x-\Delta x) \right/math> f'(x) \simeq \frac\left f(x+\Delta x) - f(x-\Delta x) \right/math> The above is the ''central-difference'' approximation of the derivatives, which can also be approximated by ''forward-difference'': f'(x) \simeq \frac\left f(x+\Delta x) - f(x) \right/math> or ''backward-difference'': f'(x) \simeq \frac\left f(x) - f(x-\Delta x) \right/math> The accuracy of the finite differences can be improved when more higher order terms are used.


Discrete element method

The
discrete element method A discrete element method (DEM), also called a distinct element method, is any of a family of numerical methods for computing the motion and effect of a large number of small particles. Though DEM is very closely related to molecular dynamics, t ...
, sometimes called distinct element method, is usually used to model discontinuous materials, such as rocks with fractures like joints and bedding, since it can explicitly model the properties of discontinuities. This method was developed to simulate
rock mechanics Rock mechanics is a theoretical and applied science of the mechanical behavior of rock and rock masses; compared to geology, it is that branch of mechanics concerned with the response of rock and rock masses to the force fields of their physical env ...
problems at the beginning. The main idea of this method is to model the objects as an assemblage of smaller particles, which is similar to building a castle out of sand. These particles are of simple geometry, such as a sphere. The physical quantities of each particle, such as velocity, are continuously updated at the contacts between them. This model is relatively computationally intensive, as a large quantity of particles needs to be used, especially for large-scale models, like a slope. Therefore, this model is usually applied to small-scale objects.


= Bonded-particle model

= There are objects that are not composed of granular materials, such as crystalline rocks composed of mineral grains that stick to each other or interlock with each other. Some bonding between particles is added to model this cohesion or cementation between particles. This kind of model is also called a bonded-particle model.


Applications

Numerical modeling can be used to model problems in different fields of geology at various scales, such as
engineering geology Engineering geology is the application of geology to engineering study for the purpose of assuring that the geological factors regarding the location, design, construction, operation and maintenance of engineering works are recognized and accou ...
,
geophysics Geophysics () is a subject of natural science concerned with the physical processes and physical properties of the Earth and its surrounding space environment, and the use of quantitative methods for their analysis. The term ''geophysics'' som ...
,
geomechanics Geomechanics (from the Greek prefix ''geo-'' meaning "earth"; and "mechanics") is the study of the mechanical state of the earth's crust and the processes occurring in it under the influence of natural physical factors. It involves the study of th ...
,
geodynamics Geodynamics is a subfield of geophysics dealing with dynamics of the Earth. It applies physics, chemistry and mathematics to the understanding of how mantle convection leads to plate tectonics and geologic phenomena such as seafloor spreading, mo ...
,
rock mechanics Rock mechanics is a theoretical and applied science of the mechanical behavior of rock and rock masses; compared to geology, it is that branch of mechanics concerned with the response of rock and rock masses to the force fields of their physical env ...
,
hydrogeology Hydrogeology (''hydro-'' meaning water, and ''-geology'' meaning the study of the Earth) is the area of geology that deals with the distribution and movement of groundwater in the soil and rocks of the Earth's crust (commonly in aquif ...
, and
stratigraphy Stratigraphy is a branch of geology concerned with the study of rock (geology), rock layers (Stratum, strata) and layering (stratification). It is primarily used in the study of sedimentary rock, sedimentary and layered volcanic rocks. Stratigrap ...
. The following are some examples of applications of numerical modeling in geology.


Specimen to outcrop scale


Rock mechanics

Numerical modeling has been widely applied in different fields of
rock mechanics Rock mechanics is a theoretical and applied science of the mechanical behavior of rock and rock masses; compared to geology, it is that branch of mechanics concerned with the response of rock and rock masses to the force fields of their physical env ...
. Rock is a material that is difficult to model because rock are usually: * Discontinuous: There are numerous fractures and micro-fractures in a rock mass and the space in the rock mass maybe filled with other substances like air and water. A complex model is needed to fully capture these discontinuities, since the discontinuities have great effects on the rock mass. * Anisotropic: The properties of rock mass, such as permeability (the ability to allow fluid to flow through), may vary in different directions. * Inhomogeneous: The properties of different portions of the rock mass may be different. For example, the physical properties of
quartz Quartz is a hard, crystalline mineral composed of silica (silicon dioxide). The atoms are linked in a continuous framework of SiO4 silicon-oxygen tetrahedra, with each oxygen being shared between two tetrahedra, giving an overall chemical form ...
grains and
feldspar Feldspars are a group of rock-forming aluminium tectosilicate minerals, also containing other cations such as sodium, calcium, potassium, or barium. The most common members of the feldspar group are the ''plagioclase'' (sodium-calcium) feldsp ...
grains are different in
granite Granite () is a coarse-grained (phaneritic) intrusive igneous rock composed mostly of quartz, alkali feldspar, and plagioclase. It forms from magma with a high content of silica and alkali metal oxides that slowly cools and solidifies undergro ...
. * Not elastic: Rock cannot perfectly revert to its original shape after stress is removed. In order to model the behaviors of rock, a complex model that takes all the above characteristics into account is needed. There are many models modeling rock as a continuum using methods like
finite difference A finite difference is a mathematical expression of the form . If a finite difference is divided by , one gets a difference quotient. The approximation of derivatives by finite differences plays a central role in finite difference methods for t ...
,
finite element The finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat t ...
, and
boundary element method The boundary element method (BEM) is a numerical computational method of solving linear partial differential equations which have been formulated as integral equations (i.e. in ''boundary integral'' form), including fluid mechanics, acoustics, ele ...
s. One of the disadvantages is that the ability of modeling cracks and other discontinuities is usually limited in these models. Models that model rock as a discontinuum, using methods like discrete element and discrete fracture network methods, are also commonly employed. Combinations of both methods have also been developed. Numerical modeling enhances the understanding of mechanical processes in rock by conducting numerical experiments, and is useful for design and construction works.


Regional-scale


Thermochronology

Numerical modeling has been used to predict and describe the thermal history of the Earth's crust, which allows geologists to improve their interpretation of thermochronological data. Thermochronology can indicate the time at which a rock cooled below a particular temperature. Geologic events, like the development of a faults and surface erosion, can change the thermochronological pattern of samples collected on the surface, and it is possible to constrain the geologic events by these data. Numerical modeling can be used to predict the pattern. The difficulties of thermal modeling of the Earth's crust mainly involve the irregularity and the changes of the Earth's surface (mainly
erosion Erosion is the action of surface processes (such as water flow or wind) that removes soil, rock, or dissolved material from one location on the Earth's crust, and then transports it to another location where it is deposited. Erosion is distin ...
) through time. Therefore, in order to model the morphological changes of the Earth's surface, the models need to solve heat equations with boundary conditions that change with time and have irregular meshes.


= Pecube

= Pecube is one of the numerical models developed to predict the thermochronological pattern. It solves the following generalized heat transfer equation with
advection In the field of physics, engineering, and earth sciences, advection is the transport of a substance or quantity by bulk motion of a fluid. The properties of that substance are carried with it. Generally the majority of the advected substance is al ...
using finite element method. The first three terms on the right-hand side are the heat transferred by
conduction Conductor or conduction may refer to: Music * Conductor (music), a person who leads a musical ensemble, such as an orchestra. * Conductor (album), ''Conductor'' (album), an album by indie rock band The Comas * Conduction, a type of structured f ...
in x , y and z directions while A is the advection. \frac + u \frac + v \frac + w \frac = \frac \kappa \frac + \frac \kappa \frac + \frac \kappa \frac + A After the temperature field is constructed in the model, particle paths are traced and the cooling history of the particles can be obtained. The pattern of thermochronological age can then be computed.


Hydrogeology

In
hydrogeology Hydrogeology (''hydro-'' meaning water, and ''-geology'' meaning the study of the Earth) is the area of geology that deals with the distribution and movement of groundwater in the soil and rocks of the Earth's crust (commonly in aquif ...
, groundwater flow is often modeled numerically by the finite element method and finite difference method. These two methods have been shown to produce similar results if the mesh is fine enough.


= MODFLOW

= One of the well-known programs in modeling groundwater flow is
MODFLOW MODFLOW is the U.S. Geological Survey modular finite-difference flow model, which is a computer code that solves the groundwater flow equation. The program is used by hydrogeologists to simulate the flow of groundwater through aquifers. The sou ...
, developed by the
United States Geological Survey The United States Geological Survey (USGS), formerly simply known as the Geological Survey, is a scientific agency of the United States government. The scientists of the USGS study the landscape of the United States, its natural resources, ...
. It is a free and open-source program that uses the finite difference method as the framework to model groundwater conditions. The recent development of related programs offers more features, including: * Interactions between groundwater and surface-water systems * Transportation of
solute In chemistry, a solution is a special type of homogeneous mixture composed of two or more substances. In such a mixture, a solute is a substance dissolved in another substance, known as a solvent. If the attractive forces between the solvent ...
s * Flow of fluid with variable density, such as salt water * Compaction of aquifer systems * Subsidence of land * Management of groundwater


Crustal dynamics

The
rheology Rheology (; ) is the study of the flow of matter, primarily in a fluid ( liquid or gas) state, but also as "soft solids" or solids under conditions in which they respond with plastic flow rather than deforming elastically in response to an appl ...
(response of materials to stress) of crust and the lithosphere is complex, since a free surface (the land surface) and the
plasticity Plasticity may refer to: Science * Plasticity (physics), in engineering and physics, the propensity of a solid material to undergo permanent deformation under load * Neuroplasticity, in neuroscience, how entire brain structures, and the brain it ...
and
elasticity Elasticity often refers to: *Elasticity (physics), continuum mechanics of bodies that deform reversibly under stress Elasticity may also refer to: Information technology * Elasticity (data store), the flexibility of the data model and the cl ...
of the crustal materials need to be considered. Most of the models use finite element methods with a Lagrangian mesh. One usage is the study of deformation and kinematics of
subduction Subduction is a geological process in which the oceanic lithosphere is recycled into the Earth's mantle at convergent boundaries. Where the oceanic lithosphere of a tectonic plate converges with the less dense lithosphere of a second plate, the ...
.


= FLAC

= The Fast Lagrangian Analysis of Continua (FLAC) is one of the most popular approaches in modeling crustal dynamics. The approach is ''fast'' as it solves the equations of
momentum In Newtonian mechanics, momentum (more specifically linear momentum or translational momentum) is the product of the mass and velocity of an object. It is a vector quantity, possessing a magnitude and a direction. If is an object's mass an ...
and continuity without using a matrix, hence it is fast but time steps must be small enough. The approach has been used in 2D, 2.5D, and 3D studies of crustal dynamics, in which the 2.5D results were generated by combining multiple slices of two-dimensional results.


Global-scale


Mantle convection

There are many attempts to model mantle convection.
Finite element The finite element method (FEM) is a popular method for numerically solving differential equations arising in engineering and mathematical modeling. Typical problem areas of interest include the traditional fields of structural analysis, heat t ...
, finite volume,
finite difference A finite difference is a mathematical expression of the form . If a finite difference is divided by , one gets a difference quotient. The approximation of derivatives by finite differences plays a central role in finite difference methods for t ...
and
spectral method Spectral methods are a class of techniques used in applied mathematics and scientific computing to numerically solve certain differential equations. The idea is to write the solution of the differential equation as a sum of certain " basis functio ...
s have all been used in modeling mantle convection, and almost every model used an Eulerian grid. Due to the simplicity and speed of the finite-difference and spectral methods, they were used in some early models, but finite-element or finite volume methods were generally adopted in the 2010s. Many benchmark papers have investigated the validity of these numerical models. Current approaches mostly uses a fixed and uniform grid. Grid refinement, in which the size of the elements is reduced in the part that requires more accurate approximation, is possibly the direction of future development in numerical modeling of mantle convection.


= Finite difference approach

= In the 1960s to 1970s, mantle convection models using the finite difference approach usually used second-order
finite differences A finite difference is a mathematical expression of the form . If a finite difference is divided by , one gets a difference quotient. The approximation of derivatives by finite differences plays a central role in finite difference methods for the ...
.
Stream function The stream function is defined for incompressible flow, incompressible (divergence-free) fluid flow, flows in two dimensions – as well as in three dimensions with axisymmetry. The flow velocity components can be expressed as the derivatives of t ...
s were used to remove the effect of pressure and reduce the complexity of the algorithm. Due to the advancement in computer technology, finite differences with higher order terms are now used to generate a more accurate result.


= Finite volume approach

= Mantle convection modeled by finite volume approach is often based on the balance between pressure and
momentum In Newtonian mechanics, momentum (more specifically linear momentum or translational momentum) is the product of the mass and velocity of an object. It is a vector quantity, possessing a magnitude and a direction. If is an object's mass an ...
. The equations derived are the same as the finite difference approach using a grid with staggered velocity and pressure, in which the values of velocity and the pressure of each element are located at different points. This approach can maintain the coupling between velocity and pressure. Multiple codes are developed based on this finite difference/finite volume approach. In modeling three-dimensional geometry of the Earth, since the parameters of mantles vary at different scales,
multigrid In numerical analysis, a multigrid method (MG method) is an algorithm for solving differential equations using a hierarchy of discretizations. They are an example of a class of techniques called multiresolution methods, very useful in problems exhi ...
, which means using different grid sizes for different variables, is applied to overcome the difficulties. Examples include the cubed sphere grid, 'Yin-Yang' grid, and spiral grid.


= Finite element approach

= In the finite element approach,
stream function The stream function is defined for incompressible flow, incompressible (divergence-free) fluid flow, flows in two dimensions – as well as in three dimensions with axisymmetry. The flow velocity components can be expressed as the derivatives of t ...
s are also often used to reduce the complexity of the equations. ConMan, modeling two-dimensional incompressible flow in the mantle, was one of the popular codes for modeling mantle convection in the 1990s. Citcom, an Eulerian mutlgrid finite element model, is one of the most popular programs to model mantle convection in 2D and 3D.


= Spectral method

= The spectral method in mantle convection breaks down the three-dimensional governing equation into several one-dimensional equations, which solves the equations much faster. It was one of the popular approaches in early models of mantle convection. Many program were developed using this method during the 1980s to early 2000s. However, the lateral changes of viscosity of mantle are difficult to manage in this approach, and other methods became more popular in the 2010s.


Plate tectonics

Plate tectonics Plate tectonics (from the la, label=Late Latin, tectonicus, from the grc, τεκτονικός, lit=pertaining to building) is the generally accepted scientific theory that considers the Earth's lithosphere to comprise a number of large ...
is a theory suggesting that the Earth's
lithosphere A lithosphere () is the rigid, outermost rocky shell of a terrestrial planet or natural satellite. On Earth, it is composed of the crust (geology), crust and the portion of the upper mantle (geology), mantle that behaves elastically on time sca ...
is essentially composed of plates floating on the mantle. The mantle convection model is fundamental in modeling the plates floating on it, and there are two major approaches to incorporate the plates into this model: rigid-block approach and rheological approach. The rigid-block approach assumes the plates are rigid, which means the plates keep their shape and do not deform, just like some wooden blocks floating on water. In contrast, the rheological approach models the plates as a highly viscous fluid in which the equations applied to the lithosphere beneath also apply to the plates on top.


Geodynamo

Numerical models have been made to verify the geodynamo theory, a theory that posits that the geomagnetic field is generated by the motion of conductive iron and nickel fluid in the Earth's
core Core or cores may refer to: Science and technology * Core (anatomy), everything except the appendages * Core (manufacturing), used in casting and molding * Core (optical fiber), the signal-carrying portion of an optical fiber * Core, the central ...
. Modeling of the flow of Earth's liquid outer core is difficult because: * the
Coriolis effect In physics, the Coriolis force is an inertial or fictitious force that acts on objects in motion within a frame of reference that rotates with respect to an inertial frame. In a reference frame with clockwise rotation, the force acts to the ...
due to the Earth's rotation cannot be ignored * the
magnetic field A magnetic field is a vector field that describes the magnetic influence on moving electric charges, electric currents, and magnetic materials. A moving charge in a magnetic field experiences a force perpendicular to its own velocity and to ...
generated will also generate
Lorentz force In physics (specifically in electromagnetism) the Lorentz force (or electromagnetic force) is the combination of electric and magnetic force on a point charge due to electromagnetic fields. A particle of charge moving with a velocity in an elect ...
, which will affect the motion of the conductive fluid in the liquid outer core * the low
viscosity The viscosity of a fluid is a measure of its resistance to deformation at a given rate. For liquids, it corresponds to the informal concept of "thickness": for example, syrup has a higher viscosity than water. Viscosity quantifies the inte ...
of liquid
iron Iron () is a chemical element with symbol Fe (from la, ferrum) and atomic number 26. It is a metal that belongs to the first transition series and group 8 of the periodic table. It is, by mass, the most common element on Earth, right in f ...
makes the fluid flow hard to model Most of the models use the
spectral method Spectral methods are a class of techniques used in applied mathematics and scientific computing to numerically solve certain differential equations. The idea is to write the solution of the differential equation as a sum of certain " basis functio ...
to simulate the geodynamo, for example the Glatzmaier-Roberts model. Finite difference method has also been used in the model by Kageyama and Sato. Some study also tried other methods, like finite volume and finite element methods.


Seismology

Finite difference methods have been widely used in simulations of the propagation of
seismic wave A seismic wave is a wave of acoustic energy that travels through the Earth. It can result from an earthquake, volcanic eruption, magma movement, a large landslide, and a large man-made explosion that produces low-frequency acoustic energy. S ...
s. However, due to limitations in computation power, in some models, the spacing of the mesh is too large (compared with the wavelength of the seismic waves) so that the results are inaccurate due to ''grid dispersion'', in which the seismic waves with different frequencies separate. Some researchers suggest using the spectral method to model seismic wave propagation.


Errors and limitations


Sources of error

While numerical modeling provides accurate quantitative estimation to geological problems, there is ''always'' a difference between the actual observation and the modeling results due to: * the simplification of the actual problem when building the numerical model. Since numerous factors can affect a geological system, it is nearly impossible to take everything into account. Therefore, a numerical model usually simplifies the actual system by omitting the less significant factors. For instance, the Earth is often modeled as a sphere, despite the undulation of Earth's surface. * the approximations or idealizations of the governing equations. Many objects in nature are complex. It is impossible to capture all the characteristics using equations. For instance, rocks are
discontinuous Continuous functions are of utmost importance in mathematics, functions and applications. However, not all Function (mathematics), functions are Continuous function, continuous. If a function is not continuous at a point in its Domain of a function ...
, but modeling rock as a continuous material is reasonable at large scale as it describes the properties accurately enough. * the approximations in the discretization process. Since the governing equations in the model cannot be solved directly, approximations to these equations are made using discretization and numerical methods. * the uncertainty in physical parameters. For example, the models of the
viscosity The viscosity of a fluid is a measure of its resistance to deformation at a given rate. For liquids, it corresponds to the informal concept of "thickness": for example, syrup has a higher viscosity than water. Viscosity quantifies the inte ...
of mantle and core are not accurate.


Limitations

Apart from the errors, there are some limitations in using numerical models: * Users of the models need a high level of knowledge and experience to prevent misuse and misinterpretation of results.


See also

*
Geologic modeling Geologic modelling, geological modelling or geomodelling is the applied science of creating computerized representations of portions of the Earth's crust based on geophysical and geological observations made on and below the Earth surface. A g ...
*
Numerical analysis Numerical analysis is the study of algorithms that use numerical approximation (as opposed to symbolic computation, symbolic manipulations) for the problems of mathematical analysis (as distinguished from discrete mathematics). It is the study of ...


References

{{Reflist, 30em Geological techniques