global identifiers

Variables

const int SUBLIB_1LT = 1
 
const int SUBLIB_2AC = 2
 
const int SUBLIB_3FP = 3
 
const int SUBLIB_4U1 = 4
 
const int SUBLIB_5U2 = 5
 
const int SUBLIB_6U3 = 6
 
const int SUBLIB_7U4 = 7
 
const int SUBLIB_8TA = 8
 
const int SUBLIB_9BY = 9
 
const FieldId NULL_FIELD = 0
 field numbers used when accessing fields by FieldId More...
 
const FieldId NEUTRON_FIELD = 1
 
const FieldId PROTON_FIELD = 2
 
const FieldId DEUTERON_FIELD = 3
 
const FieldId TRITON_FIELD = 4
 
const FieldId HELION_FIELD = 5
 
const FieldId ALPHA_FIELD = 6
 
const FieldId ELECTRON_FIELD = 7
 
const FieldId POSITRON_FIELD = 8
 
const FieldId PHOTON_FIELD = 9
 
const FieldId NEUTRINO_FIELD = 10
 
const ByproductId NULL_BYPRODUCT_ID = BAD_INT
 byproduct ids used when accessing byproducts by ByproductId More...
 
const ByproductId NEUTRON_BYPRODUCT_ID = 1
 
const ByproductId PROTON_BYPRODUCT_ID = 1001
 
const ByproductId DEUTERON_BYPRODUCT_ID = 1002
 
const ByproductId TRITON_BYPRODUCT_ID = 1003
 
const ByproductId HELION_BYPRODUCT_ID = 2003
 
const ByproductId ALPHA_BYPRODUCT_ID = 2004
 
const ByproductId ELECTRON_BYPRODUCT_ID = -1000
 
const ByproductId POSITRON_BYPRODUCT_ID = 1000
 
const ByproductId NEUTRINO_BYPRODUCT_ID = 0
 
const int NEUTRON_MASS_NUMBER = 1
 mass numbers More...
 
const int PROTON_MASS_NUMBER = 1
 
const int DEUTERON_MASS_NUMBER = 2
 
const int TRITON_MASS_NUMBER = 3
 
const int HELION_MASS_NUMBER = 3
 
const int ALPHA_MASS_NUMBER = 4
 
const int ELECTRON_MASS_NUMBER = 0
 
const int POSITRON_MASS_NUMBER = 0
 
const int NEUTRINO_MASS_NUMBER = 0
 
const int NULL_MASS_NUMBER = 0
 
const int NEUTRON_CHARGE_NUMBER = 0
 charge/atomic numbers More...
 
const int PROTON_CHARGE_NUMBER = 1
 
const int DEUTERON_CHARGE_NUMBER = 1
 
const int TRITON_CHARGE_NUMBER = 1
 
const int HELION_CHARGE_NUMBER = 2
 
const int ALPHA_CHARGE_NUMBER = 2
 
const int ELECTRON_CHARGE_NUMBER = -1
 
const int POSITRON_CHARGE_NUMBER = +1
 
const int NEUTRINO_CHARGE_NUMBER = 0
 
const int NULL_CHARGE_NUMBER = 0
 

Detailed Description

Variable Documentation

const int SUBLIB_4U1 = 4

Referenced by Origen::stringifySublib().

const int SUBLIB_5U2 = 5

Referenced by Origen::stringifySublib().

const int SUBLIB_6U3 = 6

Referenced by Origen::stringifySublib().

const int SUBLIB_7U4 = 7

Referenced by Origen::stringifySublib().

const int SUBLIB_8TA = 8

Referenced by Origen::stringifySublib().

const int SUBLIB_9BY = 9

Referenced by Origen::stringifySublib().

const FieldId NULL_FIELD = 0
const FieldId PROTON_FIELD = 2
const FieldId DEUTERON_FIELD = 3
const FieldId TRITON_FIELD = 4
const FieldId HELION_FIELD = 5
const FieldId ALPHA_FIELD = 6
const FieldId ELECTRON_FIELD = 7
const FieldId POSITRON_FIELD = 8
const FieldId PHOTON_FIELD = 9
const FieldId NEUTRINO_FIELD = 10

Referenced by NeutrinoField::id_impl().

const ByproductId NULL_BYPRODUCT_ID = BAD_INT

byproduct ids used when accessing byproducts by ByproductId

Referenced by Null::id_impl().

const ByproductId ELECTRON_BYPRODUCT_ID = -1000
const ByproductId POSITRON_BYPRODUCT_ID = 1000
const ByproductId NEUTRINO_BYPRODUCT_ID = 0

Referenced by Neutrino::id_impl().

const int NEUTRON_MASS_NUMBER = 1

mass numbers

Examples:
tstTransitionSystem_Gen.cpp.

Referenced by Neutron::mass_number_impl(), and TEST().

const int PROTON_MASS_NUMBER = 1
const int DEUTERON_MASS_NUMBER = 2
const int TRITON_MASS_NUMBER = 3
const int HELION_MASS_NUMBER = 3
const int ALPHA_MASS_NUMBER = 4

Referenced by Alpha::mass_number_impl().

const int ELECTRON_MASS_NUMBER = 0
const int POSITRON_MASS_NUMBER = 0
const int NEUTRINO_MASS_NUMBER = 0
const int NULL_MASS_NUMBER = 0

Referenced by Null::mass_number_impl().

const int NEUTRON_CHARGE_NUMBER = 0

charge/atomic numbers

Examples:
tstTransitionSystem_Gen.cpp.

Referenced by Neutron::charge_number_impl(), and TEST().

const int PROTON_CHARGE_NUMBER = 1
const int DEUTERON_CHARGE_NUMBER = 1
const int TRITON_CHARGE_NUMBER = 1
const int HELION_CHARGE_NUMBER = 2
const int ALPHA_CHARGE_NUMBER = 2
const int ELECTRON_CHARGE_NUMBER = -1
const int POSITRON_CHARGE_NUMBER = +1
const int NEUTRINO_CHARGE_NUMBER = 0
const int NULL_CHARGE_NUMBER = 0