global_class::isotope_type Type Reference

data fields for the nuclides contained in the network More...

Public Attributes

character(5) name
 isotope name More...
 
integer mass
 number of nucleons More...
 
integer p_nr
 number of protons More...
 
integer n_nr
 number of neutrons More...
 
logical is_stable
 true if isotope is stable More...
 
real(r_kindspin
 ground state spin More...
 
real(r_kindmass_exc
 mass excess [MeV] More...
 
real(r_kind), dimension(:), allocatable part_func
 tabulated partition functions (given by Rauscher XY) More...
 

Detailed Description

data fields for the nuclides contained in the network

Definition at line 24 of file global_class.f90.

Member Data Documentation

◆ is_stable

logical global_class::isotope_type::is_stable

true if isotope is stable

Definition at line 29 of file global_class.f90.

◆ mass

integer global_class::isotope_type::mass

number of nucleons

Definition at line 26 of file global_class.f90.

◆ mass_exc

real(r_kind) global_class::isotope_type::mass_exc

mass excess [MeV]

Definition at line 31 of file global_class.f90.

◆ n_nr

integer global_class::isotope_type::n_nr

number of neutrons

Definition at line 28 of file global_class.f90.

◆ name

character(5) global_class::isotope_type::name

isotope name

Definition at line 25 of file global_class.f90.

◆ p_nr

integer global_class::isotope_type::p_nr

number of protons

Definition at line 27 of file global_class.f90.

◆ part_func

real(r_kind), dimension(:), allocatable global_class::isotope_type::part_func

tabulated partition functions (given by Rauscher XY)

Definition at line 32 of file global_class.f90.

◆ spin

real(r_kind) global_class::isotope_type::spin

ground state spin

Definition at line 30 of file global_class.f90.