MCRT: L4 A Monte Carlo Scattering Code

Size: px
Start display at page:

Download "MCRT: L4 A Monte Carlo Scattering Code"

Transcription

1 MCRT: L4 A Monte Carlo Scattering Code Plane parallel scattering slab Optical depths & physical distances Emergent flux & intensity Internal intensity moments

2 Constant density slab, vertical optical depth τ max = n σ z max Normalized length units z = z / z max, so 0 < z < 1 Emit packets Packets scatters in slab until: absorbed: terminate, start new packet z < 0: re-emit packet z > 1: escapes, bin packet Loop over packets Pick optical depths, test for absorption, test if still in slab

3 θ Bin this packet in angle z = z max τ max = n σ z max Packet absorbed Start next packet z = 0 Re-start this packet

4 Emitting Packets: Packets need an initial starting location and direction. Uniform specific intensity from a surface. Start packet at (x, y, z) = (0, 0, 0) I ν ( µ de de dn ) = µ I ( µ ) µ dadt dν dω dadt dν dω dω ν Emission direction: sample φ = πξ Sample µ from P(µ) = µ I (µ) using cumulative distribution. Normalization: emitting outward from lower boundary, so 0 < µ < 1 µ ξ = P( µ ) dµ P( µ ) dµ = µ µ = ξ n x = sinθ cosφ n y = sinθ sinφ n z = cosθ

5 Distance Traveled: Random optical depth τ = -log ξ, and τ = n σ L, so distance traveled is: L = τ τ max z max x = x + L n x y = y + L n y z = z + L n z Scattering: Assume isotropic scattering, so new packet direction is: θ = φ = cos 1 (ξ 1) π ξ n x = sinθ cosφ n y = sinθ sinφ n z = cosθ Absorb or Scatter: Scatter if ξ < a, otherwise packet absorbed, exit do while in slab loop and start a new packet

6 Structure of FORTRAN program: do i = 1, npackets 1 call emit_packet do while ( (z.ge. 0.).and. (z.le. 1.) )! packet is in slab L = -log(ran) * zmax / taumax z = z + L * nz! update packet position, x,y,z if ((z.lt.0.).or.(z.gt.zmax)) goto! packet exits if (ran.lt. albedo) then call scatter else goto 3! terminate packet end if end do if (z.le. 0.) goto 1! re-start packet bin packet according to direction 3 continue! exit for absorbed packets, start a new packet end do

7 Fortran functions and subroutines: Pass variables and a FUNCTION performs maths, algebra, geometry, to return a single result, e.g., random number generators. SUBROUTINES are similar, but can return many different results. The order that variables are passed must be the same in the call statement and the subroutine. In main program have the call statement: call emit_packet(iseed,x,y,z,nx,ny,nz) subroutine emit_packet(iseed,x,y,z,nx,ny,nz) implicit none integer iseed real x,y,z,nx,ny,nz,ran Set packet position and direction using equations return end

8 Binning Packets Bin escaping packets according to direction of travel in φ (azimuth) and θ (polar). Bins of equal φ and equal [cos(θ)], gives bins of equal solid angle. Can also have internal spatial bins to sum quantities for computing number of interactions, fluxes, pressures, etc. See lectures on 3D grid codes. Can also bin in time when doing time-dependent simulations. In general the time for a particle to traverse a distance is simply t = d / v, where v is photon or particle speed in the medium.

9 Error Estimation Recall expected value (mean), variance, standard deviation: n E(x) = x = 1 x n i var(x) = σ = 1 i=1 n Where x can be number of photons in a bin (spatial or angular); number of scatterings per photon; counters for mean intensity, fluence, number of absorptions, radiation pressure; etc, etc Compute sum of x and x in each bin (angular or spatial) and estimate σ using: σ = var(x) = E(x ) [ E(x) ] n ( x i x) i=1 Variance of the mean is σ / n Standard deviation of the estimate of the mean is σ / n 1/

10 Random walks Net displacement of a single photon from starting position after N mean free paths between scatterings is: Square and average to get distance R travelled : The cross terms are all of the form: R = r 1 + r r N l * R = r 1 + r r N r 1 r = r 1 r cosδ + r 1 r +... where δ is the angle of deflection during the scattering. For isotropic scattering, <cos δ> = 0, cross-terms vanish.

11 Thus, for a random walk we have l * R = r 1 + r r N α l * = τ max = Nα r = N τ N = τ max / τ = τ max / Using: τ = p(τ )τ dτ = e τ τ dτ = 0 0 If the medium is optically thin, then the probability of scattering is Using 1 e τ τ then N τ, τ << 1 τ 1 e Therefore N τ +τ / will be roughly correct for any optical depth

Reflection Nebulae: can reflections from grains diagnose albedo?

Reflection Nebulae: can reflections from grains diagnose albedo? Why are you here? Use existing Monte Carlo codes to model data sets set up source locations & luminosities, change density structure, get images and spectra to compare with observations Learn techniques

More information

Monte Carlo Radiation Transfer I

Monte Carlo Radiation Transfer I Monte Carlo Radiation Transfer I Monte Carlo Photons and interactions Sampling from probability distributions Optical depths, isotropic emission, scattering Monte Carlo Basics Emit energy packet, hereafter

More information

MCRT L10: Scattering and clarification of astronomy/medical terminology

MCRT L10: Scattering and clarification of astronomy/medical terminology MCRT L10: Scattering and clarification of astronomy/medical terminology What does the scattering? Shape of scattering Sampling from scattering phase functions Co-ordinate frames Refractive index changes

More information

Mean Intensity. Same units as I ν : J/m 2 /s/hz/sr (ergs/cm 2 /s/hz/sr) Function of position (and time), but not direction

Mean Intensity. Same units as I ν : J/m 2 /s/hz/sr (ergs/cm 2 /s/hz/sr) Function of position (and time), but not direction MCRT: L5 MCRT estimators for mean intensity, absorbed radiation, radiation pressure, etc Path length sampling: mean intensity, fluence rate, number of absorptions Random number generators J Mean Intensity

More information

Enrico Fermi and the FERMIAC. Mechanical device that plots 2D random walks of slow and fast neutrons in fissile material

Enrico Fermi and the FERMIAC. Mechanical device that plots 2D random walks of slow and fast neutrons in fissile material Monte Carlo History Statistical sampling Buffon s needles and estimates of π 1940s: neutron transport in fissile material Origin of name People: Ulam, von Neuman, Metropolis, Teller Other areas of use:

More information

MCRT L9: Neutron Transport

MCRT L9: Neutron Transport MCRT L9: Neutron Transport Outline of code for mono-energetic particles, if change particle energy must change cross sections Bank locations of fission neutrons for subsequent generations Criticality calculations,

More information

Monte Carlo Sampling

Monte Carlo Sampling Monte Carlo Sampling Sampling from PDFs: given F(x) in analytic or tabulated form, generate a random number ξ in the range (0,1) and solve the equation to get the randomly sampled value X X ξ = F(x)dx

More information

Opacity and Optical Depth

Opacity and Optical Depth Opacity and Optical Depth Absorption dominated intensity change can be written as di λ = κ λ ρ I λ ds with κ λ the absorption coefficient, or opacity The initial intensity I λ 0 of a light beam will be

More information

Lecture 3: Specific Intensity, Flux and Optical Depth

Lecture 3: Specific Intensity, Flux and Optical Depth Lecture 3: Specific Intensity, Flux and Optical Depth We begin a more detailed look at stellar atmospheres by defining the fundamental variable, which is called the Specific Intensity. It may be specified

More information

Lecture 2 Solutions to the Transport Equation

Lecture 2 Solutions to the Transport Equation Lecture 2 Solutions to the Transport Equation Equation along a ray I In general we can solve the static transfer equation along a ray in some particular direction. Since photons move in straight lines

More information

Astro 305 Lecture Notes Wayne Hu

Astro 305 Lecture Notes Wayne Hu Astro 305 Lecture Notes Wayne Hu Set 1: Radiative Transfer Radiation Observables From an empiricist s point of view there are 4 observables for radiation Energy Flux Direction Color Polarization Energy

More information

2. NOTES ON RADIATIVE TRANSFER The specific intensity I ν

2. NOTES ON RADIATIVE TRANSFER The specific intensity I ν 1 2. NOTES ON RADIATIVE TRANSFER 2.1. The specific intensity I ν Let f(x, p) be the photon distribution function in phase space, summed over the two polarization states. Then fdxdp is the number of photons

More information

Stars AS4023: Stellar Atmospheres (13) Stellar Structure & Interiors (11)

Stars AS4023: Stellar Atmospheres (13) Stellar Structure & Interiors (11) Stars AS4023: Stellar Atmospheres (13) Stellar Structure & Interiors (11) Kenneth Wood, Room 316 kw25@st-andrews.ac.uk http://www-star.st-and.ac.uk/~kw25 What is a Stellar Atmosphere? Transition from dense

More information

p(θ,φ,θ,φ) = we have: Thus:

p(θ,φ,θ,φ) = we have: Thus: 1. Scattering RT Calculations We come spinning out of nothingness, scattering stars like dust. - Jalal ad-din Rumi (Persian Poet, 1207-1273) We ve considered solutions to the radiative transfer equation

More information

Interstellar Medium Physics

Interstellar Medium Physics Physics of gas in galaxies. Two main parts: atomic processes & hydrodynamic processes. Atomic processes deal mainly with radiation Hydrodynamics is large scale dynamics of gas. Start small Radiative transfer

More information

If light travels past a system faster than the time scale for which the system evolves then t I ν = 0 and we have then

If light travels past a system faster than the time scale for which the system evolves then t I ν = 0 and we have then 6 LECTURE 2 Equation of Radiative Transfer Condition that I ν is constant along rays means that di ν /dt = 0 = t I ν + ck I ν, (29) where ck = di ν /ds is the ray-path derivative. This is equation is the

More information

Ay121 Problem Set 1. TA: Kathryn Plant. October Some parts are based on solutions by previous TAs Yuguang Chen and Rachel Theios.

Ay121 Problem Set 1. TA: Kathryn Plant. October Some parts are based on solutions by previous TAs Yuguang Chen and Rachel Theios. Ay2 Problem Set TA: Kathryn Plant October 28 Some parts are based on solutions by previous TAs Yuguang Chen and Rachel Theios. Temperatures One point for each part. (a) Since we are observing at MHz and

More information

Applied Nuclear Physics (Fall 2006) Lecture 19 (11/22/06) Gamma Interactions: Compton Scattering

Applied Nuclear Physics (Fall 2006) Lecture 19 (11/22/06) Gamma Interactions: Compton Scattering .101 Applied Nuclear Physics (Fall 006) Lecture 19 (11//06) Gamma Interactions: Compton Scattering References: R. D. Evans, Atomic Nucleus (McGraw-Hill New York, 1955), Chaps 3 5.. W. E. Meyerhof, Elements

More information

Order of Magnitude Astrophysics - a.k.a. Astronomy 111. Photon Opacities in Matter

Order of Magnitude Astrophysics - a.k.a. Astronomy 111. Photon Opacities in Matter 1 Order of Magnitude Astrophysics - a.k.a. Astronomy 111 Photon Opacities in Matter If the cross section for the relevant process that scatters or absorbs radiation given by σ and the number density of

More information

Astronomy 421. Lecture 13: Stellar Atmospheres II. Skip Sec 9.4 and radiation pressure gradient part of 9.3

Astronomy 421. Lecture 13: Stellar Atmospheres II. Skip Sec 9.4 and radiation pressure gradient part of 9.3 Astronomy 421 Lecture 13: Stellar Atmospheres II Skip Sec 9.4 and radiation pressure gradient part of 9.3 1 Announcements: Homework #4 is due Oct 3 Outline is due October 8 See example on the class web

More information

PHYS 390 Lecture 23 - Photon gas 23-1

PHYS 390 Lecture 23 - Photon gas 23-1 PHYS 39 Lecture 23 - Photon gas 23-1 Lecture 23 - Photon gas What's Important: radiative intensity and pressure stellar opacity Text: Carroll and Ostlie, Secs. 9.1 and 9.2 The temperature required to drive

More information

I ν. di ν. = α ν. = (ndads) σ ν da α ν. = nσ ν = ρκ ν

I ν. di ν. = α ν. = (ndads) σ ν da α ν. = nσ ν = ρκ ν Absorption Consider a beam passing through an absorbing medium. Define the absorption coefficient, α ν, by ie the fractional loss in intensity in travelling a distance ds is α ν ds (convention: positive

More information

Fundamental Stellar Parameters

Fundamental Stellar Parameters Fundamental Stellar Parameters Radiative Transfer Specific Intensity, Radiative Flux and Stellar Luminosity Observed Flux, Emission and Absorption of Radiation Radiative Transfer Equation, Solution and

More information

Appendix B. Solutions to Chapter 2 Problems

Appendix B. Solutions to Chapter 2 Problems Appendix B Solutions to Chapter Problems Problem Problem 4 Problem 3 5 Problem 4 6 Problem 5 6 Problem 6 7 Problem 7 8 Problem 8 8 Problem 9 Problem Problem 3 Problem et f ( ) be a function of one variable

More information

Stellar Atmospheres: A Computational Approach. Senior Project by Kathy Geise

Stellar Atmospheres: A Computational Approach. Senior Project by Kathy Geise Stellar Atmospheres: A Computational Approach Senior Project by Kathy Geise University of Denver March 2008 Abstract The stellar atmosphere contains the outermost layers of the star and includes the region

More information

Monte Carlo Methods:

Monte Carlo Methods: Short Course on Computational Monte Carlo Methods: Fundamentals Shuang Zhao Assistant Professor Computer Science Department University of California, Irvine Shuang Zhao 1 Teaching Objective Introducing

More information

Stellar Atmospheres: Basic Processes and Equations

Stellar Atmospheres: Basic Processes and Equations Stellar Atmospheres: Basic Processes and Equations Giovanni Catanzaro Abstract The content of this chapter is a very quick summary of key concepts that concern the interaction between photons created in

More information

The Radiative Transfer Equation

The Radiative Transfer Equation The Radiative Transfer Equation R. Wordsworth April 11, 215 1 Objectives Derive the general RTE equation Derive the atmospheric 1D horizontally homogenous RTE equation Look at heating/cooling rates in

More information

Solutions: Homework 7

Solutions: Homework 7 Solutions: Homework 7 Ex. 7.1: Frustrated Total Internal Reflection a) Consider light propagating from a prism, with refraction index n, into air, with refraction index 1. We fix the angle of incidence

More information

Optical Depth & Radiative transfer

Optical Depth & Radiative transfer University of Naples Federico II, Academic Year 2011-2012 Istituzioni di Astrofisica, read by prof. Massimo Capaccioli Lecture 8 Optical Depth & Radiative transfer Learning outcomes The student will :

More information

CHAPTER 26. Radiative Transfer

CHAPTER 26. Radiative Transfer CHAPTER 26 Radiative Transfer Consider an incoming signal of specific intensity I ν,0 passing through a cloud (i.e., any gaseous region). As the radiation transits a small path length dr through the cloud,

More information

11. Point Detector Tally

11. Point Detector Tally and suppose that we want half the source to be in the range 005 < E < 1 and the other half to be in the range 1 < E < 20 Then the input is SPn -5 a SIn 005 1 20 SBn C 0 5 1 MCNP breaks up the function

More information

Photoionized Gas Ionization Equilibrium

Photoionized Gas Ionization Equilibrium Photoionized Gas Ionization Equilibrium Ionization Recombination H nebulae - case A and B Strömgren spheres H + He nebulae Heavy elements, dielectronic recombination Ionization structure 1 Ionization Equilibrium

More information

1 Radiative transfer etc

1 Radiative transfer etc Radiative transfer etc Last time we derived the transfer equation dτ ν = S ν I v where I ν is the intensity, S ν = j ν /α ν is the source function and τ ν = R α ν dl is the optical depth. The formal solution

More information

Radiation in the Earth's Atmosphere. Part 1: Absorption and Emission by Atmospheric Gases

Radiation in the Earth's Atmosphere. Part 1: Absorption and Emission by Atmospheric Gases Radiation in the Earth's Atmosphere Part 1: Absorption and Emission by Atmospheric Gases Electromagnetic Waves Electromagnetic waves are transversal. Electric and magnetic fields are perpendicular. In

More information

Interaction theory Photons. Eirik Malinen

Interaction theory Photons. Eirik Malinen Interaction theory Photons Eirik Malinen Introduction Interaction theory Dosimetry Radiation source Ionizing radiation Atoms Ionizing radiation Matter - Photons - Charged particles - Neutrons Ionizing

More information

Spectroscopy Lecture 2

Spectroscopy Lecture 2 Spectroscopy Lecture 2 I. Atomic excitation and ionization II. Radiation Terms III. Absorption and emission coefficients IV. Einstein coefficients V. Black Body radiation I. Atomic excitation and ionization

More information

Electrodynamics of Radiation Processes

Electrodynamics of Radiation Processes Electrodynamics of Radiation Processes 7. Emission from relativistic particles (contd) & Bremsstrahlung http://www.astro.rug.nl/~etolstoy/radproc/ Chapter 4: Rybicki&Lightman Sections 4.8, 4.9 Chapter

More information

Homework 3 Solutions Problem 1 (a) The technique is essentially that of Homework 2, problem 2. The situation is depicted in the figure:

Homework 3 Solutions Problem 1 (a) The technique is essentially that of Homework 2, problem 2. The situation is depicted in the figure: Homework 3 Solutions Problem (a) The technique is essentially that of Homework 2, problem 2. The situation is depicted in the figure: θ photon vdt A θ d Figure : The figure shows the system at time t.

More information

Blackbody Radiation. Rayleigh-Jeans law was an attempt to explain blackbody radiation based on classical ideas:

Blackbody Radiation. Rayleigh-Jeans law was an attempt to explain blackbody radiation based on classical ideas: Blackbody Radiation A Blackbody is an ideal system that absorbs all radiation incident on it. Emission of radiation by a blackbody is independent of the properties of its wall, but depends only on its

More information

Notes on x-ray scattering - M. Le Tacon, B. Keimer (06/2015)

Notes on x-ray scattering - M. Le Tacon, B. Keimer (06/2015) Notes on x-ray scattering - M. Le Tacon, B. Keimer (06/2015) Interaction of x-ray with matter: - Photoelectric absorption - Elastic (coherent) scattering (Thomson Scattering) - Inelastic (incoherent) scattering

More information

Wave Propagation in Uniaxial Media. Reflection and Transmission at Interfaces

Wave Propagation in Uniaxial Media. Reflection and Transmission at Interfaces Lecture 5: Crystal Optics Outline 1 Homogeneous, Anisotropic Media 2 Crystals 3 Plane Waves in Anisotropic Media 4 Wave Propagation in Uniaxial Media 5 Reflection and Transmission at Interfaces Christoph

More information

Quantum Mechanics II Lecture 11 (www.sp.phy.cam.ac.uk/~dar11/pdf) David Ritchie

Quantum Mechanics II Lecture 11 (www.sp.phy.cam.ac.uk/~dar11/pdf) David Ritchie Quantum Mechanics II Lecture (www.sp.phy.cam.ac.u/~dar/pdf) David Ritchie Michaelmas. So far we have found solutions to Section 4:Transitions Ĥ ψ Eψ Solutions stationary states time dependence with time

More information

Analysis of Scattering of Radiation in a Plane-Parallel Atmosphere. Stephanie M. Carney ES 299r May 23, 2007

Analysis of Scattering of Radiation in a Plane-Parallel Atmosphere. Stephanie M. Carney ES 299r May 23, 2007 Analysis of Scattering of Radiation in a Plane-Parallel Atmosphere Stephanie M. Carney ES 299r May 23, 27 TABLE OF CONTENTS. INTRODUCTION... 2. DEFINITION OF PHYSICAL QUANTITIES... 3. DERIVATION OF EQUATION

More information

Monte Carlo Radiation Transport Kenny Wood

Monte Carlo Radiation Transport Kenny Wood MCRT: L0 Some background, what previous courses students should look over, gentle introduction/recap of probabilities Get an idea of computer programming experience of the class Overview of course structure

More information

Sources of radiation

Sources of radiation Sources of radiation Most important type of radiation is blackbody radiation. This is radiation that is in thermal equilibrium with matter at some temperature T. Lab source of blackbody radiation: hot

More information

Tomography and Reconstruction

Tomography and Reconstruction Tomography and Reconstruction Lecture Overview Applications Background/history of tomography Radon Transform Fourier Slice Theorem Filtered Back Projection Algebraic techniques Measurement of Projection

More information

Estimation of neutrino spectra from AGNs using measured VHE γ-ray spectra

Estimation of neutrino spectra from AGNs using measured VHE γ-ray spectra Estimation of neutrino spectra from AGNs using measured VHE -ray spectra Garabed HALLADJIAN December 9 th, 2008 -cr-ν workshop, PARIS 9 December 2008 G. Halladjian 1 Presentation plan Hypotheses & Aim

More information

Chapter 7: Quantum Statistics

Chapter 7: Quantum Statistics Part II: Applications SDSMT, Physics 2013 Fall 1 Introduction Photons, E.M. Radiation 2 Blackbody Radiation The Ultraviolet Catastrophe 3 Thermal Quantities of Photon System Total Energy Entropy 4 Radiation

More information

PHAS3135 The Physics of Stars

PHAS3135 The Physics of Stars PHAS3135 The Physics of Stars Exam 2013 (Zane/Howarth) Answer ALL SIX questions from Section A, and ANY TWO questions from Section B The numbers in square brackets in the right-hand margin indicate the

More information

Monday 9 September, :30-11:30 Class#03

Monday 9 September, :30-11:30 Class#03 Monday 9 September, 2013 10:30-11:30 Class#03 Topics for the hour Solar zenith angle & relationship to albedo Blackbody spectra Stefan-Boltzman Relationship Layer model of atmosphere OLR, Outgoing longwave

More information

Nearly everything that we know about the Sun (& other stars) comes from the photons it emits into space.

Nearly everything that we know about the Sun (& other stars) comes from the photons it emits into space. THE SOLAR ATMOSPHERE Nearly everything that we know about the Sun (& other stars) comes from the photons it emits into space. In the interior, we saw the photon distribution had a dominant isotropic part

More information

What is it good for? RT is a key part of remote sensing and climate modeling.

What is it good for? RT is a key part of remote sensing and climate modeling. Read Bohren and Clothiaux Ch.; Ch 4.-4. Thomas and Stamnes, Ch..-.6; 4.3.-4.3. Radiative Transfer Applications What is it good for? RT is a key part of remote sensing and climate modeling. Remote sensing:

More information

Nearly everything that we know about stars comes from the photons they emit into space.

Nearly everything that we know about stars comes from the photons they emit into space. STELLAR ATMOSPHERES Nearly everything that we know about stars comes from the photons they emit into space. In the interior, we saw the photon distribution had a dominant isotropic part I 0, and just a

More information

Monte Carlo Radiation Transport Kenny Wood

Monte Carlo Radiation Transport Kenny Wood Monte Carlo Radiation Transport Kenny Wood kw25@st-andrews.ac.uk A practical approach to the numerical simulation of radiation transport Develop programs for the random walks of photons and neutrons using

More information

TRANSFER OF RADIATION

TRANSFER OF RADIATION TRANSFER OF RADIATION Under LTE Local Thermodynamic Equilibrium) condition radiation has a Planck black body) distribution. Radiation energy density is given as U r,ν = 8πh c 3 ν 3, LTE), tr.1) e hν/kt

More information

SAMPLING SPECIAL DISTRIBUTIONS

SAMPLING SPECIAL DISTRIBUTIONS SAMPLING SPECIAL DISTRIBUTIONS M. Ragheb 4/9/4 INTRODUCTION Monte Carlo simulations require the sampling of various distributions at different steps in the simulation process. There exist a multitude of

More information

LECTURE # 17 Modern Optics Matter Waves

LECTURE # 17 Modern Optics Matter Waves PHYS 270-SPRING 2011 LECTURE # 17 Modern Optics Matter Waves April 5, 2011 1 Spectroscopy: Unlocking the Structure of Atoms There are two types of spectra, continuous spectra and discrete spectra: Hot,

More information

Weighting Functions and Atmospheric Soundings: Part I

Weighting Functions and Atmospheric Soundings: Part I Weighting Functions and Atmospheric Soundings: Part I Ralf Bennartz Cooperative Institute for Meteorological Satellite Studies University of Wisconsin Madison Outline What we want to know and why we need

More information

Indo-German Winter Academy

Indo-German Winter Academy Indo-German Winter Academy - 2007 Radiation in Non-Participating and Participating Media Tutor Prof. S. C. Mishra Technology Guwahati Chemical Engineering Technology Guwahati 1 Outline Importance of thermal

More information

STOCHASTIC & DETERMINISTIC SOLVERS

STOCHASTIC & DETERMINISTIC SOLVERS STOCHASTIC & DETERMINISTIC SOLVERS Outline Spatial Scales of Optical Technologies & Mathematical Models Prototype RTE Problems 1-D Transport in Slab Geometry: Exact Solution Stochastic Models: Monte Carlo

More information

Problem Set 5 - Solution

Problem Set 5 - Solution Problem Set 5 - Solution E.S. Phinney, and J. Sebastian Pineda March 4, 212 1. a) We consider a source at rest in comoving coordinates at redshift z = a(t )/a(t e ) 1. We want to find out how this redshift

More information

12.815/12.816: RADIATIVE TRANSFER PROBLEM SET #1 SOLUTIONS

12.815/12.816: RADIATIVE TRANSFER PROBLEM SET #1 SOLUTIONS 12.815/12.816: RADIATIVE TRANSFER PROBLEM SET #1 SOLUTIONS TA: NIRAJ INAMDAR 1) Radiation Terminology. We are asked to define a number of standard terms. See also Table 1. Intensity: The amount of energy

More information

To remain at 0 K heat absorbed by the medium must be removed in the amount of. dq dx = q(l) q(0) dx. Q = [1 2E 3 (τ L )] σ(t T 4 2 ).

To remain at 0 K heat absorbed by the medium must be removed in the amount of. dq dx = q(l) q(0) dx. Q = [1 2E 3 (τ L )] σ(t T 4 2 ). 294 RADIATIVE HEAT TRANSFER 13.7 Two infinite, isothermal plates at temperatures T 1 and T 2 are separated by a cold, gray medium of optical thickness τ L = L (no scattering). (a) Calculate the radiative

More information

Radiation in climate models.

Radiation in climate models. Lecture. Radiation in climate models. Objectives:. A hierarchy of the climate models.. Radiative and radiative-convective equilibrium.. Examples of simple energy balance models.. Radiation in the atmospheric

More information

SIMPLE RADIATIVE TRANSFER

SIMPLE RADIATIVE TRANSFER ASTR 511/O Connell Lec 4 1 SIMPLE RADIATIVE TRANSFER The theory of radiative transfer provides the means for determining the emergent EM spectrum of a cosmic source and also for describing the effects

More information

1 3 µ2 p ν (τ ν ) = I ν. s ν (τ ν ) + (1) µ dq ν. dτ ν. and. = Q ν {( 1 µ 2) p ν (τ ν ) }, (2)

1 3 µ2 p ν (τ ν ) = I ν. s ν (τ ν ) + (1) µ dq ν. dτ ν. and. = Q ν {( 1 µ 2) p ν (τ ν ) }, (2) 1. Plane-parallel atmospheres with polarized scattering. In the treatment by Chandrasehar (196, pp 38-5), the transfer equations are expressed in terms of I l and I r, the intensities in directions parallel

More information

1 CHAPTER 5 ABSORPTION, SCATTERING, EXTINCTION AND THE EQUATION OF TRANSFER

1 CHAPTER 5 ABSORPTION, SCATTERING, EXTINCTION AND THE EQUATION OF TRANSFER 1 CHAPTER 5 ABSORPTION, SCATTERING, EXTINCTION AND THE EQUATION OF TRANSFER 5.1 Introduction As radiation struggles to make its way upwards through a stellar atmosphere, it may be weakened by absorption

More information

Monte Carlo radiation transport codes

Monte Carlo radiation transport codes Monte Carlo radiation transport codes How do they work? Michel Maire (Lapp/Annecy) 23/05/2007 introduction to Monte Carlo radiation transport codes 1 Decay in flight (1) An unstable particle have a time

More information

Exploring Monte Carlo Methods

Exploring Monte Carlo Methods Exploring Monte Carlo Methods William L Dunn J. Kenneth Shultis AMSTERDAM BOSTON HEIDELBERG LONDON NEW YORK OXFORD PARIS SAN DIEGO SAN FRANCISCO SINGAPORE SYDNEY TOKYO ELSEVIER Academic Press Is an imprint

More information

Heriot-Watt University

Heriot-Watt University Heriot-Watt University Distinctly Global www.hw.ac.uk Thermodynamics By Peter Cumber Prerequisites Interest in thermodynamics Some ability in calculus (multiple integrals) Good understanding of conduction

More information

Lecture 3: Emission and absorption

Lecture 3: Emission and absorption Lecture 3: Emission and absorption Senior Astrophysics 2017-03-10 Senior Astrophysics Lecture 3: Emission and absorption 2017-03-10 1 / 35 Outline 1 Optical depth 2 Sources of radiation 3 Blackbody radiation

More information

ECE 240a - Notes on Spontaneous Emission within a Cavity

ECE 240a - Notes on Spontaneous Emission within a Cavity ECE 0a - Notes on Spontaneous Emission within a Cavity Introduction Many treatments of lasers treat the rate of spontaneous emission as specified by the time constant τ sp as a constant that is independent

More information

Beyond Bohr Model. Wave-particle duality, Probabilistic formulation of quantum physics Chap. 28

Beyond Bohr Model. Wave-particle duality, Probabilistic formulation of quantum physics Chap. 28 Lecture 22-1 Beyond Bohr Model Unfortunately, the classical visualization of the orbiting electron turns out to be wrong even though it still gives us a simple way to think of the atom. Quantum Mechanics

More information

FIBER OPTICS. Prof. R.K. Shevgaonkar. Department of Electrical Engineering. Indian Institute of Technology, Bombay. Lecture: 15. Optical Sources-LASER

FIBER OPTICS. Prof. R.K. Shevgaonkar. Department of Electrical Engineering. Indian Institute of Technology, Bombay. Lecture: 15. Optical Sources-LASER FIBER OPTICS Prof. R.K. Shevgaonkar Department of Electrical Engineering Indian Institute of Technology, Bombay Lecture: 15 Optical Sources-LASER Fiber Optics, Prof. R.K. Shevgaonkar, Dept. of Electrical

More information

The Black Body Radiation

The Black Body Radiation The Black Body Radiation = Chapter 4 of Kittel and Kroemer The Planck distribution Derivation Black Body Radiation Cosmic Microwave Background The genius of Max Planck Other derivations Stefan Boltzmann

More information

Atmospheric Sciences 321. Science of Climate. Lecture 6: Radiation Transfer

Atmospheric Sciences 321. Science of Climate. Lecture 6: Radiation Transfer Atmospheric Sciences 321 Science of Climate Lecture 6: Radiation Transfer Community Business Check the assignments Moving on to Chapter 3 of book HW #2 due next Wednesday Brief quiz at the end of class

More information

Problem Set 2 Solutions

Problem Set 2 Solutions Problem Set 2 Solutions Problem 1: A A hot blackbody will emit more photons per unit time per unit surface area than a cold blackbody. It does not, however, necessarily need to have a higher luminosity,

More information

Beer-Lambert (cont.)

Beer-Lambert (cont.) The Beer-Lambert Law: Optical Depth Consider the following process: F(x) Absorbed flux df abs F(x + dx) Scattered flux df scat x x + dx The absorption or scattering of radiation by an optically active

More information

Polarization Correlation in the Gamma- Gamma Decay of Positronium

Polarization Correlation in the Gamma- Gamma Decay of Positronium Polarization Correlation in the Gamma- Gamma Decay of Positronium Bin LI Department of Physics & Astronomy, University of Pittsburgh, PA 56, U.S.A April 5, Introduction Positronium is an unstable bound

More information

Bethe-Block. Stopping power of positive muons in copper vs βγ = p/mc. The slight dependence on M at highest energies through T max

Bethe-Block. Stopping power of positive muons in copper vs βγ = p/mc. The slight dependence on M at highest energies through T max Bethe-Block Stopping power of positive muons in copper vs βγ = p/mc. The slight dependence on M at highest energies through T max can be used for PID but typically de/dx depend only on β (given a particle

More information

E n = n h ν. The oscillators must absorb or emit energy in discrete multiples of the fundamental quantum of energy given by.

E n = n h ν. The oscillators must absorb or emit energy in discrete multiples of the fundamental quantum of energy given by. Planck s s Radiation Law Planck made two modifications to the classical theory The oscillators (of electromagnetic origin) can only have certain discrete energies determined by E n = n h ν with n is an

More information

Mechanics Physics 151

Mechanics Physics 151 Mechanics Phsics 151 Lecture 8 Rigid Bod Motion (Chapter 4) What We Did Last Time! Discussed scattering problem! Foundation for all experimental phsics! Defined and calculated cross sections! Differential

More information

Radiation in the atmosphere

Radiation in the atmosphere Radiation in the atmosphere Flux and intensity Blackbody radiation in a nutshell Solar constant Interaction of radiation with matter Absorption of solar radiation Scattering Radiative transfer Irradiance

More information

E d. h, c o, k are all parameters from quantum physics. We need not worry about their precise definition here.

E d. h, c o, k are all parameters from quantum physics. We need not worry about their precise definition here. The actual form of Plank s law is: b db d b 5 e C C2 1 T 1 where: C 1 = 2hc o 2 = 3.7210 8 Wm /m 2 C 2 = hc o /k = 1.3910 mk Where: h, c o, k are all parameters from quantum physics. We need not worry

More information

Radiative Transfer Plane-Parallel Frequency-Dependent

Radiative Transfer Plane-Parallel Frequency-Dependent 4 Radiative Transfer Plane-Parallel Frequency-Dependent variables I ν J ν H ν K ν in astronomy 4. Basic Equations After Fukue, J. 2, PASJ, 63, in press We here assume the followings: i) The disk is steady

More information

Solar Type III Radio Bursts: Directivity Characteristics

Solar Type III Radio Bursts: Directivity Characteristics Journal of Physics: Conference Series PAPER Solar Type III Radio Bursts: Directivity Characteristics To cite this article: G Thejappa and R J MacDowall 15 J. Phys.: Conf. Ser. 642 128 View the article

More information

Monte Carlo method projective estimators for angular and temporal characteristics evaluation of polarized radiation

Monte Carlo method projective estimators for angular and temporal characteristics evaluation of polarized radiation Monte Carlo method projective estimators for angular and temporal characteristics evaluation of polarized radiation Natalya Tracheva Sergey Ukhinov Institute of Computational Mathematics and Mathematical

More information

Characteristic temperatures

Characteristic temperatures Characteristic temperatures Effective temperature Most sources are only roughly blackbodies (if that). So we integrate the flux over frequency and define: F = I cosθ dω d = σ T e 4 i.e. a source of effective

More information

t KH = GM2 RL Pressure Supported Core for a Massive Star Consider a dense core supported by pressure. This core must satisfy the equation:

t KH = GM2 RL Pressure Supported Core for a Massive Star Consider a dense core supported by pressure. This core must satisfy the equation: 1 The Kelvin-Helmholtz Time The Kelvin-Helmhotz time, or t KH, is simply the cooling time for a pressure supported (i.e. in hydrostatic equilibrium), optically thick object. In other words, a pre-main

More information

Chapter 2 Bremsstrahlung and Black Body

Chapter 2 Bremsstrahlung and Black Body Chapter 2 Bremsstrahlung and Black Body 2.1 Bremsstrahlung We will follow an approximate derivation. For a more complete treatment see [2] and [1]. We will consider an electron proton plasma. Definitions:

More information

The Compton Effect. Martha Buckley MIT Department of Physics, Cambridge, MA (Dated: November 26, 2002)

The Compton Effect. Martha Buckley MIT Department of Physics, Cambridge, MA (Dated: November 26, 2002) The Compton Effect Martha Buckley MIT Department of Physics, Cambridge, MA 02139 marthab@mit.edu (Dated: November 26, 2002) We measured the angular dependence of the energies of 661.6 kev photons scattered

More information

Computer Graphics III Radiometry. Jaroslav Křivánek, MFF UK

Computer Graphics III Radiometry. Jaroslav Křivánek, MFF UK Computer Graphics III Radiometry Jaroslav Křivánek, MFF UK Jaroslav.Krivanek@mff.cuni.cz Direction, solid angle, spherical integrals Direction in 3D Direction = unit vector in 3D Cartesian coordinates

More information

Lecture 06. Fundamentals of Lidar Remote Sensing (4) Physical Processes in Lidar

Lecture 06. Fundamentals of Lidar Remote Sensing (4) Physical Processes in Lidar Lecture 06. Fundamentals of Lidar Remote Sensing (4) Physical Processes in Lidar Physical processes in lidar (continued) Doppler effect (Doppler shift and broadening) Boltzmann distribution Reflection

More information

Appendix A. Longwave radiation in a canopy stand

Appendix A. Longwave radiation in a canopy stand 213 Appendix A. ongwave radiation in a canopy stand The longwave radiation transfer equations can be written as (Ross, 1981): di ld (,r) d cosθ = G(,r)i ld (,r)+η,r ( ) (A.1) di lu ( ),r d cosφ = G,r (

More information

Lecture 4* Inherent optical properties, IOP Theory. Loss due to absorption. IOP Theory 12/2/2008

Lecture 4* Inherent optical properties, IOP Theory. Loss due to absorption. IOP Theory 12/2/2008 Lecture 4* Inherent optical properties, part I IOP Theory What properties of a medium affect the radiance field as it propagate through it? 1. Sinks of photons (absorbers) 2. Sources of photons (internal

More information

Brief Introduction to: Transport Theory/Monte Carlo Techniques/MCNP

Brief Introduction to: Transport Theory/Monte Carlo Techniques/MCNP 22:54 Neutron Interactions and Applications Brief Introduction to: Transport Theory/Monte Carlo Techniques/MCNP The behavior of individual neutrons and nuclei cannot be predicted. However, the average

More information

Serco Assurance. Resonance Theory and Transport Theory in WIMSD J L Hutton

Serco Assurance. Resonance Theory and Transport Theory in WIMSD J L Hutton Serco Assurance Resonance Theory and Transport Theory in WIMSD J L Hutton 2 March 2004 Outline of Talk Resonance Treatment Outline of problem - pin cell geometry U 238 cross section Simple non-mathematical

More information

Circular Motion Kinematics

Circular Motion Kinematics Circular Motion Kinematics 8.01 W04D1 Today s Reading Assignment: MIT 8.01 Course Notes Chapter 6 Circular Motion Sections 6.1-6.2 Announcements Math Review Week 4 Tuesday 9-11 pm in 26-152. Next Reading

More information

The curious properties of spin

The curious properties of spin The curious properties of spin February, 07 The Stern-Gerlach experiment The Schrödinger equation predicts degenerate energy levels for atoms electron states that differ only in the z-component of their

More information