Class boson_thermo_tl (o2scl)

O2scl : Class List

template<class be_inte_t = bessel_K_exp_integ_gsl, class fp_t = double>
class boson_thermo_tl

Compute the thermodynamic properties of a boson [abstract base].

Subclassed by o2scl::boson_eff, o2scl::boson_rel_tl< be_inte_t, fp_t >

Public Functions

inline void ndeg_terms(size_t j, fp_t tt, fp_t xx, fp_t m, bool inc_rest_mass, bool inc_antip, fp_t &pterm, fp_t &nterm, fp_t &enterm, fp_t &edterm)

Compute a term in the nondegenerate expansion.

inline bool calc_mu_ndeg(boson_tl<fp_t> &b, fp_t temper, fp_t prec = 1.0e-18, bool inc_antip = false)

Non-degenerate expansion for bosons.

virtual void calc_mu(boson_tl<fp_t> &b, fp_t temper) = 0

Calculate thermodynamic properties as function of chemical potential.

virtual void calc_density(boson_tl<fp_t> &b, fp_t temper) = 0

Calculate thermodynamic properties as function of density.

virtual void pair_mu(boson_tl<fp_t> &b, fp_t temper) = 0

Calculate thermodynamic properties with antiparticles as function of chemical potential.

virtual void pair_density(boson_tl<fp_t> &b, fp_t temper) = 0

Calculate thermodynamic properties with antiparticles as function of density.

Public Members

be_inte_t be_integ

Object for Bessel-exp integrals.