• Keine Ergebnisse gefunden

Spectral Element Method

N/A
N/A
Protected

Academic year: 2021

Aktie "Spectral Element Method"

Copied!
76
0
0

Wird geladen.... (Jetzt Volltext ansehen)

Volltext

(1)

Computational seismology: applications

Finite Differences

¾ Cartesian grids

¾ Fault zone waves

¾ Los Angeles Basin Earthquake scenarios (Olsen)

¾ Spherical grids

¾ Global SH and P-SV wave propagation

¾ Spherical sections – waves in subduction zones

Spectral Element Method

¾ Regular grids

¾ Time reversal (Finite source inversion)

¾ Full waveform inversion on a continental scale

¾ Irregular/unstructured grids

¾ Soil-structure interaction

¾ Earthquake scenarios

¾ Global wave propagation (Komatitsch and Tromp)

Discontinuous Galerkin Methods: WHY?

With studies by Jahnke, Fohrmann, Cochard, Käser, Fichtner, Stuppazzini, Ripperger, Nissen- Meyer, Kremers, Brietzke, a.o., (all LMU) as well as Olsen, Komatitsch, Tromp a.o

.

(2)

The Forward Problem

… a glossary …

What method should I use for a specific problem?

Numerical Methods

low-order vs. high order methods; FD, FE, SE, FV, DG, BE; global vs. local time stepping

Geometrical complexity, computational grids

regular, unstructured, adaptive meshes; conforming vs. non-conforming meshes; tetrahedral vs. hexahedral grids (combinations)

Parallelization

mesh partitioning, load balancing, optimization, multi-platform implementations, parallel scaling

Large data volume handling

post-processing, visualization, transfer and storage

(3)

Finite Differences

¾ FD approximations in space and time

¾ Simple to understand

¾ Compact codes

¾ Easy to parallelize

¾ Hard to get boundary conditions (free surface, absorbing) accurate

¾ „brute force“ approach

(4)

FD Cartesian Grids

(5)

FD – Fault zone wave propagation

Aftershock recordings after the 1999 M7.4 Izmit earthquake From:

Ben-Zion, Peng, Okaya, Seeber, Armbruster, Michael, Ozer,

SSA2002

(6)

FZ trapped waves

Near fault

At distance (about 300m) from fault

(7)

Observations across FZ

(8)

Benchmarking

Comparison of analytical solution (Ben-Zion, 1990) with staggered FD method

Comparison of analytical solution (Ben-Zion, 1990) with staggered FD method

unfiltered filtered

(9)

FZ discontinuities

Is FZ continuous at depth?

Is FZ continuous at depth?

FZ continuous FZ continuous

FZ discontinuous

FZ discontinuous

(10)

Shallow fault zones

Considerable FZ trapped wave

energy generated.

Considerable FZ trapped wave

energy generated.

Receivers

(11)

Volume that generates FZ waves

Receiver

Fohrmann et al. 2002.

(12)

Earthquake scenarios based on FD

A number of stunning

visualizations of earthquake scenarios can be found here (code by Kim Olsen, SDSU):

http://visservices.sdsc.edu/projects/scec/t

erashake/2.1/

(13)

Earthquake scenarios Los Angeles

(14)

FD Cartesian Grids

3-D with topography

(15)

Volcanoes

What is the contribution of topography to scattering?

Can we simulate the seismic signatures of pyroclastic flows?

What is the contribution of topography to scattering?

Can we simulate the seismic signatures of pyroclastic flows?

(16)

Blocky topography

(17)

Particle Motions

(18)

FD Spherical Grids

axisymmetric

(19)

Waves in spherical coordinates

Equations of motion (velocity – stress)

(.) = 0 Axisymmetric

Models

(20)

Grids in spherical geometry

P-SV

SH

(21)

SH wave propagation

Red and yellow denote positive and negative displacement

Wavefield for source at 600km depth.

Symmetry axis

z.B. Igel und Weber, 1995 Chaljub und Tarantola, 1997

(22)

Benchmarking

DSM: Direct solution method by Geller, Cummins, ...

(23)

Towards 3-D global wave propagation

multi-domain

multi-domain unstructured unstructured

(24)

Global P-wave propagation

PKiKP

PK(P)

PcPP

(25)

Waves through random mantle models

(26)

SH - Wave effects

(27)

Is the mantle faster than we think?

Jahnke, Thorne, Cochard, Igel, GJI, 2008

(28)

FD Spherical Grids

3-D sections

(29)

Spherical section – regular grid

(30)

Waves in spherical sections

(31)

Subduction zones

(32)

Subduction zones

(33)

Can we observe such effects?

(34)

Spectral element method

Cartesian grids

(35)

Synthethic experiment: source inversion

(36)

True source

(37)

Seismograms

(38)

Time reversal – point source

(39)

Time reversal: real network

(40)

Time reversal: ideal network

(41)

Real data: Tottori earthquake

(42)

Reverse movie

(43)

Focus time

(44)

Projection on fault

(45)

Spectral element method

spherical regular grids

(46)

Simple example

(47)

Ray coverage – initial model

(48)

Sensitivity kernels

S velocity P velocity Density

(49)

Final model

(50)

Before - After

(51)

Improvement

(52)

Spectral element method

Unstructured grids

(53)
(54)

Grenoble basin

(55)

The bridge

(56)

Soil – structure interaction

(57)

Spectral element method

Global wave propagation

(Komatitsch and Tromp)

(58)

Cubed Sphere

(59)

Alaska, Denali, M 7.9, 2002

(60)

Observations - Synthetics

(61)

Observations - Synthetics

(62)

Discontinuous Galerkin

Why (the hell) do we need another method?

(63)

Waves on unstructured grids?

tetrahedral

(64)

A rbirtrarily high-or DER - D iscontinuous G alerkin

¾ Combination of a discontinuous Galerkin method with ADER time integration

¾ Piecewise polynomial approximation combined with fluxes across elements (finite volumes)

¾ Time integration as accurate as spatial

approximation, applicable also to strongly irregular meshes (not so usually for FD, FE, SE)

¾ Method developed in aero-acoustics and computational fluid dynamics

¾ The scheme is entirely local, no large matrix inversion -> efficient parallelization

¾ Drawback: Algorithms on tetrahedral grids slower than spectral element schemes on hexahedra

¾ Combination of a discontinuous Galerkin method with ADER time integration

¾ Piecewise polynomial approximation combined with fluxes across elements (finite volumes)

¾ Time integration as accurate as spatial

approximation, applicable also to strongly irregular meshes (not so usually for FD, FE, SE)

¾ Method developed in aero-acoustics and computational fluid dynamics

¾ The scheme is entirely local, no large matrix inversion -> efficient parallelization

¾ Drawback: Algorithms on tetrahedral grids slower than spectral element schemes on hexahedra

Several articles in Geophys. J. Int., Geophysics, a.o. by Käser, Dumbser, de la Puente, and co-workers

(65)

¾ Use high precision (i.e., high-order polynomials) only where necessary

¾ High precision where cells are large (high velocities)

¾ Low precision where cells are small (because of structural heterogeneities)

¾ Use high precision (i.e., high-order polynomials) only where necessary

¾ High precision where cells are large (high velocities)

¾ Low precision where cells are small (because of structural heterogeneities)

O4

O5

O6

O7

Dumbser, Käser and Toro, GJI, 2007

P - adaptivity

(66)

Same color means same processor Same color means same processor

Mesh Partitioning and Parallel Computing

the problem of load blancing

(67)

Topographic effects

(68)

Topographic Effects

(69)

Regional and Global Wave Propagation

crust, crust, crust!

(70)
(71)

Minimum occurring wave speed

Global wave propagation

… keeping the number of points per wavelength constant …

(72)
(73)

Benchmarking DG vs. SE

(74)

The sound of volcanoes

Eruption, 15. Juni, 2006

(75)

Reservoir applications

(Schlumberger Doll Rese

task: model also steel casing!

(76)

Summary

¾ Computational 3-D wave propagation finds is now applications in almost all fields of Earth sciences

¾ There is not ONE method that works best for all problems

¾ Making codes work on large computers will be more and more a challenge

¾ The most promising methods for the coming

years seems FD (still), SE, and DG

Referenzen

ÄHNLICHE DOKUMENTE

The thesis »Adaptive Discontinuous Petrov-Galerkin Finite-Element-Methods« proves op- timal convergence rates for four lowest-order discontinuous Petrov-Galerkin methods for the

The non-uniform strain field near the inclusion boundary generates the polarization gradient and electric potential.. Figure 10 plots the strain gradient profile: e yy,y and e

Snapshots of the displacement wave- field calculated with the finite-element method (solid line) are compared with the finite-difference method (dotted line) at various distances

• Application to spherical geometry using the cubed sphere concept (Chaljub and Vilotte, 2004).. • Spectral elements in spherical coordinates by Fichtner

• In the late eighties Cockburn connected discontinuous Galerkin method with high-order Runge-Kutta-type time integration schemes (Cockburn et al., 2000).. • First application

All reconstruction schemes have been implemented in conjunction with the fully discrete ADER scheme, from second to fifth order of accuracy, in both space and time, along with

In this thesis I presented the theoretical description of nonlinear optical phenomena with respect to two different material models – the hydrodynamic model for plasmonic materials

Mit der FMM wird das Modell hierarchisch gegliedert und für den Rechenaufwand ergibt sich bei grossen Modellen eine lineare Abhängigkeit zu der Anzahl