Technique to solve geological problems by computational simulation
In geology, numerical modeling is a widely applied technique to tackle complex geological problems by computational simulation of geological scenarios.
Numerical modeling uses mathematical models to describe the physical conditions of geological scenarios using numbers and equations.[2] Nevertheless, some of their equations are difficult to solve directly, such as partial differential equations. With numerical models, geologists can use methods, such as finite difference methods, 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.[2] Both qualitative and quantitative understanding of a variety of geological processes can be developed via these experiments.[3]
Numerical modelling has been used to assist in the study of rock mechanics, 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 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,[4][5] for instance, to model the formation of thrust belts.[6] Simple analytic or semi-analytic mathematical models were also used to deal with relatively simple geological problems quantitatively.[2]
In the late 1960s to 1970s, following the development of finite-element methods in solving continuum mechanics problems for civil engineering, numerical methods were adapted for modeling complex geological phenomena,[5][7] for example, folding[8][9] and mantle convection.[10] With advances in computer technology, the accuracy of numerical models has been improved.[2] Numerical modeling has become an important tool for tackling geological problems,[2] especially for the parts of the Earth that are difficult to observe directly, such as the mantle and core. 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.[11]
Components
A general numerical model study usually consists of the following components:[12][2]
Mathematical model is a simplified description of the geological problem, such as equations and boundary conditions.[2] These governing equations of the model are often partial differential equations that are difficult to solve directly since it involves the derivative of the function,[13] for example, the wave equation.[2]
Discretization methods and numerical methods convert those governing equations in the mathematical models to discrete equations.[2] These discrete equations can approximate the solution of the governing equations.[2] Common methods include the finite element, finite difference, or finite volume method that subdivide the object of interest into smaller pieces (element) by mesh. These discrete equations can then be solved in each element numerically.[2] The discrete element method 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.[2]
Interpretations are made from the solutions given by the numerical models.[2]
Properties
A good numerical model usually has some of the following properties:[12][2]
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.[2]
Stable: In a stable numerical model, the error during the computation of the numerical methods does not amplify.[2] 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.[2]
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.[2]
Conserved: The physical quantities in the models, such as mass and momentum, are conserved.[2] Since the equations in the mathematical models are usually derived from various conservation laws, the model result should not violate these premises.[2]
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.[2]
Accurate: The solution given by the numerical models is close to the real solution predicted by the mathematical model.[2]
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 description). Then, governing equations that describe the geological problems are written, for example, the heat equations 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.
In numerical models and mathematical models, there are two different approaches to describe the motion of matter: Eulerian and Lagrangian.[14] 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.[2] 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.[15]
Eulerian
The Eulerian approach considers the changes of the physical quantities, such as mass and velocity, of a fixed location with time.[14] 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.[16]
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.[14] 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.[16]
Kinematic descriptions
Eulerian approach In the figure, the orange box indicates the area of interest. In the Eulerian approach, the location of the red box is fixed, while the change of color of that box illustrates the changing value at that position.
Lagrangian approach. In the figure, the orange box indicates the area of interest. In the Lagrangian approach, the location of the red box is not fixed, it moves over time. The area of interest is always the same element.
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 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.[17] This equation is commonly used in numerical modeling in geology.[17]
One example is the continuity equation of mass of fluid. Based on the law of conservation of mass, for a fluid with density at position in a fixed volume of fluid, the rate of change of mass is equal to the outward fluid flow across the boundary :
where is the volume element and is the velocity at .
The discrete element method uses another approach. The object is considered an assemblage of small particles.[19]
Finite element method
The finite element method 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 equations are then approximated by simpler element equations, usually polynomials.[2][20][21] 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.[2][20][21] This method is commonly used to solve mechanical problems.[21] The following are the general steps of using the finite element method:[21]
Select the element type and subdivide the object. Common element types include triangular, quadrilateral, tetrahedral, etc.[21] 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 functions are commonly used.[21]
Decide the displacement-strain relation. The displacement of the element changes or deforms the element's shape in what is technically called strain. This relation calculates how much strain the element experienced due to the displacement.[21]
Decide the strain-stress relation. The deformation of the element induces stress to the element, which is the force 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.[21]
Derive equations of stiffness and stiffness matrix for elements. The stress also causes the element to deform; the stiffness (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 form for simpler operation during calculation.[21]
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.[21]
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.[21]
Solve for displacement. As time evolves, the displacement of the elements are solved step by step.[21]
Solve for strains and stress. After the displacement is calculated, the strains and stress are computed using the relations in steps 3 and 4.[21]
Spectral method
The spectral method is similar to the finite element method.[22][23] The major difference is that spectral method uses basis functions, possibly by using a Fast Fourier Transformation (FFT) that approximates the function by the sum of numerous simple functions.[22][23] These kinds of basis functions can then be applied to the whole domain and approximate the governing partial differential equations.[2][22][23] Therefore, each calculation takes the information from the whole domain into account while the finite element method only takes the information from the neighborhood.[22][23] As a result, the spectral method converges exponentially and is suitable for solving problems involving a high variability in time or space.[22][23]
Finite volume method
The finite volume method 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.[2][24] The equations used are usually based on the conservation or balance of physical quantities, like mass and energy.[24][25]
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.[2][24][25]
Ignore the terms with higher than 4th power of , then:[30]
The above is the central-difference approximation of the derivatives,[30] which can also be approximated by forward-difference:
or backward-difference:
The accuracy of the finite differences can be improved when more higher order terms are used.
Discrete element method
The discrete element method, 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.[19] This method was developed to simulate rock mechanics problems at the beginning.[19][31]
The main idea of this method is to model the objects as an assemblage of smaller particles,[19] 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.[19] This model is relatively computationally intensive, as a large quantity of particles needs to be used,[19] especially for large-scale models, like a slope.[32] 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.[33][34][35]
Numerical modeling has been widely applied in different fields of rock mechanics.[3] Rock is a material that is difficult to model because rock are usually:[3]
Discontinuous: There are numerous fractures and micro-fractures in a rock mass[37] and the space in the rock mass maybe filled with other substances like air and water.[3] A complex model is needed to fully capture these discontinuities, since the discontinuities have great effects on the rock mass.[3]
Anisotropic: The properties of rock mass, such as permeability (the ability to allow fluid to flow through), may vary in different directions.[3][37]
Inhomogeneous: The properties of different portions of the rock mass may be different.[3][37] For example, the physical properties of quartz grains and feldspar grains are different in granite.[38][39]
Not elastic: Rock cannot perfectly revert to its original shape after stress is removed.[37][3]
In order to model the behaviors of rock, a complex model that takes all the above characteristics into account is needed.[3] There are many models modeling rock as a continuum using methods like finite difference, finite element, and boundary element methods. One of the disadvantages is that the ability of modeling cracks and other discontinuities is usually limited in these models.[40] Models that model rock as a discontinuum, using methods like discrete element and discrete fracture network methods, are also commonly employed.[3][35] Combinations of both methods have also been developed.[3]
Numerical modeling enhances the understanding of mechanical processes in rock by conducting numerical experiments, and is useful for design and construction works.[3]
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.[41] Thermochronology can indicate the time at which a rock cooled below a particular temperature.[42] 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.[42] 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) 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.[43]
Pecube
Pecube is one of the numerical models developed to predict the thermochronological pattern.[43] It solves the following generalized heat transfer equation with advection using finite element method.[41] The first three terms on the right-hand side are the heat transferred by conduction in , and directions while is the advection.
After the temperature field is constructed in the model, particle paths are traced and the cooling history of the particles can be obtained.[41] The pattern of thermochronological age can then be computed.[41]
In hydrogeology, groundwater flow is often modeled numerically by the finite element method[46][47][48] and finite difference method.[49] These two methods have been shown to produce similar results if the mesh is fine enough.[50][51]
MODFLOW
One of the well-known programs in modeling groundwater flow is MODFLOW, developed by the United States Geological Survey. 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:[52][53]
Interactions between groundwater and surface-water systems[52]
The rheology (response of materials to stress) of crust and the lithosphere is complex, since a free surface (the land surface) and the plasticity and elasticity of the crustal materials need to be considered.[2] Most of the models use finite element methods with a Lagrangian mesh.[2] One usage is the study of deformation and kinematics of subduction.[54][55]
FLAC
The Fast Lagrangian Analysis of Continua (FLAC) is one of the most popular approaches in modeling crustal dynamics.[2] The approach is fast as it solves the equations of momentum and continuity without using a matrix, hence it is fast but time steps must be small enough.[56] The approach has been used in 2D,[57][58][59] 2.5D,[60] and 3D[61] studies of crustal dynamics, in which the 2.5D results were generated by combining multiple slices of two-dimensional results.[2]
Global-scale
Mantle convection
There are many attempts to model mantle convection.
Finite element,[65]finite volume, finite difference[66] and spectral methods have all been used in modeling mantle convection, and almost every model used an Eulerian grid.[2] 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.[2] Many benchmark papers have investigated the validity of these numerical models.[2][67][68][69][70][71][72] Current approaches mostly uses a fixed and uniform grid.[2] 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.[2][73]
Finite difference approach
In the 1960s to 1970s, mantle convection models using the finite difference approach usually used second-order finite differences.[2][67]Stream functions were used to remove the effect of pressure and reduce the complexity of the algorithm.[2] Due to the advancement in computer technology, finite differences with higher order terms are now used to generate a more accurate result.[2][74]
Finite volume approach
Mantle convection modeled by finite volume approach is often based on the balance between pressure and momentum. 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.[2] This approach can maintain the coupling between velocity and pressure.[2]
Multiple codes are developed based on this finite difference/finite volume approach.[2][75][76][77][78][66][79] In modeling three-dimensional geometry of the Earth, since the parameters of mantles vary at different scales, multigrid, which means using different grid sizes for different variables, is applied to overcome the difficulties.[2] Examples include the cubed sphere grid,[80][81] 'Yin-Yang' grid,[82][83][84] and spiral grid.[85]
Finite element approach
In the finite element approach, stream functions are also often used to reduce the complexity of the equations.[2] ConMan,[86] modeling two-dimensional incompressible flow in the mantle, was one of the popular codes for modeling mantle convection in the 1990s.[87][2]Citcom, an Eulerian mutlgrid finite element model, is one of the most popular programs[2] to model mantle convection in 2D[88] and 3D.[89]
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.[2] Many program were developed using this method during the 1980s to early 2000s.[2][90][91][92][93][94][95][96] However, the lateral changes of viscosity of mantle are difficult to manage in this approach, and other methods became more popular in the 2010s.[2]
Plate tectonics
Plate tectonics is a theory suggesting that the Earth's lithosphere is essentially composed of plates floating on the mantle.[97] 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.[2] 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.[2]
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.[2][98]
Modeling of the flow of Earth's liquid outer core is difficult because:[2]
the Coriolis effect due to the Earth's rotation cannot be ignored
the magnetic field generated will also generate Lorentz force, which will affect the motion of the conductive fluid in the liquid outer core
the low viscosity of liquid iron makes the fluid flow hard to model
Most of the models use the spectral method to simulate the geodynamo,[2][99] for example the Glatzmaier-Roberts model.[100][101] Finite difference method has also been used in the model by Kageyama and Sato.[99][102] Some study also tried other methods, like finite volume[103] and finite element methods.[104]
Seismology
Finite difference methods have been widely used in simulations of the propagation of seismic waves.[106][107][108] 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.[106][109] Some researchers suggest using the spectral method to model seismic wave propagation.[106][110]
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:[2]
the simplification of the actual problem when building the numerical model.[2] 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.[2] Many objects in nature are complex. It is impossible to capture all the characteristics using equations. For instance, rocks are discontinuous, 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.[2] 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.[2] For example, the models of the viscosity of mantle and core are not accurate.[111]
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.[112]
^ abcdefghijklJing, L. (2003). "A review of techniques, advances and outstanding issues in numerical modelling for rock mechanics and rock engineering". International Journal of Rock Mechanics and Mining Sciences. 40 (3): 283–353. Bibcode:2003IJRMM..40..283J. doi:10.1016/s1365-1609(03)00013-3.
^Zhong, S.; Yuen, D. A.; Moresi, L. N.; Schubert, G (2007). "Numerical methods for mantle convection". Treatise in Geophysics. Bibcode:2007mady.book..227Z.
^Turcotte, D. L.; Torrance, K. E.; Hsui, A. T. (1973). "Convection in the earth's mantle". Methods in Computational Physics. Methods in Computational Physics: Advances in Research and Applications. Vol. 13. New York: Academic Press. pp. 431–454. Bibcode:1973mcpr...13..431T. doi:10.1016/B978-0-12-460813-9.50016-3. ISBN9780124608139.
^"D. Matrix Powers and Exponentials". Finite Difference Methods for Ordinary and Partial Differential Equations. Other Titles in Applied Mathematics. Society for Industrial and Applied Mathematics. 2007-01-01. pp. 285–310. doi:10.1137/1.9780898717839.appd. ISBN9780898716290.
^Morton, K. W.; Mayers, D. F. (2005-04-11). Numerical Solution of Partial Differential Equations: An Introduction. Cambridge University Press. ISBN9781139443203.
^ abcdSmith, Gordon D. (1985). Numerical Solution of Partial Differential Equations: Finite Difference Methods. Clarendon Press. ISBN9780198596509.
^Potyondy, D. O.; Cundall, P. A. (2004-12-01). "A bonded-particle model for rock". International Journal of Rock Mechanics and Mining Sciences. Rock Mechanics Results from the Underground Research Laboratory, Canada. 41 (8): 1329–1364. Bibcode:2004IJRMM..41.1329P. doi:10.1016/j.ijrmms.2004.09.011. S2CID131601997.
^Zhang, Xiao-Ping; Wong, Louis Ngai Yuen (2013-09-01). "Crack Initiation, Propagation and Coalescence in Rock-Like Material Containing Two Flaws: a Numerical Study Based on Bonded-Particle Model Approach". Rock Mechanics and Rock Engineering. 46 (5): 1001–1021. Bibcode:2013RMRE...46.1001Z. doi:10.1007/s00603-012-0323-1. ISSN0723-2632. S2CID129821946.
^ abZhang, Xiao-Ping; Wong, Louis Ngai Yuen (2012-09-01). "Cracking Processes in Rock-Like Material Containing a Single Flaw Under Uniaxial Compression: A Numerical Study Based on Parallel Bonded-Particle Model Approach". Rock Mechanics and Rock Engineering. 45 (5): 711–737. Bibcode:2012RMRE...45..711Z. doi:10.1007/s00603-011-0176-z. ISSN0723-2632. S2CID140699474.
^Wu, Zhijun; Wong, Louis Ngai Yuen (2012). "Frictional crack initiation and propagation analysis using the numerical manifold method". Computers and Geotechnics. 39: 38–53. Bibcode:2012CGeot..39...38W. doi:10.1016/j.compgeo.2011.08.011.
^ abcdBraun, Jean; van der Beek, Peter; Valla, Pierre; Robert, Xavier; Herman, Frédéric; Glotzbach, Christoph; Pedersen, Vivi; Perry, Claire; Simon-Labric, Thibaud (2012-02-20). "Quantifying rates of landscape evolution and tectonic processes by thermochronology and numerical modeling of crustal heat transport using PECUBE". Tectonophysics. 524 (Supplement C): 1–28. Bibcode:2012Tectp.524....1B. doi:10.1016/j.tecto.2011.12.035.
^ abcdeBraun, Jean (2003-07-01). "Pecube: a new finite-element code to solve the 3D heat transport equation including the effects of a time-varying, finite amplitude surface topography". Computers & Geosciences. 29 (6): 787–794. Bibcode:2003CG.....29..787B. doi:10.1016/S0098-3004(03)00052-9.
^ abBraun, Jean; Beek, Peter van der; Valla, Pierre; Robert, Xavier; Herman, Frédéric; Glotzbach, Christoph; Pedersen, Vivi; Perry, Claire; Simon-Labric, Thibaud (2012). "Quantifying rates of landscape evolution and tectonic processes by thermochronology and numerical modeling of crustal heat transport using PECUBE". Tectonophysics. 524–525: 1–28. Bibcode:2012Tectp.524....1B. doi:10.1016/j.tecto.2011.12.035.
^Diersch, Hans-Jörg G. (2013-11-22). FEFLOW: Finite Element Modeling of Flow, Mass and Heat Transport in Porous and Fractured Media. Springer Science & Business Media. ISBN9783642387395.
^Huyakorn, Peter S. (2012-12-02). Computational Methods in Subsurface Flow. Academic Press. ISBN9780323137973.
^Pinder, George F.; Gray, William G. (2013-09-03). Finite Element Simulation in Surface and Subsurface Hydrology. Elsevier. ISBN9781483270425.
^Irwin., Remson; M., Hornberger, George; J., Molz, Fred (1971). "Numerical methods in subsurface hydrology". AGRIS: International Information System for the Agricultural Science and Technology.{{cite journal}}: CS1 maint: multiple names: authors list (link)
^Anderson, Mary P.; Woessner, William W.; Hunt, Randall J. (2015-08-13). Applied Groundwater Modeling: Simulation of Flow and Advective Transport. Academic Press. ISBN9780080916385.
^Poliakov, A. N. B; van Balen, R; Podladchikov, Yu; Daudre, B; Cloetingh, S; Talbot, C (1993-11-15). "Numerical analysis of how sedimentation and redistribution of surficial sediments affects salt diapirism". Tectonophysics. The origin of sedimentary basins: Inferences from quantitative modelling and basin analysis. 226 (1): 199–216. Bibcode:1993Tectp.226..199P. doi:10.1016/0040-1951(93)90118-4.
^Poliakov, A. N. B.; Podladchikov, Yu.; Talbot, C. (1993-12-30). "Initiation of salt diapirs with frictional overburdens: numerical experiments". Tectonophysics. 228 (3): 199–210. Bibcode:1993Tectp.228..199P. doi:10.1016/0040-1951(93)90341-G.
^Poliakov, A. N. B.; Cundall, P. A.; Podladchikov, Y. Y.; Lyakhovsky, V. A. (1993). Flow and Creep in the Solar System: Observations, Modeling and Theory. NATO ASI Series. Springer, Dordrecht. pp. 175–195. doi:10.1007/978-94-015-8206-3_12. ISBN9789048142453.
^Sobolev, S. V.; Petrunin, A.; Garfunkel, Z.; Babeyko, A. Y. (2005-09-30). "Thermo-mechanical model of the Dead Sea Transform". Earth and Planetary Science Letters. 238 (1): 78–95. Bibcode:2005E&PSL.238...78S. doi:10.1016/j.epsl.2005.06.058.
^Choi, Eun-seo; Lavier, Luc; Gurnis, Michael (2008-12-01). "Thermomechanics of mid-ocean ridge segmentation". Physics of the Earth and Planetary Interiors. Recent Advances in Computational Geodynamics: Theory, Numerics and Applications. 171 (1): 374–386. Bibcode:2008PEPI..171..374C. doi:10.1016/j.pepi.2008.08.010.
^ abGerya, Taras V.; Yuen, David A. (2003-12-30). "Characteristics-based marker-in-cell method with conservative finite-differences schemes for modeling geological flows with strongly variable transport properties". Physics of the Earth and Planetary Interiors. 140 (4): 293–318. Bibcode:2003PEPI..140..293G. doi:10.1016/j.pepi.2003.09.006.
^Travis, B. J.; Anderson, C.; Baumgardner, J.; Gable, C. W.; Hager, B. H.; O'Connell, R. J.; Olson, P.; Raefsky, A.; Schubert, G. (1990-12-01). "A benchmark comparison of numerical methods for infinite Prandtl number thermal convection in two-dimensional Cartesian geometry". Geophysical & Astrophysical Fluid Dynamics. 55 (3–4): 137–160. Bibcode:1990GApFD..55..137T. doi:10.1080/03091929008204111. ISSN0309-1929.
^Busse, F. H.; Christensen, U.; Clever, R.; Cserepes, L.; Gable, C.; Giannandrea, E.; Guillou, L.; Houseman, G.; Nataf, H. C. (1994-08-01). "3D convection at infinite Prandtl number in Cartesian geometry — a benchmark comparison". Geophysical & Astrophysical Fluid Dynamics. 75 (1): 39–59. Bibcode:1994GApFD..75...39B. doi:10.1080/03091929408203646. ISSN0309-1929.
^Stemmer, K.; Harder, H.; Hansen, U. (2006-08-31). "A new method to simulate convection with strongly temperature- and pressure-dependent viscosity in a spherical shell: Applications to the Earth's mantle". Physics of the Earth and Planetary Interiors. 157 (3): 223–249. Bibcode:2006PEPI..157..223S. doi:10.1016/j.pepi.2006.04.007.
^Larsen, Tine B.; Yuen, David A.; Moser, Jiří; Fornberg, Bengt (1997-04-01). "A high-order finite-difference method applied to large Rayleigh number mantle convection". Geophysical & Astrophysical Fluid Dynamics. 84 (1–2): 53–83. Bibcode:1997GApFD..84...53L. doi:10.1080/03091929708208973. ISSN0309-1929.
^Trompert, R. A.; Hansen, U. (1996-12-01). "The application of a finite volume multigrid method to three-dimensional flow problems in a highly viscous fluid with a variable viscosity". Geophysical & Astrophysical Fluid Dynamics. 83 (3–4): 261–291. Bibcode:1996GApFD..83..261T. doi:10.1080/03091929608208968. ISSN0309-1929.
^Albers, Michael (2000-05-01). "A Local Mesh Refinement Multigrid Method for 3-D Convection Problems with Strongly Variable Viscosity". Journal of Computational Physics. 160 (1): 126–150. Bibcode:2000JCoPh.160..126A. doi:10.1006/jcph.2000.6438.
^Gerya, Taras V.; Yuen, David A. (2007-08-15). "Robust characteristics method for modelling multiphase visco-elasto-plastic thermo-mechanical problems". Physics of the Earth and Planetary Interiors. Computational Challenges in the Earth Sciences. 163 (1): 83–105. Bibcode:2007PEPI..163...83G. doi:10.1016/j.pepi.2007.04.015.
^Choblet, Gaël (2005-05-01). "Modelling thermal convection with large viscosity gradients in one block of the 'cubed sphere'". Journal of Computational Physics. 205 (1): 269–291. Bibcode:2005JCoPh.205..269C. doi:10.1016/j.jcp.2004.11.005.
^Hernlund, John W.; Tackley, Paul J. (2008-12-01). "Modeling mantle convection in the spherical annulus". Physics of the Earth and Planetary Interiors. Recent Advances in Computational Geodynamics: Theory, Numerics and Applications. 171 (1): 48–54. Bibcode:2008PEPI..171...48H. doi:10.1016/j.pepi.2008.07.037.
^Kameyama, Masanori; Kageyama, Akira; Sato, Tetsuya (2008). "Multigrid-based simulation code for mantle convection in spherical shell using Yin–Yang grid". Physics of the Earth and Planetary Interiors. 171 (1–4): 19–32. Bibcode:2008PEPI..171...19K. doi:10.1016/j.pepi.2008.06.025.
^Tackley, Paul J. (2008). "Modelling compressible mantle convection with large viscosity contrasts in a three-dimensional spherical shell using the yin-yang grid". Physics of the Earth and Planetary Interiors. 171 (1–4): 7–18. Bibcode:2008PEPI..171....7T. doi:10.1016/j.pepi.2008.08.005.
^King, Scott D.; Raefsky, Arthur; Hager, Bradford H. (1990-01-01). "Conman: vectorizing a finite element code for incompressible two-dimensional convection in the Earth's mantle". Physics of the Earth and Planetary Interiors. 59 (3): 195–207. Bibcode:1990PEPI...59..195K. doi:10.1016/0031-9201(90)90225-M.
^Moresi, Louis; Gurnis, Michael (1996-02-01). "Constraints on the lateral strength of slabs from three-dimensional dynamic flow models". Earth and Planetary Science Letters. 138 (1): 15–28. Bibcode:1996E&PSL.138...15M. doi:10.1016/0012-821X(95)00221-W.
^Cserepes, L.; Rabinowicz, M.; Rosemberg-Borot, C. (1988-10-10). "Three-dimensional infinite Prandtl number convection in one and two layers with implications for the Earth's gravity field". Journal of Geophysical Research: Solid Earth. 93 (B10): 12009–12025. Bibcode:1988JGR....9312009C. doi:10.1029/JB093iB10p12009. ISSN2156-2202.
^Gable, Carl W.; O'Connell, Richard J.; Travis, Bryan J. (1991-05-10). "Convection in three dimensions with surface plates: Generation of toroidal flow". Journal of Geophysical Research: Solid Earth. 96 (B5): 8391–8405. Bibcode:1991JGR....96.8391G. doi:10.1029/90JB02743. ISSN2156-2202.
^ abChristensen, U.R.; Aubert, J.; Cardin, P.; Dormy, E.; Gibbons, S.; Glatzmaier, G.A.; Grote, E.; Honkura, Y.; Jones, C. (2001). "A numerical dynamo benchmark". Physics of the Earth and Planetary Interiors. 128 (1–4): 25–34. Bibcode:2001PEPI..128...25C. doi:10.1016/s0031-9201(01)00275-8.
^Glatzmaier, Gary A.; Roberts, Paul H. (1995). "A three-dimensional convective dynamo solution with rotating and finitely conducting inner core and mantle". Physics of the Earth and Planetary Interiors. 91 (1–3): 63–75. Bibcode:1995PEPI...91...63G. doi:10.1016/0031-9201(95)03049-3.
^Soward, Andrew M. (2002-11-28). Magnetohydrodynamics and the Earth's Core: Selected Works by Paul Roberts. CRC Press. ISBN9780415272223.
^Chan, Kit H.; Zhang, Keke; Li, Ligang; Liao, Xinhao (2007). "A new generation of convection-driven spherical dynamos using EBE finite element method". Physics of the Earth and Planetary Interiors. 163 (1–4): 251–265. Bibcode:2007PEPI..163..251C. doi:10.1016/j.pepi.2007.04.017.
^Stead, D.; Eberhardt, E.; Coggan, J.S. (2006). "Developments in the characterization of complex rock slope deformation and failure using numerical modelling techniques". Engineering Geology. 83 (1–3): 217–235. Bibcode:2006EngGe..83..217S. doi:10.1016/j.enggeo.2005.06.033.