Thermal-FIST  1.3
Package for hadron resonance gas model applications
Public Member Functions | List of all members
thermalfist::ExcludedVolumeModel Class Reference

Base class implementing auxiliary excluded-volume functions needed for multi-component mean-field approach. Contains van der Waals functions. More...

#include <ExcludedVolumeModel.h>

Inheritance diagram for thermalfist::ExcludedVolumeModel:
thermalfist::ExcludedVolumeModelCS

Public Member Functions

 ExcludedVolumeModel ()
 
virtual ~ExcludedVolumeModel ()
 
virtual double xMax () const
 
virtual double f (double x) const
 
virtual double g1 (double x) const
 
virtual double g2 (double x) const
 
virtual double g3 (double) const
 
virtual double Dg3 (double) const
 

Detailed Description

Base class implementing auxiliary excluded-volume functions needed for multi-component mean-field approach. Contains van der Waals functions.

Definition at line 30 of file ExcludedVolumeModel.h.

Constructor & Destructor Documentation

thermalfist::ExcludedVolumeModel::ExcludedVolumeModel ( )
inline

Definition at line 33 of file ExcludedVolumeModel.h.

virtual thermalfist::ExcludedVolumeModel::~ExcludedVolumeModel ( )
inlinevirtual

Definition at line 36 of file ExcludedVolumeModel.h.

Member Function Documentation

virtual double thermalfist::ExcludedVolumeModel::Dg3 ( double  ) const
inlinevirtual

Reimplemented in thermalfist::ExcludedVolumeModelCS.

Definition at line 42 of file ExcludedVolumeModel.h.

virtual double thermalfist::ExcludedVolumeModel::f ( double  x) const
inlinevirtual

Reimplemented in thermalfist::ExcludedVolumeModelCS.

Definition at line 38 of file ExcludedVolumeModel.h.

virtual double thermalfist::ExcludedVolumeModel::g1 ( double  x) const
inlinevirtual

Reimplemented in thermalfist::ExcludedVolumeModelCS.

Definition at line 39 of file ExcludedVolumeModel.h.

virtual double thermalfist::ExcludedVolumeModel::g2 ( double  x) const
inlinevirtual

Reimplemented in thermalfist::ExcludedVolumeModelCS.

Definition at line 40 of file ExcludedVolumeModel.h.

virtual double thermalfist::ExcludedVolumeModel::g3 ( double  ) const
inlinevirtual

Reimplemented in thermalfist::ExcludedVolumeModelCS.

Definition at line 41 of file ExcludedVolumeModel.h.

virtual double thermalfist::ExcludedVolumeModel::xMax ( ) const
inlinevirtual

Reimplemented in thermalfist::ExcludedVolumeModelCS.

Definition at line 37 of file ExcludedVolumeModel.h.


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