![]() |
Thermal-FIST 1.5
Package for hadron resonance gas model applications
|
#include "HRGBase/ThermalModelBase.h"
Go to the source code of this file.
Classes | |
class | thermalfist::ThermalModelVDW |
Class implementing the quantum van der Waals HRG model. More... | |
Namespaces | |
namespace | thermalfist |
The main namespace where all classes and functions of the Thermal-FIST library reside. | |
Typedefs | |
typedef ThermalModelVDW | thermalfist::ThermalModelVDWFull |
For backward compatibility. | |
Functions | |
void | thermalfist::SetVDWHRGInteractionParameters (ThermalModelBase *model, double a, double b) |
Sets vdW interactions for baryon-baryon and antibaryon-antibaryon pairs as in https://arxiv.org/abs/1609.03975. | |
void | thermalfist::SetVDWHRGInteractionParameters (ThermalModelBase *model, const std::vector< std::vector< double > > &a, const std::vector< std::vector< double > > &b) |
Sets vdW interactions based on the provided matrices of attraction and repulsion parameters. | |