Classical particle class. More...
#include <classical.h>
Public Member Functions | |
classical () | |
Create a classical particle with mass m and degeneracy g . More... | |
virtual void | calc_mu (part &p, double temper) |
Calculate properties as function of chemical potential. More... | |
virtual void | calc_density (part &p, double temper) |
Calculate properties as function of density. More... | |
virtual const char * | type () |
Return string denoting type ("classical") | |
Definition at line 48 of file classical.h.
o2scl::classical::classical | ( | ) |
|
virtual |
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.
|
virtual |
If the temperature is less than zero, the error handler will be called.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).