{ "cells": [ { "cell_type": "markdown", "id": "6c0dbe0a", "metadata": {}, "source": [ "# Energy Packet Initialization\n", "\n", "## Theory\n", "\n", "While it is instructive to think about tracking the propagation history of\n", "individual photons when illustrating the basic idea behind Monte Carlo radiative transfer\n", "techniques, there are important numerical reasons for using a different\n", "discretization scheme. Instead of thinking in the photon picture, it brings\n", "significant advantages to follow the idea of [] and\n", "[] and consider parcels of radiant energy as the fundamental\n", "building blocks of the Monte Carlo calculation. These basic Monte Carlo quanta\n", "are commonly referred to as \"energy packets\" or simply \"packets\", and are composed of many photons with the same frequency.\n", "\n", "During a Monte Carlo calculation, $N$ (a large number) packets, all with a certain\n", "energy $\\varepsilon$, are created at the inner boundary of the computational domain (which is discussed in the [model section](../setup/model.rst)) known as the photosphere. Currently, the photosphere is modeled as a spherical [blackbody](https://en.wikipedia.org/wiki/Black-body_radiation) with a radius $r_\\mathrm{boundary\\_inner}$ and temperature $T_\\mathrm{inner}$. Both of these quantities are calculated as a part of the [model](../setup/model.ipynb), and $T_\\mathrm{inner}$ is additionally updated throughout the simulation as a part of the [convergence](../est_and_conv/convergence.rst) process.\n", "\n", "In TARDIS, all packets are assigned identical energies **in the lab frame** (see [Reference Frames](propagation.rst#reference-frames)), and the total (lab-frame) energy of the packets is 1 erg (and thus each packet has an energy of $\\frac{1}{N}$ ergs).\n", "\n", "