![]() |
Equation of State Sub-Library: Version 0.910
|
Relativistic mean field EOS with density dependent couplings. More...
#include <ddc_eos.h>
Based on Typel99.
Public Member Functions | |
virtual int | calc_e (fermion &n, fermion &p, thermo &th) |
Equation of state as a function of the densities. | |
virtual int | calc_eq_e (fermion &neu, fermion &p, double sig, double ome, double rho, double &f1, double &f2, double &f3, thermo &th) |
Equation of state and meson field equations as a function of the density. | |
virtual const char * | type () |
Return string denoting type ("ddc_eos") | |
Data Fields | |
double | rho0 |
Masses | |
double | mnuc |
nucleon mass | |
double | ms |
![]() ![]() | |
double | mw |
![]() ![]() | |
double | mr |
![]() ![]() | |
Parameters for couplings | |
double | Gs |
The coupling ![]() | |
double | Gw |
The coupling ![]() | |
double | Gr |
The coupling ![]() | |
double | as |
![]() | |
double | aw |
![]() | |
double | ar |
![]() | |
double | bs |
![]() | |
double | bw |
![]() | |
double | cs |
![]() | |
double | cw |
![]() | |
double | ds |
![]() | |
double | dw |
![]() | |
Protected Attributes | |
fermion_zerot | fzt |
Desc. |
virtual int ddc_eos::calc_eq_e | ( | fermion & | neu, |
fermion & | p, | ||
double | sig, | ||
double | ome, | ||
double | rho, | ||
double & | f1, | ||
double & | f2, | ||
double & | f3, | ||
thermo & | th | ||
) | [virtual] |
This calculates the pressure and energy density as a function of . When the field equations have been solved,
f1
, f2
, and f3
are all zero.
Documentation generated with Doxygen. Provided under the GNU Free Documentation License (see License Information).