430 likes | 442 Views
This book provides an overview of continuum mechanics and its applications in the field of geoscience. It covers topics such as stress, strain, stretching, and constitutive relationships, using examples and exercises to enhance understanding. The text is written in a clear and concise manner, making it accessible to both students and professionals in the field.
E N D
The Australian Computational Earth Systems Simulator (ACcESS) Multi-Scale Behaviour in the Geo-Science II: Introduction to Continuum Mechanics and Geological Applications by Hans Mühlhaus
Overview Introduction 1D relationships Statics and kinematics Stress, Strain, Stretching, Spin, Objective Variables, Constitutive Relationships, stress equilibrium Level set method Outline, upwinding (Taylor Galerkin), two step methods, examples Exercises
Displacement, Strain and Stretching Strain: f2 (Force) u2 (displacement) L=L0+u2 (length after application of force f2) Stretching: x2 Where L0 (initial length) x1
1D Force and Stress Equilibrium x2 x1 The sum of all vertical forces must vanish for force equilibrium: Constitutive Relationship (Hooke’s law) Thus
1D Constitutive Relations and Balance Equations More Constitutive Relationships: Newtonian Creep Insert into stress equilibrium: Considering the definition of the material time derivative:
1D Constitutive Relations and Balance Equations C is a Concentration, R is a Reaction Term (e.g. Mass Source), qi Flux of Concentration Change of concentration due to change of size x2 Assumption: x3 Thus: x1 Example 2: Heat Equation Thermal conductivity Heat source (radioactive decay) Heat capacity
Governing Equations Stretching: Stress Equilibrium: Einstein’s summation convention: Heat Equation:
Governing equations Stress Equilibrium Heat Equation Melt viscosity for magma with 0.65% water content Here we use: with
2nd talk: Volcano modelling Montserrat, West Indies
Intraplate: Hotspots • Anomalous areas of volcanism • Mantle plumes • Ocean: low-viscosity basaltic magmas, Hawaiian Islands • Continental: high silica (high viscosity) rhyolites, Yellowstone • Little information on magma source
VolcanoFacts • 1511 known eruptions in last 10000 years • 238000 deaths in last 400 years • Biggest eruption: Yellowstone, USA (2500km3) • Potential problem: Vesuvius, Italy Poorly understood natural phenomena with approximately 30 eruptions in any given year. Volcanoes also produce many natural resources such as important minerals and metals.
Generic Volcano • Magma chamber at depth (5 – 60km) • Plumbing from chamber to surface not well constrained • 800 to 1200 degree C • Changes in regional stress, earthquakes, can cause the volcano to erupt • New eruption from exertion of magma forces, increased gas pressure or both • Long term activity governed by rate of supply of new magma • Different styles of volcanoes relate to different hazards
Physical properties of magma • Magma =melt + crystals + gas. • Melt: Temperature 800-1300 оС, pressure 103 -10-1MPa • Crystals: size10-7-10-1 m, number densityup to1017 m-3, fraction up to95 % • Gas: H2O - 60-95%, CO2- 0-35%,mass fraction0.1-7 % • Melt viscosity 102 -1012Pa•s • Bulk viscosity depends upon: • Chemical composition • - more SiO2 → higher viscosity • Temperature • - higher temperature → lower viscosity • Water content • - higher content → lower viscosity • Crystal content • - higher content → higher viscosity
Dome Growth Styles Ross Griffiths & Jonathan Fink Axisymmetrical lava dome Platy lava dome Lobate lava dome Spiny lava dome
t=0 t>0 H D/2 z=0 z=0 r=0 r=0 r=R r=R D/2
The Level Set Method: Presentation • Implicit representation of the interface by the zero level set of a smooth function φ • φis usually a “signed” distance function • At each time step, φ is updated solving the advection equation:
The Level Set Method: Solving the advection equation (1/4) Test: A gaussian is advected in a constant 1D velocity field. • Explicit • Implicit • Taylor Galerkin
The level set method …continued Advection dominated pde’s need to require special treatment…..upwinding etc Taylor-Galerkin:
The level set method …continued 2-step alternative to Taylor-Galerkin upwinding (very effective in the presence of diffusion terms….):
Formulation • Davies, M., Gross, L., Mühlhaus, H.–B., 2004, Scripting High Performance Earth Systems Simulations • on the SGI Altix 3700, Proc. 7th Intl Conf. on High Performance Computing and Grid in Asia Pacific Region, • 244-251. Finley PDE: Example : Momentum and Heat equation
EScript • for i in range(numDim):\par • for j in range(numDim):\par • tau += stress[i,j] * stress[i,j]\par • tau = sqrt(0.5 * tau + small)\par • map["tau"] = tau\par • \par • # tau_Y\par • \par • # release memory\par • # power law\par • Xi_P1 = (tau / tau_0) ** (1 - n1)\par • Xi_P2 = (tau / tau_Ystep) ** (1 - n2)\par • Xi_P = Xi_P1 * Xi_P2 / (Xi_P1 + Xi_P2)\par • map["Xi_P"] = Xi_P\par • \par • # release memory\par • del tau_Ystep \par • \par • # melting temperature\par • T_M = T_M0 + gamma * p\par • map["T_M"] = T_M\par • \par
The Level Set Method: Solving the advection equation (2/4) Taylor Galerkin: The gaussian keeps its shape. Implicit: The gaussian is deformed in the direction of the velocity field.
Level set applied to a cantilever beam Presentation of the test case: Constitutive relationship: Stress equilibrium:
Level set applied to a cantilever beam Influence of contributions to stress rate: Oldroyd stress rate:
Level set applied to a cantilever beam Accuracy of the method: Conservation of volume
The Level Set Method: Solving the advection equation (3/4) Previous test: No topological change in the solution Need for a new test with: and New test: shearing flow • Mesh: 100x100 • Courant Number: 0.25 • 1000 steps forward • 1000 steps with -v
The Level Set Method: Solving the advection equation (4/4) The shape gets “noisy”… Problem: φ looses its distance function property Reinitialisation needed!
The Level Set Method: Reinitialisation (1/3) • Idea: • Rebuild a “signed” distance function ψ from the distorted function φ • Requirements: • The interface must not be changed • ψ must represent a distance function • Solution: • Solve to steady state the equation: • Rewritten as: with Interpretation: The “distance information” is carried by w, a unit vector pointing away from the interface.
The Level Set Method: Reinitialisation (3/3) Same test as before, with reinitialisation
The Level Set Method: Benchmarks (1/2) Axisymmetrical case: A fluid is submitted to a centrifugal force Interest: The analytical steady state is known (grey line) Parameters: mesh:20x20, density of air: 0 kg/m3, density of fluid: 103 kg/m3 Results:
The Level Set Method: Benchmarks (2/2) Rayleigh-Taylor instability
Level set cont. : Merger of small and large bubbles Parameters: Surface tension: Calculation, includes inertia, implicit, Courant Number=0.5, msh:30 by 45 8 node quad’s
t=0 t>0 H D/2 z=0 z=0 r=0 r=0 r=R r=R D/2
Exercises z h0 r R A cylindrical container of radius R is filled initially to height h0 with an incompressible fluid of density r and viscosity h. The container is then rotated around his axis at a constant spin w. Determine the steady state position of the free surface of the fluid.
Exercise5Infinite vent: Hagen-Poiseulle flow Stress Equilibrium Heat Equation D z Dimensionless form r Here