![]() |
Thermal-FIST 1.5
Package for hadron resonance gas model applications
|
Class implementing auxiliary functions for the Skyrme mean-field model. More...
#include <MeanFieldModels.h>
Public Member Functions | |
| MeanFieldModelSkyrme (double alpha, double beta, double gam=2.0, double n0=0.16, double dalphadT=0., double dbetadT=0.) | |
| Constructor for the MeanFieldModelSkyrme class. | |
| virtual | ~MeanFieldModelSkyrme () |
| Destructor for the MeanFieldModelSkyrme 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 Skyrme mean-field model.
This class implements the Skyrme mean-field model, which is commonly used in nuclear physics to describe the interaction between nucleons.
Definition at line 214 of file MeanFieldModels.h.
|
inline |
Constructor for the MeanFieldModelSkyrme class.
| alpha | Parameter for the quadratic term in units of GeV*fm^3. |
| beta | Parameter for the higher-order term in units of GeV*fm^3. |
| gam | Exponent for the higher-order term, typically 2.0. |
| n0 | Saturation density in fm^-3, typically 0.16. |
| dalphadT | Temperature derivative of the alpha parameter (optional). |
| dbetadT | Temperature derivative of the beta parameter (optional). |
Definition at line 227 of file MeanFieldModels.h.
|
inlinevirtual |
Destructor for the MeanFieldModelSkyrme class.
Definition at line 241 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 261 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 288 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 249 of file MeanFieldModels.h.