Go to the documentation of this file.
26 #ifndef O2SCL_BAG_EOS_H
27 #define O2SCL_BAG_EOS_H
29 #include <o2scl/constants.h>
30 #include <o2scl/part.h>
31 #include <o2scl/eos_quark.h>
33 #ifndef DOXYGEN_NO_O2NS
67 double temper,
thermo &th);
76 double temper,
thermo &th);
82 virtual const char *
type() {
return "eos_quark_bag"; }
85 #ifndef DOXYGEN_NO_O2NS
double bag_constant
The bag constant in (default ).
virtual int calc_temp_e(quark &u, quark &d, quark &s, double temper, thermo &th)
Calculate equation of state as a function of the densities.
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_temp_p(quark &u, quark &d, quark &s, double temper, thermo &th)
Calculate equation of state as a function of the chemical potentials.
Quark matter equation of state base.
virtual const char * type()
Return string denoting type ("eos_quark_bag")
virtual int calc_e(quark &u, quark &d, quark &s, thermo &th)
Calculate equation of state as a function of density.
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).