Thermal-FIST  1.3
Package for hadron resonance gas model applications
Public Member Functions | Public Attributes | List of all members
thermalfist::ThermalModelParameters Struct Reference

Structure containing all thermal parameters of the model. More...

#include <ThermalModelParameters.h>

Public Member Functions

 ThermalModelParameters (double pT=0.155, double pmuB=0.000, double pmuS=0., double pmuQ=0., double pgammaS=1., double pV=4000., double pSVc=30., int pB=2, int pQ=2, int pS=0, int pC=0)
 
 ThermalModelParameters (double pT, double pgammaS, double pV, int pB, int pQ, int pS, int pC=0)
 

Public Attributes

double T
 
double muB
 
double muS
 
double muQ
 
double muC
 
double gammaq
 
double gammaS
 
double gammaC
 
double V
 
double SVc
 
int B
 
int Q
 
int S
 
int C
 

Detailed Description

Structure containing all thermal parameters of the model.

Used in ThermalParticle class when calculating the ideal gas functions.

Examples:
cpc4-mcHRG.cpp, and PCE-Saha-LHC.cpp.

Definition at line 18 of file ThermalModelParameters.h.

Constructor & Destructor Documentation

thermalfist::ThermalModelParameters::ThermalModelParameters ( double  pT = 0.155,
double  pmuB = 0.000,
double  pmuS = 0.,
double  pmuQ = 0.,
double  pgammaS = 1.,
double  pV = 4000.,
double  pSVc = 30.,
int  pB = 2,
int  pQ = 2,
int  pS = 0,
int  pC = 0 
)
inline

Definition at line 34 of file ThermalModelParameters.h.

thermalfist::ThermalModelParameters::ThermalModelParameters ( double  pT,
double  pgammaS,
double  pV,
int  pB,
int  pQ,
int  pS,
int  pC = 0 
)
inline

Definition at line 38 of file ThermalModelParameters.h.

Member Data Documentation

int thermalfist::ThermalModelParameters::B

Total baryon charge (CE)

Definition at line 29 of file ThermalModelParameters.h.

int thermalfist::ThermalModelParameters::C

Total charm charge (CE)

Definition at line 32 of file ThermalModelParameters.h.

double thermalfist::ThermalModelParameters::gammaC

Chemical non-equilibirum fugacity of charm quarks

Definition at line 26 of file ThermalModelParameters.h.

double thermalfist::ThermalModelParameters::gammaq

Chemical non-equilibirum fugacity of light quarks

Definition at line 24 of file ThermalModelParameters.h.

double thermalfist::ThermalModelParameters::gammaS

Chemical non-equilibirum fugacity of strange quarks

Definition at line 25 of file ThermalModelParameters.h.

double thermalfist::ThermalModelParameters::muB

Baryon chemical potential [GeV]

Examples:
PCE-Saha-LHC.cpp.

Definition at line 20 of file ThermalModelParameters.h.

double thermalfist::ThermalModelParameters::muC

Charm chemical potential [GeV]

Examples:
cpc4-mcHRG.cpp.

Definition at line 23 of file ThermalModelParameters.h.

double thermalfist::ThermalModelParameters::muQ

Electric charge chemical potential [GeV]

Examples:
cpc4-mcHRG.cpp.

Definition at line 22 of file ThermalModelParameters.h.

double thermalfist::ThermalModelParameters::muS

Strangeness chemical potential [GeV]

Examples:
cpc4-mcHRG.cpp.

Definition at line 21 of file ThermalModelParameters.h.

int thermalfist::ThermalModelParameters::Q

Total electric charge (CE)

Definition at line 30 of file ThermalModelParameters.h.

int thermalfist::ThermalModelParameters::S

Total strangeness charge (CE)

Definition at line 31 of file ThermalModelParameters.h.

double thermalfist::ThermalModelParameters::SVc

Canonical correlation volume [fm^3]

Definition at line 28 of file ThermalModelParameters.h.

double thermalfist::ThermalModelParameters::T

Temperature [GeV]

Examples:
cpc4-mcHRG.cpp, and PCE-Saha-LHC.cpp.

Definition at line 19 of file ThermalModelParameters.h.

double thermalfist::ThermalModelParameters::V

Total system volume [fm^3]

Examples:
cpc4-mcHRG.cpp, and PCE-Saha-LHC.cpp.

Definition at line 27 of file ThermalModelParameters.h.


The documentation for this struct was generated from the following file: