Version: SMASH-3.1
ASCII thermodynamics output

The thermodynamics output (thermodynamics.dat) is used to output either:

  • thermodynamic quantities at one point (Smearing: on)
  • thermodynamic quantities averaged over every particle in an event (Smearing: off - mostly useful for box setups).

Smearing can be switched on or off in the configuration file, see content-specific output options.

The calculated quantities of the file can include: the Eckart density, the energy-momentum tensor in the lab and/or Landau frame, the Landau velocity and the electric/baryonic/strange currents (they will also be outputted in this order); note that the Eckart density is currently not affected by turning smearing off, and will always return the density at a point.
Which of these quantities are outputted needs to be specified in the config file. They will be calculated using one of the following density types: hadron, baryon, baryonic isospin, pion, or none.
The output file does contain any information about whether all hadrons are included or only participants.

The format of the file is the following:

Header in case of evaluation at one point

# **smash_version** thermodynamics output
# @ point ( **position** ) [fm]
# **density_type**
# time [fm], ** a list of all columns that will be printed, + units **

The header consists of 4 lines starting with a '#', containing the following information:

  1. SMASH-version and the information, that 'thermodynamic output' is provided
  2. The point of evaluation
  3. The density type, as specified in the config file
  4. The header with all column names


Header in case of average over the entire volume

# **smash_version** thermodynamics output
# averaged over the entire volume
# **density_type**
# time [fm], ** a list of all columns that will be printed, + units **

The header consists of 4 lines starting with a '#', containing the following information:

  1. SMASH-version and the information, that 'thermodynamic output' is provided
  2. The info that the quantities are 'averaged over the entire volume'
  3. The density type, as specified in the config file
  4. The header with all column names


Event Header
Each event is indicated with an event starting line:

# event number

where

  • number: Event number

Note, that 'event' is not a variable but a word that is printed.
The event indication line is followed by the data lines formatted as:

time [density] [10 cols Tmunu_Lab] [10 cols Tmunu_Landau] [3 cols v_Landau] [4 cols el_current] [4 cols bar_current] [4 cols str_current]

where

  • density: The density specified in the configuration file.
  • Tmunu_Lab: Energy-momentum tensor in the lab frame (10 columns).
  • Tmunu_Landau: Energy-momentum tensor in the Landau frame (10 columns).
  • v_Landau: The velocity in Landau frame (3 columns).
  • el_current: The electric current in the lab frame (4 columns).
  • bar_current: The baryonic current in the lab frame (4 columns).
  • str_current: The strange current in the lab frame (4 columns).

Note that the number of columns depends on what was specified in the configuration file, i.e. all quantities in brackets will only be there if specifically asked for.