Class classical_deriv_thermo_tl (o2scl)

O2scl : Class List

template<class fp_t = double>
class classical_deriv_thermo_tl : public o2scl::deriv_thermo_base_tl<double>

Equation of state for a classical particle with derivatives.

Public Functions

inline classical_deriv_thermo_tl()
inline virtual ~classical_deriv_thermo_tl()
inline virtual void calc_mu(part_deriv &p, fp_t temper)

Compute the properties of particle p at temperature temper from its chemical potential.

inline virtual void calc_density(part_deriv &p, fp_t temper)

Compute the properties of particle p at temperature temper from its density.

inline virtual const char *type()

Return string denoting type (“classical_deriv_thermo”)

Protected Attributes

classical_thermo_tl<fp_t> cl

For computing non-derivative properties.