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

Class implementing auxiliary functions for the VDW excluded volume model truncated at n^3. This corresponds to the trivial model (TVM) from https://arxiv.org/abs/1909.02276. More...

#include <ExcludedVolumeModels.h>

Inheritance diagram for thermalfist::ExcludedVolumeModelTVM:
thermalfist::ExcludedVolumeModelBase

Public Member Functions

 ExcludedVolumeModelTVM ()
 
virtual ~ExcludedVolumeModelTVM ()
 
virtual double EtaMax () const
 
virtual double f (double eta) const
 
double d1f (double eta) const
 
double d2f (double eta) const
 
double d3f (double eta) const
 
double d4f (double eta) const
 
virtual double df (int n, double eta) const
 
virtual double etasol (double etatil) const
 
- Public Member Functions inherited from thermalfist::ExcludedVolumeModelBase
 ExcludedVolumeModelBase ()
 
virtual ~ExcludedVolumeModelBase ()
 
virtual double etasolBinarySearch (double etatil) const
 

Detailed Description

Class implementing auxiliary functions for the VDW excluded volume model truncated at n^3. This corresponds to the trivial model (TVM) from https://arxiv.org/abs/1909.02276.

Definition at line 134 of file ExcludedVolumeModels.h.

Constructor & Destructor Documentation

◆ ExcludedVolumeModelTVM()

thermalfist::ExcludedVolumeModelTVM::ExcludedVolumeModelTVM ( )
inline

Definition at line 137 of file ExcludedVolumeModels.h.

◆ ~ExcludedVolumeModelTVM()

virtual thermalfist::ExcludedVolumeModelTVM::~ExcludedVolumeModelTVM ( )
inlinevirtual

Definition at line 140 of file ExcludedVolumeModels.h.

Member Function Documentation

◆ d1f()

double thermalfist::ExcludedVolumeModelTVM::d1f ( double eta) const
inline

Definition at line 145 of file ExcludedVolumeModels.h.

◆ d2f()

double thermalfist::ExcludedVolumeModelTVM::d2f ( double eta) const
inline

Definition at line 148 of file ExcludedVolumeModels.h.

◆ d3f()

double thermalfist::ExcludedVolumeModelTVM::d3f ( double eta) const
inline

Definition at line 151 of file ExcludedVolumeModels.h.

◆ d4f()

double thermalfist::ExcludedVolumeModelTVM::d4f ( double eta) const
inline

Definition at line 154 of file ExcludedVolumeModels.h.

◆ df()

double thermalfist::ExcludedVolumeModelTVM::df ( int n,
double eta ) const
virtual

Reimplemented from thermalfist::ExcludedVolumeModelBase.

Definition at line 55 of file ExcludedVolumeModels.cpp.

◆ EtaMax()

virtual double thermalfist::ExcludedVolumeModelTVM::EtaMax ( ) const
inlinevirtual

Reimplemented from thermalfist::ExcludedVolumeModelBase.

Definition at line 141 of file ExcludedVolumeModels.h.

◆ etasol()

virtual double thermalfist::ExcludedVolumeModelTVM::etasol ( double etatil) const
inlinevirtual

Reimplemented from thermalfist::ExcludedVolumeModelBase.

Definition at line 159 of file ExcludedVolumeModels.h.

◆ f()

virtual double thermalfist::ExcludedVolumeModelTVM::f ( double eta) const
inlinevirtual

Reimplemented from thermalfist::ExcludedVolumeModelBase.

Definition at line 142 of file ExcludedVolumeModels.h.


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