Laurette TUCKERMAN laurette@pmmh.espci.fr Numerical Methods for - - PowerPoint PPT Presentation

laurette tuckerman laurette pmmh espci fr
SMART_READER_LITE
LIVE PREVIEW

Laurette TUCKERMAN laurette@pmmh.espci.fr Numerical Methods for - - PowerPoint PPT Presentation

Laurette TUCKERMAN laurette@pmmh.espci.fr Numerical Methods for Differential Equations in Physics Curvilinear Coordinates Cylindrical coordinates ( r, , z ) (sometimes called ( , , z ) ) r 2 = x 2 + y 2 x = r cos y = r sin = atan2


slide-1
SLIDE 1

Laurette TUCKERMAN laurette@pmmh.espci.fr

Numerical Methods for Differential Equations in Physics

slide-2
SLIDE 2

Curvilinear Coordinates

Cylindrical coordinates (r, θ, z) (sometimes called (ρ, θ, z)) x = r cos θ y = r sin θ z = z r2 = x2 + y2 θ = atan2(y, x) z = z Spherical coordinates (r, θ, φ) (sometimes called (r, φ, θ)) x = r sin θ cos φ y = r sin θ sin φ z = r cos θ r2 = x2 + y2 + z2 θ = atan2(

  • x2 + y2, z)

φ = atan2(y, x)

slide-3
SLIDE 3

Range of atan is

  • −π

2 , π 2

  • Range of atan2 is (−π, π]

Differential operators in cylindrical coordinates contain 1

r

∇f = ∂f ∂r er + 1 r ∂f ∂θ eθ + ∂f ∂z ez ∇ · f = 1 r ∂rfr ∂r + 1 r ∂fθ ∂θ + ∂fz ∂z ∇ × f = 1 r ∂fz ∂θ − ∂fθ ∂z

  • er +

∂fr ∂z − ∂fz ∂r

  • eθ + 1

r ∂rfθ ∂r − ∂fr ∂θ

  • ez

∆f = ∂2f ∂r2 + 1 r2 ∂2f ∂θ2 + ∂2f ∂z2

slide-4
SLIDE 4

Tensor product f(x, y) =

  • k,n

fk,nxkyn

  • r, better

f(x, y) =

  • k,n

fk,nTk(x)Tn(y) Cylindrical coordinates f(r, θ) =

  • k,m

fk,mrkeimθ Despite their seemingly innocuous form, these are not analytic at the origin! f(r, θ) = r f(r, θ) = cos(θ)

slide-5
SLIDE 5

xkyn = (r cos θ)k(r sin θ)n = rk+n

  • eiθ + e−iθ

2 k eiθ − e−iθ 2i n = r 4 k+n (−i)n

k

  • k′=0

k k′

  • eik′θe−i(k−k′)θ

n

  • n′=0

n n′

  • ein′θ(−1)n−n′e−i(n−n′)θ

= r 4 k+n (−i)n

k

  • k′=0

n

  • n′=0

k k′ n n′

  • (−1)n−n′ei(2k′−k+2n′−n)θ

Wavenumber in θ multiplying rk+n is same parity and restricted to −(k + n) ≤ 2k′ − k + 2n′ − n ≤ k + n f(r, θ) =

  • j=0

j

  • m = −j

j + m even fjmrjeimθ =

  • m=−∞

  • j = |m|

j + m even fjmrjeimθ

slide-6
SLIDE 6

f = r2 + 1

2 cos(4θ)

× NO f = r2 − 1

10r4 cos(4θ)

OK Trigonometric functions with wavenumber m contain m oscillations. As r decreases, oscillations are compressed over decreasing circumference. Requirement that radial function multiplying eimθ begin with rm (that it have an m-th order zero) leads to sufficiently fast damping of oscillation amplitude near origin.

slide-7
SLIDE 7

Same result can be demonstrated via differentiation: ∂ ∂x(xkyn) = kxk−1yn Not singular at x = 0, since k − 1 < 0 → k = 0. But: ∇

  • rjeimθ

=

  • er

∂ ∂r + eθ 1 r ∂ ∂θ

  • rjeimθ

= (erj + eθim)rj−1eimθ Singular at r = 0 for j = 0, m = 0. (Require j ≥ m.) ∆

  • rjeimθ

= ∂2 ∂r2 + 1 r ∂ ∂r + 1 r2 ∂2 ∂θ2 rjeimθ = (j(j − 1) + j − m2) rj−2eimθ = (j2 − m2) rj−2eimθ = ⇒ need m = ±j for j = 0, 1 ∆2 rjeimθ = (j2 − m2)((j − 2)2 − m2) rj−4eimθ Need m = ±j or m = ±(j − 2) for j ≤ 4. Etc.

slide-8
SLIDE 8

For f to be infinitely differentiable, require f(r, θ) =

  • j=0

j

  • m = −j

j + m even fjmrjeimθ =

  • m=−∞

  • j = |m|

j + m even fjmrjeimθ rj e±ijθ + e±i(j−2)θ + . . .

  • eimθ

r|m| + r|m|+2 + . . .

slide-9
SLIDE 9
  • We know that monomials rj are a badly conditioned basis. They are

small almost everywhere in the interior. Matrix transforming between f(rj) and monomial coeffcients is badly conditioned.

  • What about rmTj(r) (called Roberts functions)?

f(r, θ) =

  • m=−∞

  • j = 0

j + m even rmfjmTj(r)eimθ Also badly behaved, again because rm exaggerate the boundary.

  • Bessel functions:

Jm Im

  • (λr) =

λr 2 m ∞

  • j=0

(∓λr/2)2j j! Γ(m + j + 1) Eigenfunctions of the Laplacian: ∆Jm(λr)eimθ = −λ2 r2 Jm(λr)eimθ Correct relations between r exponent m + 2j and θ wavenumber m. But convergence rate of coefficients in Bessel series is only algebraic.

slide-10
SLIDE 10
  • One-sided Jacobi basis W m

j (r)eimθ = rmP 0,m (j−m)/2(2r2 − 1)

Has good propreties, but too difficult to deal with.

  • Instead, impose only parity =

⇒ f not analytic: f(r, θ) =

  • m=−∞

  • j = 0

j + m even fjmTj(r)eimθ (f, ∇f regular but ∆f ∼ e2iθ/r2) Turns out to be wasteful but not harmful. Coefficient of non-analytic functions are carried around and computed but do not mix with the coefficients of the analytic basis functions. This is even true if parity is not imposed. (Then 3/4 of the functions are non-analytic.)

slide-11
SLIDE 11

If using finite differences in r, require at r = 0 for m even fm = a + cr2 + . . . (no linear term) = ⇒ d fm dr (r = 0) = 0 for m odd fm = br + . . . (no constant term) = ⇒ fm(r = 0) = 0 How to incorporate BCs at r = r0 = 0 into finite difference operator? d2f dr2 (r2) ≈ αf(r3) + βf(r2) + γf(r1) d2f dr2 (r1) ≈ αf(r2) + βf(r1) f(r0) = 0 d2f dr2 (r1) ≈ αf(r2) + (β + γ)f(r1) f ′(r0) = 0 = ⇒ f(r0) = f(r1) Can use Cartesian five or nine-point finite-difference stencil at r = 0, polar coordinates elsewhere. Or omit point at r = 0.

slide-12
SLIDE 12

Full disk BC at rout and regularity at rin Cluster points at outer boundary, not at the origin Either r ∈ [0, 1] and θ ∈ [0, 2π]

  • r r ∈ [−1, 1] and θ ∈ (0, π]

Annulus: no singularity Use finite differences or Chebyshev polynomials in r and Fourier series in θ Map [rin, rout] to [−1, 1] BCs at rin, rout.

slide-13
SLIDE 13

What about vector components (ur, uθ, uz)? All of (ux, uy, uz) are like scalars and must obey rules above. ur = cos(θ)ux + sin(θ)uy uθ = − sin(θ)ux + cos(θ)uy Expanding ux and uy leads to ur,θ =

  • j=0

|j+1|

  • m = −|j + 1|

j + m odd ur,θ

jmrjeimθ = ∞

  • m=−∞

  • j = |m − 1|

j + m odd ur,θ

jmrjeimθ

slide-14
SLIDE 14

Vector Laplacian couples ur and uθ: − → ∆   ur uθ uz   ≡   ∆ − 1

r2

− 2

r2∂θ 2 r2∂θ

∆ − 1

r2

∆     ur uθ uz   =   gr gθ gz   Diagonalize the two-by-two block: u± ≡ ur ± iuθ E ≡ I iI I −iI

  • u+

u−

  • = E

ur uθ

  • E −

→ ∆ E−1 = ∆ − 1

r2 + 2i r2∂θ

∆ − 1

r2 − 2i r2∂θ

→ ∆ ur uθ

  • =

gr gθ

  • E −

→ ∆E−1 E ur uθ

  • = E

gr gθ

  • ∆ − 1

r2 + 2i r2∂θ

∆ − 1

r2 − 2i r2∂θ

  • u+

u−

  • =

g+ g−

slide-15
SLIDE 15

Spherical Coordinates and Spherical Harmonics

Spherical harmonics: Yℓ,m = NeimφP m

ℓ (cos θ)

Behavior near poles: P m

ℓ (cos θ) ∼ sinm θ

Spherical θ at poles is like r near center of disk: polar cap Many useful relations, such as: ∆Yℓ,m = −ℓ(ℓ + 1) r2 Yℓ,m P m

ℓ (x) = (−1)m(1 − x2)m/2 dm

dxmP 0

ℓ (x)

(1 − x2) d dxP m

= 1 2ℓ + 1

  • (ℓ + 1)(ℓ + m)P m

ℓ−1 − ℓ(ℓ − m + 1)P m ℓ+1

  • δℓ,ℓ′δm,m′ =

2π Y m

ℓ (θ, φ) Y m′ ℓ′

sin θ dθ dφ

slide-16
SLIDE 16

ℓ = 2 ℓ = 4 ℓ = 8 m = 0 m = 0, ℓ m = ℓ zonal tesseral sectoral

slide-17
SLIDE 17

P m

ℓ (cos θ)

ℓ = 5 → m = 0 m = 1 m = 2 As m increases, roots/extrema/variation of polynomials concentrate at ori- gin (equator). Counteracts accumulation of longitude lines (eimφ) at poles. = ⇒ Areas sampled equally over entire sphere via oscillations of P m

slide-18
SLIDE 18

Pseudospectral method: transform to grids

f(θ, φ) =

N

  • ℓ=0

  • m=−ℓ

f m

ℓ P m ℓ (cos θ)eimφ = N

  • m=−N

 

N

  • ℓ=|m|

f m

ℓ P m ℓ (cos θ)

 

  • fm(θ)

eimφ fm(θ) = 2π f(θ, φ) e−imφdφ ≈

  • j=1

f(θ, φj) e−imφj∆φ f m

= π fm(θ) P m

ℓ (cos θ) sin θ dθ ≈ Nθ(m)

  • j=1

fm(θj) P m

ℓ (cos θj) sin θj 2πj Nθ(m)

  • ∆θj

Transform to physical grid via FFT in φ direction weighted sum (matrix mult) in θ direction Grid is equally spaced in φ but more concentrated in θ near equator. Optimal grid for each m would be Nθ(m) roots of P m

ℓ (cos θ)/ sinm θ,

but want same θ grid for each m, so use N roots of Legendre poly P 0

N.

Retain f m

ℓ for ℓ ∈ [m, N]

slide-19
SLIDE 19

Orientation and role of m ℓ = 0 ℓ = 1 → ℓ = 2 ℓ = 3 ℓ = 4

Y ±1

1

= −Ne±iφ sin θ = N ∓x − iy r

1 2

  • Y −1

1

− Y 1

1

  • = N x

r Y 0

1 = N

√ 2 cos θ = N √ 2 z r ± 1

√ 2Y 0 1 + 1 2

  • Y −1

1

+ Y 1

1

  • = N ±z − iy

r

So m depends on orientation w.r.t. z-axis as well as on variation, unlike ℓ. Rotating (z, x) → (−x, z) changes m, but ∆Y m

= −ℓ(ℓ+1)

r

Y m

∀m Distinguished choice of z axis if there is rotation.

slide-20
SLIDE 20

Fornberg: finite differences on an equally spaced grid

Pole ∆surfacef = 1 cos ˜ θ ∂ ∂ ˜ θ

  • cos ˜

θ∂f ∂ ˜ θ

  • +

1 cos ˜ θ ∂2f ∂φ2 Here ˜ θ is latitude, measured from equator h ≡ ∆φ, k ≡ ∆˜ θ

slide-21
SLIDE 21

Solve Poisson’s equation with finite differences on equispaced (θ, φ) grid

u(˜ θ, φ) = cos4 ˜ θ[sin φ + cos φ + 1

2 sin(2φ)]

∆surfaceu = − cos2 ˜ θ(sin φ + cos φ)(20 cos2 ˜ θ − 15) + sin(2φ)(10 cos2 ˜ θ − 6) Start with u, calculate f ≡ ∆surfaceu, then test.

slide-22
SLIDE 22

Fornberg: Fourier-Fourier for wave equation

slide-23
SLIDE 23

East-West wave (along equator)

slide-24
SLIDE 24

North-South wave (over pole)

slide-25
SLIDE 25

Hyperbolic Equations: Characteristics First-order wave equation: ut = cux Analytic solution: traveling wave u(x, t) = u(x + ct, 0) The wave equation carries the initial condition through time. Generalization: 0 = ut + g(x, t, u)ux 0 = ut + dx dt ux u is constant along curve x(t) such that dx

dt = g(x, t, u):

du dt = ∂u ∂t + ∂u ∂x dx dt = 0

slide-26
SLIDE 26

Burger’s equation: ut + uux = 0