A simple nuclear reaction specification. More...
#include <reaction_lib.h>
This class is very experimental.
Definition at line 48 of file reaction_lib.h.
Public Member Functions | |
| std::string | to_string () |
| Convert the reaction to a string for screen output. | |
| int | clear () |
| Clear the rate. | |
| nuclear_reaction (const nuclear_reaction &nr) | |
| Copy constructor. | |
| nuclear_reaction & | operator= (const nuclear_reaction &nr) |
| Copy constructor. | |
| double | rate (double T9) |
Compute the reaction rate from the temperature in units of . | |
Public Attributes | |
| size_t | chap |
| Chapter. | |
| std::string | name [6] |
| Names of the participating nuclei. | |
| std::string | ref |
| Reference. | |
| char | type |
| Type of rate (resonant/non-resonant/weak) | |
| char | rev |
| Forward or reverse. | |
| double | Q |
| Q value. | |
| double | a [7] |
| Coefficients. | |
| size_t | Z [6] |
| Proton number of participating nuclei. | |
| size_t | A [6] |
| Mass number of participating nuclei. | |
| size_t | isomer [6] |
| Isomer designation of participating nuclei. | |
Documentation generated with Doxygen. Provided under the
GNU Free Documentation License (see License Information).