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

Class implementing auxiliary functions for the vector density functional (VDF) model. More...

#include <MeanFieldModels.h>

Inheritance diagram for thermalfist::MeanFieldModelVDF:
thermalfist::MeanFieldModelBase

Public Member Functions

 MeanFieldModelVDF (int N, std::vector< double > Ck, std::vector< double > bk, double n0=0., std::vector< double > dCkdT=std::vector< double >(), std::vector< double > dbkdT=std::vector< double >())
 Constructor for the MeanFieldModelVDF class.
 
virtual ~MeanFieldModelVDF ()
 Destructor for the MeanFieldModelVDF 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 vector density functional (VDF) model.

This class implements the vector density functional (VDF) model from https://arxiv.org/pdf/2011.06635, which provides a flexible framework for describing mean-field interactions.

Definition at line 306 of file MeanFieldModels.h.

Constructor & Destructor Documentation

◆ MeanFieldModelVDF()

thermalfist::MeanFieldModelVDF::MeanFieldModelVDF ( int N,
std::vector< double > Ck,
std::vector< double > bk,
double n0 = 0.,
std::vector< double > dCkdT = std::vector<double>(),
std::vector< double > dbkdT = std::vector<double>() )
inline

Constructor for the MeanFieldModelVDF class.

Parameters
NNumber of terms in the VDF model.
CkVector of coefficients for each term.
bkVector of density exponents for each term.
n0Reference density (optional).
dCkdTVector of temperature derivatives of the Ck coefficients (optional).
dbkdTVector of temperature derivatives of the bk exponents (optional).

Definition at line 319 of file MeanFieldModels.h.

◆ ~MeanFieldModelVDF()

virtual thermalfist::MeanFieldModelVDF::~MeanFieldModelVDF ( )
inlinevirtual

Destructor for the MeanFieldModelVDF class.

Definition at line 337 of file MeanFieldModels.h.

Member Function Documentation

◆ dv()

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

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 15 of file MeanFieldModels.cpp.

◆ dvdT()

double thermalfist::MeanFieldModelVDF::dvdT ( double n) const
virtual

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 31 of file MeanFieldModels.cpp.

◆ v()

double thermalfist::MeanFieldModelVDF::v ( double n) const
virtual

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 5 of file MeanFieldModels.cpp.


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