![]() |
Thermal-FIST 1.5
Package for hadron resonance gas model applications
|
Base class implementing the ideal gas (no mean field). More...
#include <MeanFieldModels.h>
Public Member Functions | |
MeanFieldModelBase () | |
Constructor for the MeanFieldModelBase class. | |
virtual | ~MeanFieldModelBase () |
Destructor for the MeanFieldModelBase 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. | |
Base class implementing the ideal gas (no mean field).
This class serves as the base for all mean field models and implements the trivial case of an ideal gas with no mean field.
Definition at line 29 of file MeanFieldModels.h.
|
inline |
Constructor for the MeanFieldModelBase class.
Definition at line 35 of file MeanFieldModels.h.
|
inlinevirtual |
Destructor for the MeanFieldModelBase class.
Definition at line 42 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 in thermalfist::MeanFieldModelClausius, thermalfist::MeanFieldModelSkyrme, thermalfist::MeanFieldModelVDF, and thermalfist::MeanFieldModelVDW.
Definition at line 59 of file MeanFieldModels.h.
|
inlinevirtual |
Calculates the temperature derivative of the mean field.
n | Particle number density in fm^-3. |
Reimplemented in thermalfist::MeanFieldModelClausius, thermalfist::MeanFieldModelSkyrme, thermalfist::MeanFieldModelVDF, and thermalfist::MeanFieldModelVDW.
Definition at line 67 of file MeanFieldModels.h.
|
inlinevirtual |
Calculates the mean field value at a given density.
n | Particle number density in fm^-3. |
Reimplemented in thermalfist::MeanFieldModelClausius, thermalfist::MeanFieldModelSkyrme, thermalfist::MeanFieldModelVDF, and thermalfist::MeanFieldModelVDW.
Definition at line 50 of file MeanFieldModels.h.