Thermal-FIST 1.5
Package for hadron resonance gas model applications
Loading...
Searching...
No Matches
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
PCE-Saha-LHC.cpp, and cpc4-mcHRG.cpp.

Definition at line 18 of file ThermalModelParameters.h.

Constructor & Destructor Documentation

◆ ThermalModelParameters() [1/2]

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.

◆ ThermalModelParameters() [2/2]

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

◆ B

int thermalfist::ThermalModelParameters::B

Total baryon charge (CE)

Definition at line 29 of file ThermalModelParameters.h.

◆ C

int thermalfist::ThermalModelParameters::C

Total charm charge (CE)

Definition at line 32 of file ThermalModelParameters.h.

◆ gammaC

double thermalfist::ThermalModelParameters::gammaC

Chemical non-equilibirum fugacity of charm quarks

Definition at line 26 of file ThermalModelParameters.h.

◆ gammaq

double thermalfist::ThermalModelParameters::gammaq

Chemical non-equilibirum fugacity of light quarks

Definition at line 24 of file ThermalModelParameters.h.

◆ gammaS

double thermalfist::ThermalModelParameters::gammaS

Chemical non-equilibirum fugacity of strange quarks

Definition at line 25 of file ThermalModelParameters.h.

◆ muB

double thermalfist::ThermalModelParameters::muB

Baryon chemical potential [GeV]

Examples
PCE-Saha-LHC.cpp.

Definition at line 20 of file ThermalModelParameters.h.

◆ muC

double thermalfist::ThermalModelParameters::muC

Charm chemical potential [GeV]

Examples
cpc4-mcHRG.cpp.

Definition at line 23 of file ThermalModelParameters.h.

◆ muQ

double thermalfist::ThermalModelParameters::muQ

Electric charge chemical potential [GeV]

Examples
NeutronStars-CSHRG.cpp, and cpc4-mcHRG.cpp.

Definition at line 22 of file ThermalModelParameters.h.

◆ muS

double thermalfist::ThermalModelParameters::muS

Strangeness chemical potential [GeV]

Examples
NeutronStars-CSHRG.cpp, and cpc4-mcHRG.cpp.

Definition at line 21 of file ThermalModelParameters.h.

◆ Q

int thermalfist::ThermalModelParameters::Q

Total electric charge (CE)

Definition at line 30 of file ThermalModelParameters.h.

◆ S

int thermalfist::ThermalModelParameters::S

Total strangeness charge (CE)

Definition at line 31 of file ThermalModelParameters.h.

◆ SVc

double thermalfist::ThermalModelParameters::SVc

Canonical correlation volume [fm^3]

Definition at line 28 of file ThermalModelParameters.h.

◆ T

double thermalfist::ThermalModelParameters::T

Temperature [GeV]

Examples
NeutronStars-CSHRG.cpp, PCE-Saha-LHC.cpp, and cpc4-mcHRG.cpp.

Definition at line 19 of file ThermalModelParameters.h.

◆ V

double thermalfist::ThermalModelParameters::V

Total system volume [fm^3]

Examples
PCE-Saha-LHC.cpp.

Definition at line 27 of file ThermalModelParameters.h.


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