![]() |
Equation of State Sub-Library: Version 0.910
|
A class to manipulate the G. Shen et al. EOS. More...
#include <gen_sn_eos.h>
This class is experimental.
FSU1.7eos1.01.dat
, FSU2.1eos1.01.dat
, FSU1.7eosb1.01.dat
, and FSU2.1eosb1.01.dat
corresponding to mode_17, mode_21, mode_17b and mode_21b respectively.See also the documentation at gen_sn_eos.
Definition at line 756 of file gen_sn_eos.h.
Public Member Functions | |
virtual void | load (std::string fname, size_t mode) |
Load table from filename fname . | |
virtual void | load (std::string fname) |
Load table from filename fname . | |
virtual void | beta_eq_T0 (size_t i, double &nb, double &E_beta, double &P_beta, double &Ye_beta, double &Z_beta, double &A_beta) |
Compute properties of matter in beta equilibrium at zero temperature at a baryon density grid point. | |
Data Fields | |
tensor_grid3 & | T |
Temperature in MeV. | |
tensor_grid3 & | Yp |
Proton fraction. | |
tensor_grid3 & | nB |
Baryon number density in ![]() | |
tensor_grid3 & | mue |
Electron chemical potential in MeV. | |
tensor_grid3 & | M_star |
Nucleon effective mass in MeV. | |
Static Public Attributes | |
static const size_t | mode_17 = 0 |
1.7 solar masses with leptons and photons | |
static const size_t | mode_21 = 1 |
2.1 solar masses with leptons and photons | |
static const size_t | mode_17b = 2 |
1.7 solar masses without leptons and photons | |
static const size_t | mode_21b = 3 |
2.1 solar masses without leptons and photons | |
static const size_t | mode_NL3 = 4 |
NL3 model with leptons and photons. | |
static const size_t | mode_NL3b = 5 |
NL3 model with leptons and photons. |
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).