#include <eff_quark.h>
Definition at line 45 of file eff_quark.h.
Public Member Functions | |
eff_quark (double m=0.0, double g=0.0) | |
Create a quark with mass m and degeneracy g . | |
virtual int | calc_mu (const double temper) |
Calculate thermodynamic properties as function of chemical potential. | |
virtual int | calc_density (const double temper) |
Calculate thermodynamic properties as function of density. | |
virtual int | pair_mu (const double temper) |
Calculate thermodynamic properties with antiparticles as function of chemical potential. | |
virtual int | pair_density (const double temper) |
Calculate thermodynamic properties with antiparticles as function of density. | |
virtual const char * | type () |
Return string denoting type ("eff_quark"). |
virtual int calc_mu | ( | const double | temper | ) | [virtual] |
Calculate thermodynamic properties as function of chemical potential.
If the quantity (or
in the case of interacting particles) is less than -200, then this quietly sets the density, the scalar density, the energy density, the pressure and the entropy to zero and exits.
Reimplemented from eff_fermion.
virtual int calc_density | ( | const double | temper | ) | [virtual] |
Calculate thermodynamic properties as function of density.
Reimplemented from eff_fermion.
Documentation generated with Doxygen and provided under the GNU Free Documentation License. See License Information for details.
Project hosting provided by
,
O2scl Sourceforge Project Page