|
GridFire v0.7.1_rc2
General Purpose Nuclear Network
|
A single weak-reaction data point (type, state, and log values). More...
#include <weak_types.h>
Public Attributes | |
| WeakReactionType | type |
| Channel. | |
| float | T9 |
| Temperature in GK. | |
| float | log_rhoYe |
| log10(rho*Ye). | |
| float | mu_e |
| Electron chemical potential (MeV). | |
| float | log_rate |
| Channel-specific log10(rate). | |
| float | log_neutrino_loss |
| Corresponding log10(neutrino or antineutrino energy loss). | |
Friends | |
| std::ostream & | operator<< (std::ostream &os, const WeakReactionEntry &reaction) |
A single weak-reaction data point (type, state, and log values).
All rates and losses are base-10 logarithms. Useful for listing and filtering weak entries for a Species.
|
friend |
| float gridfire::rates::weak::WeakReactionEntry::log_neutrino_loss |
Corresponding log10(neutrino or antineutrino energy loss).
| float gridfire::rates::weak::WeakReactionEntry::log_rate |
Channel-specific log10(rate).
| float gridfire::rates::weak::WeakReactionEntry::log_rhoYe |
log10(rho*Ye).
| float gridfire::rates::weak::WeakReactionEntry::mu_e |
Electron chemical potential (MeV).
| float gridfire::rates::weak::WeakReactionEntry::T9 |
Temperature in GK.
| WeakReactionType gridfire::rates::weak::WeakReactionEntry::type |
Channel.