![]() |
Equation of State Sub-Library: Version 0.910
|
A finite temperature hadronic EOS.
#include <hadronic_eos.h>
Definition at line 699 of file hadronic_eos.h.
Public Member Functions | |
virtual int | calc_e (fermion &n, fermion &p, thermo &th)=0 |
Equation of state as a function of density. | |
virtual int | calc_temp_e (fermion &n, fermion &p, double T, thermo &th)=0 |
Equation of state as a function of densities at finite temperature. | |
virtual int | calc_p (fermion &n, fermion &p, thermo &th)=0 |
Equation of state as a function of the chemical potentials. | |
virtual int | calc_temp_p (fermion &n, fermion &p, double T, thermo &th)=0 |
Equation of state as a function of the chemical potentials at finite temperature. | |
Data Fields | |
eff_fermion | def_fet |
Desc. | |
Protected Member Functions | |
int | nuc_matter_temp_e (size_t nv, const ovector_base &x, ovector_base &y, double *&pa) |
Solve for nuclear matter at finite temperature given density. | |
int | nuc_matter_temp_p (size_t nv, const ovector_base &x, ovector_base &y, double *&pa) |
Solve for nuclear matter at finite temperature given mu. | |
Protected Attributes | |
fermion_eval_thermo * | fet |
Desc. | |
double | lT |
The temperature. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).