Thermal-FIST 1.5
Package for hadron resonance gas model applications
Loading...
Searching...
No Matches
thermalfist::MeanFieldModelSkyrme Class Reference

Class implementing auxiliary functions for the Skyrme mean-field model. More...

#include <MeanFieldModels.h>

Inheritance diagram for thermalfist::MeanFieldModelSkyrme:
thermalfist::MeanFieldModelBase

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.
 

Detailed Description

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.

Constructor & Destructor Documentation

◆ MeanFieldModelSkyrme()

thermalfist::MeanFieldModelSkyrme::MeanFieldModelSkyrme ( double alpha,
double beta,
double gam = 2.0,
double n0 = 0.16,
double dalphadT = 0.,
double dbetadT = 0. )
inline

Constructor for the MeanFieldModelSkyrme class.

Parameters
alphaParameter for the quadratic term in units of GeV*fm^3.
betaParameter for the higher-order term in units of GeV*fm^3.
gamExponent for the higher-order term, typically 2.0.
n0Saturation density in fm^-3, typically 0.16.
dalphadTTemperature derivative of the alpha parameter (optional).
dbetadTTemperature derivative of the beta parameter (optional).

Definition at line 227 of file MeanFieldModels.h.

◆ ~MeanFieldModelSkyrme()

virtual thermalfist::MeanFieldModelSkyrme::~MeanFieldModelSkyrme ( )
inlinevirtual

Destructor for the MeanFieldModelSkyrme class.

Definition at line 241 of file MeanFieldModels.h.

Member Function Documentation

◆ dv()

virtual double thermalfist::MeanFieldModelSkyrme::dv ( int order,
double n ) const
inlinevirtual

Calculates the density derivatives of the mean field.

Parameters
orderOrder of the derivative.
nParticle number density in fm^-3.
Returns
Derivative of the mean field in units of GeV * fm^{3 * (order-1)}.

Reimplemented from thermalfist::MeanFieldModelBase.

Definition at line 261 of file MeanFieldModels.h.

◆ dvdT()

virtual double thermalfist::MeanFieldModelSkyrme::dvdT ( double n) const
inlinevirtual

Calculates the temperature derivative of the mean field.

Parameters
nParticle number density in fm^-3.
Returns
Temperature derivative of the mean field in units of fm^{-3}.

Reimplemented from thermalfist::MeanFieldModelBase.

Definition at line 288 of file MeanFieldModels.h.

◆ v()

virtual double thermalfist::MeanFieldModelSkyrme::v ( double n) const
inlinevirtual

Calculates the mean field value at a given density.

Parameters
nParticle number density in fm^-3.
Returns
Mean field value in units of GeV/fm^3.

Reimplemented from thermalfist::MeanFieldModelBase.

Definition at line 249 of file MeanFieldModels.h.


The documentation for this class was generated from the following file: