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

Implementation of a mean field model with components. More...

#include <MeanFieldModelsMulti.h>

Inheritance diagram for thermalfist::MeanFieldModelComponents:
thermalfist::MeanFieldModelMultiBase

Public Member Functions

 MeanFieldModelComponents (int components, const std::vector< MeanFieldModelBase * > &mfmods, const std::vector< int > &ind)
 Constructor for the MeanFieldModelComponents class.
 
virtual ~MeanFieldModelComponents ()
 Destructor for the MeanFieldModelComponents 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.
 
- Public Member Functions inherited from thermalfist::MeanFieldModelMultiBase
 MeanFieldModelMultiBase (int N)
 Constructor for the MeanFieldModelMultiBase class.
 
virtual ~MeanFieldModelMultiBase ()
 Destructor for the MeanFieldModelMultiBase class.
 
virtual void SetDensities (const std::vector< double > &n)
 Sets the densities of particle species.
 
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

std::vector< MeanFieldModelBase * > m_mfmodels
 
- 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 mean field model with components.

This class implements a mean field model where particles are grouped into components with similar mean field properties.

Definition at line 245 of file MeanFieldModelsMulti.h.

Constructor & Destructor Documentation

◆ MeanFieldModelComponents()

thermalfist::MeanFieldModelComponents::MeanFieldModelComponents ( int components,
const std::vector< MeanFieldModelBase * > & mfmods,
const std::vector< int > & ind )
inline

Constructor for the MeanFieldModelComponents class.

Parameters
componentsNumber of components.
mfmodsVector of mean field models for each component.
indVector of component indices for each particle species.

Definition at line 255 of file MeanFieldModelsMulti.h.

◆ ~MeanFieldModelComponents()

thermalfist::MeanFieldModelComponents::~MeanFieldModelComponents ( )
virtual

Destructor for the MeanFieldModelComponents class.

Definition at line 84 of file MeanFieldModelsMulti.cpp.

Member Function Documentation

◆ ComputeComponents()

void thermalfist::MeanFieldModelComponents::ComputeComponents ( )
protectedvirtual

Computes the components based on the mean field parameters.

Reimplemented from thermalfist::MeanFieldModelMultiBase.

Definition at line 160 of file MeanFieldModelsMulti.cpp.

◆ d2v()

double thermalfist::MeanFieldModelComponents::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 109 of file MeanFieldModelsMulti.cpp.

◆ d3v()

double thermalfist::MeanFieldModelComponents::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 119 of file MeanFieldModelsMulti.cpp.

◆ d4v()

double thermalfist::MeanFieldModelComponents::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 130 of file MeanFieldModelsMulti.cpp.

◆ dv()

double thermalfist::MeanFieldModelComponents::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 103 of file MeanFieldModelsMulti.cpp.

◆ dvdT()

double thermalfist::MeanFieldModelComponents::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 142 of file MeanFieldModelsMulti.cpp.

◆ v()

double thermalfist::MeanFieldModelComponents::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 94 of file MeanFieldModelsMulti.cpp.

Member Data Documentation

◆ m_mfmodels

std::vector<MeanFieldModelBase*> thermalfist::MeanFieldModelComponents::m_mfmodels
protected

Definition at line 331 of file MeanFieldModelsMulti.h.


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