![]() |
Modules: global_class, hydro_trajectory. More...
Go to the source code of this file.
Data Types | |
type | global_class::isotope_type |
data fields for the nuclides contained in the network More... | |
type | global_class::reactionrate_type |
reaction rate type More... | |
type | global_class::nurate_type |
data fields for neutrino rates given in Langanke&Kolbe 2001 More... | |
type | global_class::flow_vector |
Flow type to store flows. More... | |
Modules | |
module | global_class |
Contains types and objects shared between multiple modules. | |
Variables | |
type(isotope_type), dimension(:), allocatable, public | global_class::isotope |
all nuclides used in the network More... | |
integer, dimension(:), allocatable, public | global_class::track_nuclei_indices |
Variables related to tracking individual nuclei. More... | |
integer, public | global_class::track_nuclei_nr |
amount of tracked nuclei More... | |
logical, public | global_class::heating_switch |
Variables related to nuclear heating. More... | |
type(reactionrate_type), dimension(:), allocatable, public | global_class::rrate |
array containing all reaction rates used in the network More... | |
type(reactionrate_type), dimension(:), allocatable, public | global_class::rrate_weak_exp |
array saving the exp. weak rates from reaclib that are replaced by theo weak rates More... | |
type(nurate_type), dimension(:), allocatable, public | global_class::nurate |
neutrino rates More... | |
integer, public | global_class::net_size |
total number of isotopes (network size) More... | |
integer, public | global_class::ihe4 |
integer, public | global_class::ineu |
integer, public | global_class::ipro |
index of alphas, neutrons and protons More... | |
character *5, dimension(:), allocatable, public | global_class::net_names |
list of isotopes contained in the network More... | |
real(r_kind), dimension(:), allocatable, public | global_class::qnuloss |
Qnu for decay of each isotope [MeV]. More... | |
real(r_kind), dimension(:), allocatable, public | global_class::t9_data |
temperatures at which partition functions are given [GK] More... | |
integer, public | global_class::nreac |
total number of reactions More... | |
integer | global_class::common_weak_rates |
Counter for rates that are included in Reaclib and theoretical weak rates. More... | |
integer | global_class::only_theo_weak_rates |
Counter for rates that are not included in Reaclib, but in theoretical weak rates. More... | |
real(r_kind), dimension(5) | global_class::nag_state |
t,t9,rho_b for debugging More... | |
Modules: global_class, hydro_trajectory.
The error file code for this file is W23.
Definition in file global_class.f90.