Setting Up the SimulationΒΆ
The first step executed when TARDIS runs is to call an instance of the Simulation
class. This sets up a lot of
things that TARDIS will need during its run. The two main things that are set up are the supernova model and the
initial plasma state (which may be updated throughout the simulation, see Estimators and Convergence). The pages linked
below explain how these are calculated, as well as showing this in action by calling an instance of the
Simulation
class.