Quark matter equation of state base. More...
#include <eos_quark.h>
Public Member Functions | |
virtual int | calc_p (quark &u, quark &d, quark &s, thermo &th) |
Calculate equation of state as a function of chemical potentials. | |
virtual int | calc_e (quark &u, quark &d, quark &s, thermo &th) |
Calculate equation of state as a function of density. | |
virtual int | calc_temp_p (quark &u, quark &d, quark &s, double temper, thermo &th) |
Calculate equation of state as a function of chemical potentials. | |
virtual int | calc_temp_e (quark &u, quark &d, quark &s, double temper, thermo &th) |
Calculate equation of state as a function of density. | |
virtual const char * | type () |
Return string denoting type ("eos_quark") | |
![]() | |
virtual void | set_thermo (thermo &th) |
Set class thermo object. | |
virtual const thermo & | get_thermo () |
Get class thermo object. | |
Public Attributes | |
fermion_eval_thermo * | fet |
Object for computing fermion thermodynamics. | |
fermion_eff | def_fet |
Default fermion thermodynamics. | |
![]() | |
thermo | def_thermo |
The default thermo object. | |
Additional Inherited Members | |
![]() | |
thermo * | eos_thermo |
A pointer to the thermo object. | |
Definition at line 42 of file eos_quark.h.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).