Classical particle class. More...
#include <classical.h>
Definition at line 51 of file classical.h.
Public Member Functions | |
classical_thermo_tl () | |
Create a classical particle with mass m and degeneracy g . More... | |
virtual void | calc_mu (part_tl< fp_t > &p, fp_t temper) |
Calculate properties as function of chemical potential. More... | |
virtual void | calc_density (part_tl< fp_t > &p, fp_t temper) |
Calculate properties as function of density. More... | |
virtual const char * | type () |
Return string denoting type ("classical_thermo") | |
Protected Attributes | |
fp_t | pi |
Desc. | |
|
inline |
Definition at line 67 of file classical.h.
|
inlinevirtual |
If the density or the temperature is less than zero, the error handler will be called. In the case of zero density, the chemical potential is set to the mass and the energy density, pressure, and entropy are set to zero.
Definition at line 130 of file classical.h.
|
inlinevirtual |
If the temperature is less than zero, the error handler will be called.
Definition at line 79 of file classical.h.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).