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

Implementation of a charge density dependent mean field model. More...

#include <MeanFieldModelsMulti.h>

Inheritance diagram for thermalfist::MeanFieldModelChargeDensityDependent:
thermalfist::MeanFieldModelMultiBase

Public Member Functions

 MeanFieldModelChargeDensityDependent (MeanFieldModelBase *mfmod, const std::vector< double > &chgs)
 Constructor for the MeanFieldModelChargeDensityDependent class.
 
virtual ~MeanFieldModelChargeDensityDependent ()
 Destructor for the MeanFieldModelChargeDensityDependent class.
 
virtual double v () const
 Calculates the mean field value.
 
virtual double dv (int i) const
 Calculates the first derivative of the mean field.
 
virtual double d2v (int i, int j) const
 Calculates the second derivative of the mean field.
 
virtual double d3v (int i, int j, int k) const
 Calculates the third derivative of the mean field.
 
virtual double d4v (int i, int j, int k, int l) const
 Calculates the fourth derivative of the mean field.
 
virtual double dvdT () const
 Calculates the temperature derivative of the mean field.
 
virtual void SetDensities (const std::vector< double > &n)
 Sets the densities of particle species.
 
- Public Member Functions inherited from thermalfist::MeanFieldModelMultiBase
 MeanFieldModelMultiBase (int N)
 Constructor for the MeanFieldModelMultiBase class.
 
virtual ~MeanFieldModelMultiBase ()
 Destructor for the MeanFieldModelMultiBase class.
 
virtual const std::vector< int > & ComponentIndices () const
 Gets the component indices.
 
virtual const std::vector< int > & ComponentIndicesFrom () const
 Gets the component indices from.
 
virtual const int ComponentsNumber () const
 Gets the number of components.
 

Protected Member Functions

virtual void ComputeComponents ()
 Computes the components based on the mean field parameters.
 

Protected Attributes

MeanFieldModelBasem_mfmodel
 
std::vector< double > m_charges
 
double m_nB
 
- Protected Attributes inherited from thermalfist::MeanFieldModelMultiBase
int m_N
 
std::vector< double > m_densities
 
std::vector< int > m_components
 
std::vector< int > m_componentsFrom
 
int m_componentsNumber
 
std::vector< double > m_densities_components
 

Detailed Description

Implementation of a charge density dependent mean field model.

This class implements a mean field model where the mean field depends on the charge density of the system rather than the individual particle densities.

Definition at line 342 of file MeanFieldModelsMulti.h.

Constructor & Destructor Documentation

◆ MeanFieldModelChargeDensityDependent()

thermalfist::MeanFieldModelChargeDensityDependent::MeanFieldModelChargeDensityDependent ( MeanFieldModelBase * mfmod,
const std::vector< double > & chgs )
inline

Constructor for the MeanFieldModelChargeDensityDependent class.

Parameters
mfmodPointer to the mean field model for a single component.
chgsVector of charge indices for each particle species.

Definition at line 351 of file MeanFieldModelsMulti.h.

◆ ~MeanFieldModelChargeDensityDependent()

thermalfist::MeanFieldModelChargeDensityDependent::~MeanFieldModelChargeDensityDependent ( )
virtual

Destructor for the MeanFieldModelChargeDensityDependent class.

Definition at line 168 of file MeanFieldModelsMulti.cpp.

Member Function Documentation

◆ ComputeComponents()

void thermalfist::MeanFieldModelChargeDensityDependent::ComputeComponents ( )
protectedvirtual

Computes the components based on the mean field parameters.

Reimplemented from thermalfist::MeanFieldModelMultiBase.

Definition at line 214 of file MeanFieldModelsMulti.cpp.

◆ d2v()

double thermalfist::MeanFieldModelChargeDensityDependent::d2v ( int i,
int j ) const
virtual

Calculates the second derivative of the mean field.

Parameters
iFirst species index.
jSecond species index.
Returns
Second derivative of the mean field.

Reimplemented from thermalfist::MeanFieldModelMultiBase.

Definition at line 186 of file MeanFieldModelsMulti.cpp.

◆ d3v()

double thermalfist::MeanFieldModelChargeDensityDependent::d3v ( int i,
int j,
int k ) const
virtual

Calculates the third derivative of the mean field.

Parameters
iFirst species index.
jSecond species index.
kThird species index.
Returns
Third derivative of the mean field.

Reimplemented from thermalfist::MeanFieldModelMultiBase.

Definition at line 191 of file MeanFieldModelsMulti.cpp.

◆ d4v()

double thermalfist::MeanFieldModelChargeDensityDependent::d4v ( int i,
int j,
int k,
int l ) const
virtual

Calculates the fourth derivative of the mean field.

Parameters
iFirst species index.
jSecond species index.
kThird species index.
lFourth species index.
Returns
Fourth derivative of the mean field.

Reimplemented from thermalfist::MeanFieldModelMultiBase.

Definition at line 196 of file MeanFieldModelsMulti.cpp.

◆ dv()

double thermalfist::MeanFieldModelChargeDensityDependent::dv ( int i) const
virtual

Calculates the first derivative of the mean field.

Parameters
iSpecies index.
Returns
First derivative of the mean field.

Reimplemented from thermalfist::MeanFieldModelMultiBase.

Definition at line 181 of file MeanFieldModelsMulti.cpp.

◆ dvdT()

double thermalfist::MeanFieldModelChargeDensityDependent::dvdT ( ) const
virtual

Calculates the temperature derivative of the mean field.

Returns
Temperature derivative of the mean field.

Reimplemented from thermalfist::MeanFieldModelMultiBase.

Definition at line 201 of file MeanFieldModelsMulti.cpp.

◆ SetDensities()

void thermalfist::MeanFieldModelChargeDensityDependent::SetDensities ( const std::vector< double > & n)
virtual

Sets the densities of particle species.

Parameters
nVector of densities.

Reimplemented from thermalfist::MeanFieldModelMultiBase.

Definition at line 206 of file MeanFieldModelsMulti.cpp.

◆ v()

double thermalfist::MeanFieldModelChargeDensityDependent::v ( ) const
virtual

Calculates the mean field value.

Returns
Mean field value in units of GeV/fm^3.

Reimplemented from thermalfist::MeanFieldModelMultiBase.

Definition at line 176 of file MeanFieldModelsMulti.cpp.

Member Data Documentation

◆ m_charges

std::vector<double> thermalfist::MeanFieldModelChargeDensityDependent::m_charges
protected

Definition at line 432 of file MeanFieldModelsMulti.h.

◆ m_mfmodel

MeanFieldModelBase* thermalfist::MeanFieldModelChargeDensityDependent::m_mfmodel
protected

Definition at line 431 of file MeanFieldModelsMulti.h.

◆ m_nB

double thermalfist::MeanFieldModelChargeDensityDependent::m_nB
protected

Definition at line 433 of file MeanFieldModelsMulti.h.


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