![]() |
Thermal-FIST 1.5
Package for hadron resonance gas model applications
|
Base class implementing field pressure contribution function in the effective mass model. Default is linear scalar interaction, as in https://arxiv.org/abs/2004.09004 [Eq. (26)]. More...
#include <EffectiveMassModel.h>
Public Member Functions | |
| EMMFieldPressure (double mass=0.135, double c=0) | |
| Constructor for the EMMFieldPressure class. | |
| virtual | ~EMMFieldPressure () |
| Virtual destructor for the EMMFieldPressure class. | |
| virtual EMMFieldPressure * | clone () const |
| Creates a clone of this EMMFieldPressure object. | |
| virtual double | pf (double x) const |
| Field pressure as a function of effective mass x. | |
| virtual double | Dpf (double x) const |
| Derivative of the field pressure with respect to effective mass x. | |
| virtual double | D2pf (double x) const |
| Second derivative of the field pressure with respect to effective mass x. | |
Protected Attributes | |
| double | m_mass |
| double | m_c |
Base class implementing field pressure contribution function in the effective mass model. Default is linear scalar interaction, as in https://arxiv.org/abs/2004.09004 [Eq. (26)].
Definition at line 19 of file EffectiveMassModel.h.
|
inline |
Constructor for the EMMFieldPressure class.
| mass | The mass parameter (default: 0.135 GeV). |
| c | The coupling parameter (default: 0). |
Definition at line 30 of file EffectiveMassModel.h.
|
inlinevirtual |
Virtual destructor for the EMMFieldPressure class.
Definition at line 37 of file EffectiveMassModel.h.
|
inlinevirtual |
Creates a clone of this EMMFieldPressure object.
Reimplemented in thermalfist::EMMFieldPressureChPT.
Definition at line 44 of file EffectiveMassModel.h.
|
inlinevirtual |
Second derivative of the field pressure with respect to effective mass x.
| x | The effective mass value. |
Reimplemented in thermalfist::EMMFieldPressureChPT.
Definition at line 68 of file EffectiveMassModel.h.
|
inlinevirtual |
Derivative of the field pressure with respect to effective mass x.
| x | The effective mass value. |
Reimplemented in thermalfist::EMMFieldPressureChPT.
Definition at line 60 of file EffectiveMassModel.h.
|
inlinevirtual |
Field pressure as a function of effective mass x.
| x | The effective mass value. |
Reimplemented in thermalfist::EMMFieldPressureChPT.
Definition at line 52 of file EffectiveMassModel.h.
|
protected |
Definition at line 22 of file EffectiveMassModel.h.
|
protected |
Definition at line 21 of file EffectiveMassModel.h.