Particle derivatives in the pressure representation. More...
#include <part_deriv.h>
This class adds the derivatives dndmu, dndT, and dsdT, which correspond to
respectively. All other first-order thermodynamic derivatives can be expressed in terms of the first three derivatives.
Definition at line 117 of file part_deriv.h.
Public Member Functions | |
| part_deriv_press (const part_deriv_press &p) | |
| Copy constructor. | |
| part_deriv_press & | operator= (const part_deriv_press &p) |
| Copy construction with operator=() | |
| void | deriv_f (double &dmudn, double &dmudT, double &dsdT_n) |
| Compute derivatives in the Helmholtz free energy representation from the derivatives in the pressure representation. | |
Public Attributes | |
| double | dndmu |
| Derivative of number density with respect to chemical potential. | |
| double | dndT |
| Derivative of number density with respect to temperature. | |
| double | dsdT |
| Derivative of entropy density with respect to temperature. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).