+ All Categories
Home > Documents > ORBITAL DECAY OF HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

ORBITAL DECAY OF HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

Date post: 19-Mar-2016
Category:
Upload: lorin
View: 41 times
Download: 0 times
Share this document with a friend
Description:
ORBITAL DECAY OF HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004. What is the fate of the gas clouds orbiting the MilkyWay Galaxy?. Note “stretched” appearance!. HVC Overview. - PowerPoint PPT Presentation
18
ORBITAL DECAY OF HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004 What is the fate of the gas clouds orbiting the
Transcript
Page 1: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

ORBITAL DECAY OF HIGH VELOCITY CLOUDS

LUMA FOHTUNGUW-Madison Astrophysics REU 2004

What is the fate of the gas clouds orbiting the MilkyWay Galaxy?

Page 2: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

HVC Overview

Definition : HI with velocities that cannot be due to Galactic rotation. Global Distribution: Covering over 40% of sky (depending on sensitivity). Distances: 1.5-4 kpc (Complex M) to 50 kpc (Magellanic Stream). Many at unknown distance

Contours in above HI image at Column density ~2, 20, 40 x 1018 cm-2 (Wakker

et al 2003)

Note “stretched” appearance!

Page 3: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

High Velocity Cloud “Streams”What determines

the orbit of a HVC?

• Gravity and random motions only?

50 kpc

How long does it take a HVC to merge with the Galaxy? What happens during the process?

• Drag forces due to gaseous halo

and disk of Galaxy ?

Schematic diagram of Magellanic Stream

Page 4: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

My ProjectGoal: Develop numerical models of orbital motion for high velocity clouds

Tools: Fortran code (for the models) and IDL (to view the output)

Method: Write programs, generate the output, use plots to check our results, and debugging… Lots of debugging…

Page 5: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

Initial Conditions for Program• Calculate the orbit of a “test cloud” of 10,000 points.

• Specify average position and velocity of test cloud. (x, y, z)average (vx, vy, vz)average

• Specify Gaussian scale length for cloud: R

• Specify Gaussian velocity dispersion for cloud: v

• Set up information on desired time step and stopping time.

• Choose model for gravitational field of Galaxy (Dehnen & Binney 1998 “Mass Models of the Milky Way”)

Page 6: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

Numerical MethodsRandom number generator:

Needed to set up randomized position and velocity for test clouds.

Differential equation solver:

Needed to evolve equations of motion for test clouds. I used a Runge-Kutta method (Numerical Recipes).

dxdt

= vxdvx

dt= gx

dydt

= vy

dvy

dt= gy

dzdt

= vzdvz

dt= gz

r g (x,y,z) = (gx,gy,gz )

Equations of motion:

Set of six coupled differential equations.

Page 7: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

An example run

Before

After

Page 8: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

Checking the calculations1. I checked our differential equation solver with simple (not

coupled) equations with known solution.

2. I used the Runge-Kutta method and gravitational field of a point source to calculate the orbit of the Sun.

3. Using a Galactic mass model, we calculated orbit for the current position and velocity of the Sun.

4. Checked total energy and orbital angular momentum. Both were conserved to within 0.01%.

Page 9: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

Check: Energy vs. time

Kinetic Energy

PotentialTotal

Page 10: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

So far…

• Development of the FORTRAN code to calculate orbits for clouds.

• Development of IDL routines to visualize output.• Initializing using solar type orbits.• Trace of resulting cloud and stretching of initial

cloud.

Page 11: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

Cases

Xi

(kpc)

Yi

(kpc)

Zi

(kpc)

VX,i

(km/s)

VY,i

(km/s)

VZ,i

(km/s)

R

(kpc)

V

(km/s)

Gravity Model

Time Step (Myr)

Run1 0 8.5 0 220 0 0 0.5 20 DB 0.2

Run2 0 8.5 0 220 0 0 0.5 40 DB 0.2

Run3 0 8.5 0 220 0 0 0.5 10 DB 0.2

Run4 0 8.5 0 220 0 0 1.0 20 DB 0.2

Run5 0 8.5 0 220 0 0 0.1 20 DB 0.2

Run6 0 0 8.5 220 0 0 0.5 20 DB 0.2

Run7 0 12 0 220 0 0 0.5 20 DB 0.2

Run8 0 20 8.5 220 0 0 0.5 20 DB 0.2

Run9 0 0 8.5 280 0 0 0.5 20 DB 0.2

Run10 0 0 8.5 160 0 0 0.5 20 DB 0.2

Run11 0 8.5 0 280 0 0 0.5 20 DB 0.2

Run12 0 8.5 0 160 0 0 0.5 20 DB 0.2

These cases are to “practice” with orbits similar to that of the Sun, and experiment with different parameters.

Polar orbit

Increase v dispersion

Page 12: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

Comparison of Cases

Run 1: Standard Case

QuickTime™ and aPhoto - JPEG decompressor

are needed to see this picture.

Page 13: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

Effect of Increasing v

Run 2: Double velocity dispersion to 40 km/s

QuickTime™ and aPhoto - JPEG decompressor

are needed to see this picture.

Page 14: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

Polar orbit

Run 6: Orbit in XZ plane

QuickTime™ and aPhoto - JPEG decompressor

are needed to see this picture.

Page 15: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

What I have learnt….-A LOT of programming (IDL and Fortran)-a better insight about astronomy

A WHOLE LOT OF PATIENCE

Page 16: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

Future work

Study the orbits of clouds much further away from the Galaxy, objects similar to the Magellanic Stream.

Add and test the effects of gaseous drag on our test particles. Experiment with different density distributions and include the effect of possible outflows from the center of the Galaxy.

Check on the importance of self-gravity for the cloud.

Consider how magnetic effects would alter drag on clouds.

Page 17: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

Acknowledgements

• My advisor: Dr Bob Benjamin

• UW Madison REU program

• NASA

Page 18: ORBITAL DECAY OF  HIGH VELOCITY CLOUDS LUMA FOHTUNG UW-Madison Astrophysics REU 2004

Any Questions?


Recommended