Store heating, gas production, and damage energy as redundant reactions

This commit is contained in:
Paul Romano 2019-03-07 09:36:38 -06:00
parent b2d6a06284
commit a48d590158
10 changed files with 94 additions and 18 deletions

View file

@ -225,6 +225,13 @@ constexpr int N_3P {197};
constexpr int N_N3P {198};
constexpr int N_3N2PA {199};
constexpr int N_5N2P {200};
constexpr int N_XP {203};
constexpr int N_XD {204};
constexpr int N_XT {205};
constexpr int N_X3HE {206};
constexpr int N_XA {207};
constexpr int HEATING {301};
constexpr int DAMAGE_ENERGY {444};
constexpr int COHERENT {502};
constexpr int INCOHERENT {504};
constexpr int PAIR_PROD_ELEC {515};