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

Base class implementing the ideal gas (no mean field). More...

#include <MeanFieldModels.h>

Inheritance diagram for thermalfist::MeanFieldModelBase:
thermalfist::MeanFieldModelClausius thermalfist::MeanFieldModelSkyrme thermalfist::MeanFieldModelVDF thermalfist::MeanFieldModelVDW

Public Member Functions

 MeanFieldModelBase ()
 Constructor for the MeanFieldModelBase class.
 
virtual ~MeanFieldModelBase ()
 Destructor for the MeanFieldModelBase 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.
 

Detailed Description

Base class implementing the ideal gas (no mean field).

This class serves as the base for all mean field models and implements the trivial case of an ideal gas with no mean field.

Definition at line 29 of file MeanFieldModels.h.

Constructor & Destructor Documentation

◆ MeanFieldModelBase()

thermalfist::MeanFieldModelBase::MeanFieldModelBase ( )
inline

Constructor for the MeanFieldModelBase class.

Definition at line 35 of file MeanFieldModels.h.

◆ ~MeanFieldModelBase()

virtual thermalfist::MeanFieldModelBase::~MeanFieldModelBase ( )
inlinevirtual

Destructor for the MeanFieldModelBase class.

Definition at line 42 of file MeanFieldModels.h.

Member Function Documentation

◆ dv()

virtual double thermalfist::MeanFieldModelBase::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 in thermalfist::MeanFieldModelClausius, thermalfist::MeanFieldModelSkyrme, thermalfist::MeanFieldModelVDF, and thermalfist::MeanFieldModelVDW.

Definition at line 59 of file MeanFieldModels.h.

◆ dvdT()

virtual double thermalfist::MeanFieldModelBase::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 in thermalfist::MeanFieldModelClausius, thermalfist::MeanFieldModelSkyrme, thermalfist::MeanFieldModelVDF, and thermalfist::MeanFieldModelVDW.

Definition at line 67 of file MeanFieldModels.h.

◆ v()

virtual double thermalfist::MeanFieldModelBase::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 in thermalfist::MeanFieldModelClausius, thermalfist::MeanFieldModelSkyrme, thermalfist::MeanFieldModelVDF, and thermalfist::MeanFieldModelVDW.

Definition at line 50 of file MeanFieldModels.h.


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