![]() |
data fields for weak rates given in Langanke&Martinez-Pinedo 2001 More...
Private Attributes | |
integer, dimension(2) | parts |
isotope index of participants [1:2] More... | |
logical | is_ec |
true if reaction is electron capture reaction More... | |
character(4) | source |
source of reaction rate More... | |
integer | n_points |
total amount of grid_points More... | |
integer | n_temp_grid |
Length of temperature grid. More... | |
integer | n_rho_grid |
Length of density grid. More... | |
real(r_kind) | q_value |
reaction Q-value [MeV] More... | |
real(r_kind) | min_rho |
real(r_kind) | max_rho |
min and max rho*ye More... | |
real(r_kind) | min_temp |
real(r_kind) | max_temp |
min and max temp More... | |
real(r_kind), dimension(:), allocatable | temp_grid |
temperature grid for tabulation More... | |
real(r_kind), dimension(:), allocatable | rho_grid |
rho*ye grid for tabulation More... | |
real(r_kind), dimension(:,:), allocatable | mue_kin |
Electron chemical potential (only kinetic, no rest mass) More... | |
real(r_kind), dimension(:,:), allocatable | dmue_kin_dt |
Temperature derivative of the chemical potential. More... | |
real(r_kind), dimension(:,:), allocatable | dmue_kin_dr |
Density derivative of the chemical potential. More... | |
real(r_kind), dimension(:,:), allocatable | dmue_kin_dt_dr |
Mixed partial derivative of the chemical potential. More... | |
real(r_kind), dimension(:,:), allocatable | beta_rate |
tabulated beta decay rates More... | |
real(r_kind), dimension(:,:), allocatable | dbeta_dt |
Temperature derivative of the beta rate. More... | |
real(r_kind), dimension(:,:), allocatable | dbeta_dr |
Density derivative of the beta rate. More... | |
real(r_kind), dimension(:,:), allocatable | dbeta_dt_dr |
Mixed partial derivative of the beta rate. More... | |
real(r_kind), dimension(:,:), allocatable | ft_rate |
tabulated log<ft> electron/positron capture rates More... | |
real(r_kind), dimension(:,:), allocatable | dft_dt |
Temperature derivative of the log<ft> rates. More... | |
real(r_kind), dimension(:,:), allocatable | dft_dr |
Density derivative of the log<ft> More... | |
real(r_kind), dimension(:,:), allocatable | dft_dt_dr |
Mixed partial derivative of the log<ft> More... | |
real(r_kind), dimension(:,:), allocatable | nu_loss |
tabulated energy loss due to (anti-)neutrino emission More... | |
data fields for weak rates given in Langanke&Martinez-Pinedo 2001
Definition at line 29 of file tw_rate_module.f90.
|
private |
tabulated beta decay rates
Definition at line 45 of file tw_rate_module.f90.
|
private |
Density derivative of the beta rate.
Definition at line 47 of file tw_rate_module.f90.
|
private |
Temperature derivative of the beta rate.
Definition at line 46 of file tw_rate_module.f90.
|
private |
Mixed partial derivative of the beta rate.
Definition at line 48 of file tw_rate_module.f90.
|
private |
Density derivative of the log<ft>
Definition at line 51 of file tw_rate_module.f90.
|
private |
Temperature derivative of the log<ft> rates.
Definition at line 50 of file tw_rate_module.f90.
|
private |
Mixed partial derivative of the log<ft>
Definition at line 52 of file tw_rate_module.f90.
|
private |
Density derivative of the chemical potential.
Definition at line 43 of file tw_rate_module.f90.
|
private |
Temperature derivative of the chemical potential.
Definition at line 42 of file tw_rate_module.f90.
|
private |
Mixed partial derivative of the chemical potential.
Definition at line 44 of file tw_rate_module.f90.
|
private |
tabulated log<ft> electron/positron capture rates
Definition at line 49 of file tw_rate_module.f90.
|
private |
true if reaction is electron capture reaction
Definition at line 31 of file tw_rate_module.f90.
|
private |
min and max rho*ye
Definition at line 37 of file tw_rate_module.f90.
|
private |
min and max temp
Definition at line 38 of file tw_rate_module.f90.
|
private |
Definition at line 37 of file tw_rate_module.f90.
|
private |
Definition at line 38 of file tw_rate_module.f90.
|
private |
Electron chemical potential (only kinetic, no rest mass)
Definition at line 41 of file tw_rate_module.f90.
|
private |
total amount of grid_points
Definition at line 33 of file tw_rate_module.f90.
|
private |
Length of density grid.
Definition at line 35 of file tw_rate_module.f90.
|
private |
Length of temperature grid.
Definition at line 34 of file tw_rate_module.f90.
|
private |
tabulated energy loss due to (anti-)neutrino emission
Definition at line 53 of file tw_rate_module.f90.
|
private |
isotope index of participants [1:2]
Definition at line 30 of file tw_rate_module.f90.
|
private |
reaction Q-value [MeV]
Definition at line 36 of file tw_rate_module.f90.
|
private |
rho*ye grid for tabulation
Definition at line 40 of file tw_rate_module.f90.
|
private |
source of reaction rate
Definition at line 32 of file tw_rate_module.f90.
|
private |
temperature grid for tabulation
Definition at line 39 of file tw_rate_module.f90.