26 #ifndef O2SCL_QUARK_EOS_H 27 #define O2SCL_QUARK_EOS_H 30 #include <o2scl/eos_base.h> 31 #include <o2scl/quark.h> 32 #include <o2scl/fermion_eff.h> 33 #include <o2scl/deriv.h> 34 #include <o2scl/mroot.h> 36 #ifndef DOXYGEN_NO_O2NS 58 double temper,
thermo &th);
62 double temper,
thermo &th);
65 virtual const char *
type() {
return "eos_quark"; }
74 #ifndef DOXYGEN_NO_O2NS Equation of state base class.
Quark matter equation of state base.
virtual int calc_temp_e(quark &u, quark &d, quark &s, double temper, thermo &th)
Calculate equation of state as a function of density.
fermion_eval_thermo * fet
Object for computing fermion thermodynamics.
virtual const char * type()
Return string denoting type ("eos_quark")
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_e(quark &u, quark &d, quark &s, thermo &th)
Calculate equation of state as a function of density.
virtual int calc_p(quark &u, quark &d, quark &s, thermo &th)
Calculate equation of state as a function of chemical potentials.
fermion_eff def_fet
Default fermion thermodynamics.