#include <hadgas_eos.h>
Define the data structure for one element of the table.
Definition at line 58 of file hadgas_eos.h.
Public Attributes | |
double | p |
Pressure. More... | |
double | T |
Temperature. More... | |
double | mub |
Net baryochemical potential. More... | |
double | mus |
Net strangeness potential. More... | |
double | muq |
Net charge chemical potential. More... | |
double smash::EosTable::table_element::p |
Pressure.
Definition at line 60 of file hadgas_eos.h.
double smash::EosTable::table_element::T |
Temperature.
Definition at line 62 of file hadgas_eos.h.
double smash::EosTable::table_element::mub |
Net baryochemical potential.
Definition at line 64 of file hadgas_eos.h.
double smash::EosTable::table_element::mus |
Net strangeness potential.
Definition at line 66 of file hadgas_eos.h.
double smash::EosTable::table_element::muq |
Net charge chemical potential.
Definition at line 68 of file hadgas_eos.h.