Public Member Functions | Public Attributes | List of all members
o2scl::part_deriv_press_tl< fp_t > Class Template Reference

Particle derivatives in the pressure representation. More...

#include <part_deriv.h>

Detailed Description

template<class fp_t = double>
class o2scl::part_deriv_press_tl< fp_t >

This class adds the derivatives dndmu, dndT, and dsdT, which correspond to

\[ \left(\frac{d n}{d \mu}\right)_{T,V}, \quad \left(\frac{d n}{d T}\right)_{\mu,V}, \quad \mathrm{and} \quad \left(\frac{d s}{d T}\right)_{\mu,V} \]

respectively. All other first-order thermodynamic derivatives can be expressed in terms of the first three derivatives.

Definition at line 124 of file part_deriv.h.

Public Member Functions

 part_deriv_press_tl (const part_deriv_press_tl &p)
 Copy constructor.
 
part_deriv_press_tloperator= (const part_deriv_press_tl &p)
 Copy construction with operator=()
 
void deriv_f (fp_t &dmudn, fp_t &dmudT, fp_t &dsdT_n)
 Compute derivatives in the Helmholtz free energy representation from the derivatives in the pressure representation.
 

Public Attributes

fp_t dndmu
 Derivative of number density with respect to chemical potential.
 
fp_t dndT
 Derivative of number density with respect to temperature.
 
fp_t dsdT
 Derivative of entropy density with respect to temperature.
 

The documentation for this class was generated from the following file:

Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).