GridFire 0.0.1a
General Purpose Nuclear Network
|
Holds the seven coefficients for the REACLIB rate equation. More...
#include <reaction.h>
Public Attributes | |
double | a0 |
Coefficient a0. | |
double | a1 |
Coefficient a1. | |
double | a2 |
Coefficient a2. | |
double | a3 |
Coefficient a3. | |
double | a4 |
Coefficient a4. | |
double | a5 |
Coefficient a5. | |
double | a6 |
Coefficient a6. | |
Friends | |
std::ostream & | operator<< (std::ostream &os, const RateCoefficientSet &r) |
Overloads the stream insertion operator for easy printing. | |
Holds the seven coefficients for the REACLIB rate equation.
This struct stores the parameters (a0-a6) used to calculate reaction rates as a function of temperature.
Definition at line 33 of file reaction.h.
|
friend |
Overloads the stream insertion operator for easy printing.
os | The output stream. |
r | The RateCoefficientSet to print. |
Definition at line 48 of file reaction.h.
double gridfire::reaction::RateCoefficientSet::a0 |
Coefficient a0.
Definition at line 34 of file reaction.h.
double gridfire::reaction::RateCoefficientSet::a1 |
Coefficient a1.
Definition at line 35 of file reaction.h.
double gridfire::reaction::RateCoefficientSet::a2 |
Coefficient a2.
Definition at line 36 of file reaction.h.
double gridfire::reaction::RateCoefficientSet::a3 |
Coefficient a3.
Definition at line 37 of file reaction.h.
double gridfire::reaction::RateCoefficientSet::a4 |
Coefficient a4.
Definition at line 38 of file reaction.h.
double gridfire::reaction::RateCoefficientSet::a5 |
Coefficient a5.
Definition at line 39 of file reaction.h.
double gridfire::reaction::RateCoefficientSet::a6 |
Coefficient a6.
Definition at line 40 of file reaction.h.