|
GridFire v0.7.0_rc2
General Purpose Nuclear Network
|
Functions for constructing nuclear reaction networks. More...
#include "gridfire/reaction/reaction.h"#include "gridfire/engine/types/building.h"#include "fourdst/composition/composition_abstract.h"#include <variant>#include "gridfire/reaction/weak/weak_interpolator.h"Namespaces | |
| namespace | gridfire |
| namespace | gridfire::engine |
Enumerations | |
| enum class | gridfire::engine::NetworkConstructionFlags : uint32_t { gridfire::engine::NONE = 0 , gridfire::engine::REACLIB_STRONG = 1 << 0 , gridfire::engine::WRL_BETA_MINUS = 1 << 1 , gridfire::engine::WRL_BETA_PLUS = 1 << 2 , gridfire::engine::WRL_ELECTRON_CAPTURE = 1 << 3 , gridfire::engine::WRL_POSITRON_CAPTURE = 1 << 4 , gridfire::engine::REACLIB_WEAK = 1 << 5 , gridfire::engine::WRL_WEAK = WRL_BETA_MINUS | WRL_BETA_PLUS | WRL_ELECTRON_CAPTURE | WRL_POSITRON_CAPTURE , gridfire::engine::REACLIB = REACLIB_STRONG | REACLIB_WEAK , gridfire::engine::DEFAULT = REACLIB } |
| Flags to specify which types of nuclear reactions to include when constructing a reaction network. More... | |
Functions for constructing nuclear reaction networks.