beta_decay_rate_module.f90 File Reference

Go to the source code of this file.

Data Types

type  beta_decay_rate_module::beta_pn_type
 Type for storing the beta decay data with Pn channels. More...
 

Modules

module  beta_decay_rate_module
 This module contains subroutines to include external beta decays.
 

Functions/Subroutines

subroutine, public beta_decay_rate_module::init_ext_beta_rates ()
 Initialize external beta decay rates. More...
 
subroutine, public beta_decay_rate_module::merge_beta_decays (rrate_array, rrate_length)
 Merge external beta decays into the larger rate array. More...
 
subroutine beta_decay_rate_module::ignore_reactions (rrate_array, rrate_length)
 Subroutine to remove weak rates from the beta decay rate array. More...
 
subroutine, private beta_decay_rate_module::count_reactions (sourcefile)
 Count the amount of external beta decays. More...
 
subroutine, private beta_decay_rate_module::remove_weak_rates (rrate_array, length_rate_array)
 Remove beta decays from the rate array. More...
 
subroutine beta_decay_rate_module::create_rrate_array (rrate_beta, rrate_beta_length)
 Convert beta_pn_type to reactionrate_type. More...
 
subroutine, private beta_decay_rate_module::read_beta_decays (sourcefile)
 Reads beta decays from a separate file. More...
 

Variables

type(beta_pn_type), dimension(:), allocatable, private beta_decay_rate_module::beta_pn
 Array storing the reaction rates. More...
 
integer, private beta_decay_rate_module::nbeta_pn
 Number of beta decays. More...
 
type(reactionrate_type), dimension(:), allocatable, public beta_decay_rate_module::beta_decays
 array containing external beta decays More...
 
integer, public beta_decay_rate_module::nbeta
 total number of external beta decays More...
 
logical, private beta_decay_rate_module::ext_decays
 Flag if external beta decays are used. More...
 
character(len=4), dimension(:), allocatable, private beta_decay_rate_module::src_ignore
 
integer, private beta_decay_rate_module::src_ignore_length
 

Detailed Description

The error file code for this file is W12. Contains the module beta_decay_rate_module.

Definition in file beta_decay_rate_module.f90.