Class eos_quark (o2scl)

O2scl_eos : Class List

class o2scl::eos_quark : public o2scl::eos_base

Quark matter equation of state base.

Subclassed by o2scl::eos_quark_bag, o2scl::eos_quark_njl

Public Functions

eos_quark()
~eos_quark()
int calc_p(quark &u, quark &d, quark &s, thermo &th)

Calculate equation of state as a function of chemical potentials.

int calc_e(quark &u, quark &d, quark &s, thermo &th)

Calculate equation of state as a function of density.

int calc_temp_p(quark &u, quark &d, quark &s, double temper, thermo &th)

Calculate equation of state as a function of chemical potentials at finite temperature.

int calc_temp_e(quark &u, quark &d, quark &s, double temper, thermo &th)

Calculate equation of state as a function of density at finite temperature.

const char *type()

Return string denoting type (“eos_quark”)

Public Members

o2scl::fermion_rel fet

Object for computing fermion thermodynamics.