classical Class Reference

#include <classical.h>

Inheritance diagram for classical:

fermion boson part part deriv_classical nucleus sn_classical

Detailed Description

Classical particle class.

Classical particles, because they inherit from both fermion and boson, have a fermi momentum, and a condensate, but these variables are ignored.

Definition at line 48 of file classical.h.


Public Member Functions

 classical (double m=0.0, double g=0.0)
 Create a classical particle with mass m and degeneracy g.
virtual int calc_mu (const double temper)
 Calculate properties as function of chemical potential.
virtual int calc_density (const double temper)
 Calculate properties as function of density.
virtual int pair_mu (const double temper)
 Calculate properties with antiparticles as function of chemical potential.
virtual int pair_density (const double temper)
 Calculate properties with antiparticles as function of density.
virtual const char * type ()
 Return string denoting type ("classical").

The documentation for this class was generated from the following file:
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.