|
GridFire v0.7.1_rc2
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.
|
friend |
Overloads the stream insertion operator for easy printing.
| os | The output stream. |
| r | The RateCoefficientSet to print. |
| double gridfire::reaction::RateCoefficientSet::a0 |
Coefficient a0.
| double gridfire::reaction::RateCoefficientSet::a1 |
Coefficient a1.
| double gridfire::reaction::RateCoefficientSet::a2 |
Coefficient a2.
| double gridfire::reaction::RateCoefficientSet::a3 |
Coefficient a3.
| double gridfire::reaction::RateCoefficientSet::a4 |
Coefficient a4.
| double gridfire::reaction::RateCoefficientSet::a5 |
Coefficient a5.
| double gridfire::reaction::RateCoefficientSet::a6 |
Coefficient a6.