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

Class implementing auxiliary functions for the linear (van der Waals) mean-field model. More...

#include <MeanFieldModels.h>

Inheritance diagram for thermalfist::MeanFieldModelVDW:
thermalfist::MeanFieldModelBase

Public Member Functions

 MeanFieldModelVDW (double a, double dadT=0.)
 Constructor for the MeanFieldModelVDW class.
 
virtual ~MeanFieldModelVDW ()
 Destructor for the MeanFieldModelVDW 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 linear (van der Waals) mean-field model.

This class implements the linear mean-field model, also known as the van der Waals model, where the mean field is proportional to the particle number density.

Definition at line 76 of file MeanFieldModels.h.

Constructor & Destructor Documentation

◆ MeanFieldModelVDW()

thermalfist::MeanFieldModelVDW::MeanFieldModelVDW ( double a,
double dadT = 0. )
inline

Constructor for the MeanFieldModelVDW class.

Parameters
aAttraction parameter in units of GeV*fm^3.
dadTTemperature derivative of the attraction parameter (optional).

Definition at line 85 of file MeanFieldModels.h.

◆ ~MeanFieldModelVDW()

virtual thermalfist::MeanFieldModelVDW::~MeanFieldModelVDW ( )
inlinevirtual

Destructor for the MeanFieldModelVDW class.

Definition at line 92 of file MeanFieldModels.h.

Member Function Documentation

◆ dv()

virtual double thermalfist::MeanFieldModelVDW::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 109 of file MeanFieldModels.h.

◆ dvdT()

virtual double thermalfist::MeanFieldModelVDW::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 125 of file MeanFieldModels.h.

◆ v()

virtual double thermalfist::MeanFieldModelVDW::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 100 of file MeanFieldModels.h.


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