![]() |
Thermal-FIST 1.5
Package for hadron resonance gas model applications
|
Class implementing auxiliary functions for the Clausius mean-field model. More...
#include <MeanFieldModels.h>
Public Member Functions | |
| MeanFieldModelClausius (double a, double c, double dadT=0., double dcdT=0.) | |
| Constructor for the MeanFieldModelClausius class. | |
| virtual | ~MeanFieldModelClausius () |
| Destructor for the MeanFieldModelClausius class. | |
| virtual double | v (double n) const |
| Calculates the mean field value at a given density. | |
| virtual double | dv (int order, double n) const |
| Calculates the density derivatives of the mean field. | |
| virtual double | dvdT (double n) const |
| Calculates the temperature derivative of the mean field. | |
Public Member Functions inherited from thermalfist::MeanFieldModelBase | |
| MeanFieldModelBase () | |
| Constructor for the MeanFieldModelBase class. | |
| virtual | ~MeanFieldModelBase () |
| Destructor for the MeanFieldModelBase class. | |
Class implementing auxiliary functions for the Clausius mean-field model.
This class implements the Clausius mean-field model as described in https://arxiv.org/pdf/1701.06524.pdf, which includes a denominator term to account for saturation effects at high densities.
Definition at line 138 of file MeanFieldModels.h.
|
inline |
Constructor for the MeanFieldModelClausius class.
| a | Attraction parameter in units of GeV*fm^3. |
| c | Parameter controlling the saturation of the mean field at high densities. |
| dadT | Temperature derivative of the attraction parameter (optional). |
| dcdT | Temperature derivative of the c parameter (optional). |
Definition at line 149 of file MeanFieldModels.h.
|
inlinevirtual |
Destructor for the MeanFieldModelClausius class.
Definition at line 157 of file MeanFieldModels.h.
|
inlinevirtual |
Calculates the density derivatives of the mean field.
| order | Order of the derivative. |
| n | Particle number density in fm^-3. |
Reimplemented from thermalfist::MeanFieldModelBase.
Definition at line 174 of file MeanFieldModels.h.
|
inlinevirtual |
Calculates the temperature derivative of the mean field.
| n | Particle number density in fm^-3. |
Reimplemented from thermalfist::MeanFieldModelBase.
Definition at line 199 of file MeanFieldModels.h.
|
inlinevirtual |
Calculates the mean field value at a given density.
| n | Particle number density in fm^-3. |
Reimplemented from thermalfist::MeanFieldModelBase.
Definition at line 165 of file MeanFieldModels.h.