tw_rate_module::weakrate_type Type Reference

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_kindq_value
 reaction Q-value [MeV] More...
 
real(r_kindmin_rho
 
real(r_kindmax_rho
 min and max rho*ye More...
 
real(r_kindmin_temp
 
real(r_kindmax_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...
 

Detailed Description

data fields for weak rates given in Langanke&Martinez-Pinedo 2001

Definition at line 29 of file tw_rate_module.f90.

Member Data Documentation

◆ beta_rate

real(r_kind), dimension(:,:), allocatable tw_rate_module::weakrate_type::beta_rate
private

tabulated beta decay rates

Definition at line 45 of file tw_rate_module.f90.

◆ dbeta_dr

real(r_kind), dimension(:,:), allocatable tw_rate_module::weakrate_type::dbeta_dr
private

Density derivative of the beta rate.

Definition at line 47 of file tw_rate_module.f90.

◆ dbeta_dt

real(r_kind), dimension(:,:), allocatable tw_rate_module::weakrate_type::dbeta_dt
private

Temperature derivative of the beta rate.

Definition at line 46 of file tw_rate_module.f90.

◆ dbeta_dt_dr

real(r_kind), dimension(:,:), allocatable tw_rate_module::weakrate_type::dbeta_dt_dr
private

Mixed partial derivative of the beta rate.

Definition at line 48 of file tw_rate_module.f90.

◆ dft_dr

real(r_kind), dimension(:,:), allocatable tw_rate_module::weakrate_type::dft_dr
private

Density derivative of the log<ft>

Definition at line 51 of file tw_rate_module.f90.

◆ dft_dt

real(r_kind), dimension(:,:), allocatable tw_rate_module::weakrate_type::dft_dt
private

Temperature derivative of the log<ft> rates.

Definition at line 50 of file tw_rate_module.f90.

◆ dft_dt_dr

real(r_kind), dimension(:,:), allocatable tw_rate_module::weakrate_type::dft_dt_dr
private

Mixed partial derivative of the log<ft>

Definition at line 52 of file tw_rate_module.f90.

◆ dmue_kin_dr

real(r_kind), dimension(:,:), allocatable tw_rate_module::weakrate_type::dmue_kin_dr
private

Density derivative of the chemical potential.

Definition at line 43 of file tw_rate_module.f90.

◆ dmue_kin_dt

real(r_kind), dimension(:,:), allocatable tw_rate_module::weakrate_type::dmue_kin_dt
private

Temperature derivative of the chemical potential.

Definition at line 42 of file tw_rate_module.f90.

◆ dmue_kin_dt_dr

real(r_kind), dimension(:,:), allocatable tw_rate_module::weakrate_type::dmue_kin_dt_dr
private

Mixed partial derivative of the chemical potential.

Definition at line 44 of file tw_rate_module.f90.

◆ ft_rate

real(r_kind), dimension(:,:), allocatable tw_rate_module::weakrate_type::ft_rate
private

tabulated log<ft> electron/positron capture rates

Definition at line 49 of file tw_rate_module.f90.

◆ is_ec

logical tw_rate_module::weakrate_type::is_ec
private

true if reaction is electron capture reaction

Definition at line 31 of file tw_rate_module.f90.

◆ max_rho

real(r_kind) tw_rate_module::weakrate_type::max_rho
private

min and max rho*ye

Definition at line 37 of file tw_rate_module.f90.

◆ max_temp

real(r_kind) tw_rate_module::weakrate_type::max_temp
private

min and max temp

Definition at line 38 of file tw_rate_module.f90.

◆ min_rho

real(r_kind) tw_rate_module::weakrate_type::min_rho
private

Definition at line 37 of file tw_rate_module.f90.

◆ min_temp

real(r_kind) tw_rate_module::weakrate_type::min_temp
private

Definition at line 38 of file tw_rate_module.f90.

◆ mue_kin

real(r_kind), dimension(:,:), allocatable tw_rate_module::weakrate_type::mue_kin
private

Electron chemical potential (only kinetic, no rest mass)

Definition at line 41 of file tw_rate_module.f90.

◆ n_points

integer tw_rate_module::weakrate_type::n_points
private

total amount of grid_points

Definition at line 33 of file tw_rate_module.f90.

◆ n_rho_grid

integer tw_rate_module::weakrate_type::n_rho_grid
private

Length of density grid.

Definition at line 35 of file tw_rate_module.f90.

◆ n_temp_grid

integer tw_rate_module::weakrate_type::n_temp_grid
private

Length of temperature grid.

Definition at line 34 of file tw_rate_module.f90.

◆ nu_loss

real(r_kind), dimension(:,:), allocatable tw_rate_module::weakrate_type::nu_loss
private

tabulated energy loss due to (anti-)neutrino emission

Definition at line 53 of file tw_rate_module.f90.

◆ parts

integer, dimension(2) tw_rate_module::weakrate_type::parts
private

isotope index of participants [1:2]

Definition at line 30 of file tw_rate_module.f90.

◆ q_value

real(r_kind) tw_rate_module::weakrate_type::q_value
private

reaction Q-value [MeV]

Definition at line 36 of file tw_rate_module.f90.

◆ rho_grid

real(r_kind), dimension(:), allocatable tw_rate_module::weakrate_type::rho_grid
private

rho*ye grid for tabulation

Definition at line 40 of file tw_rate_module.f90.

◆ source

character(4) tw_rate_module::weakrate_type::source
private

source of reaction rate

Definition at line 32 of file tw_rate_module.f90.

◆ temp_grid

real(r_kind), dimension(:), allocatable tw_rate_module::weakrate_type::temp_grid
private

temperature grid for tabulation

Definition at line 39 of file tw_rate_module.f90.