Class thermo_np_deriv_press_tl (o2scl)

O2scl : Class List

template<class fp_t = double>
class thermo_np_deriv_press_tl

Object to store second derivatives of \( P(\mu_n,\mu_p,T) \).

Public Members

fp_t dsdT

The quantity \( (\partial^2 P)/(\partial T^2) \).

fp_t dnndT

The quantity \( (\partial^2 P)/(\partial T \partial \mu_n) \).

fp_t dnpdT

The quantity \( (\partial^2 P)/(\partial T \partial \mu_p) \).

fp_t dnndmun

The quantity \( (\partial^2 P)/(\partial \mu_n^2) \).

fp_t dndmu_mixed

The quantity \( (\partial^2 P)/(\partial \mu_n \partial \mu_p) \).

fp_t dnpdmup

The quantity \( (\partial^2 P)/(\partial \mu_p^2) \).