Thermal-FIST  1.3
Package for hadron resonance gas model applications
Namespaces | Functions
ExcludedVolumeHelper.h File Reference

Contains some functions do deal with excluded volumes. More...

#include "HRGBase/xMath.h"
#include "HRGBase/ThermalModelBase.h"
#include <cmath>

Go to the source code of this file.

Namespaces

 thermalfist
 The main namespace where all classes and functions of the Thermal-FIST library reside.
 
 thermalfist::CuteHRGHelper
 Contains several helper routines.
 

Functions

double thermalfist::CuteHRGHelper::vr (double r)
 Computes the excluded volume parameter from a given radius parameter value. More...
 
double thermalfist::CuteHRGHelper::rv (double v)
 Computes the radius parameter from a given excluded volume parameter value. More...
 
double thermalfist::CuteHRGHelper::brr (double r1, double r2)
 Computes the symmetric 2nd virial coefficient \( b_{ij} \) of the classical hard spheres equation of state from the two radii. More...
 
std::vector< std::vector< double > > thermalfist::CuteHRGHelper::bijMatrix (const ThermalModelBase *model)
 Returns the matrix of excluded volume coefficients \( \tilde{b}_{ij} \) of an HRG model. More...
 
std::vector< std::vector< double > > thermalfist::CuteHRGHelper::aijMatrix (const ThermalModelBase *model)
 Returns the matrix of van der Waals attraction coefficients \( a_{ij} \) of an HRG model. More...
 

Detailed Description

Contains some functions do deal with excluded volumes.

Definition in file ExcludedVolumeHelper.h.