GridFire 0.6.0
General Purpose Nuclear Network
|
Classes | |
class | LogicalReaction |
Represents a "logical" reaction that aggregates rates from multiple sources. More... | |
struct | RateCoefficientSet |
Holds the seven coefficients for the REACLIB rate equation. More... | |
class | Reaction |
Represents a single nuclear reaction from a specific data source. More... | |
class | TemplatedReactionSet |
Typedefs | |
using | ReactionSet = TemplatedReactionSet<Reaction> |
A set of reactions, typically from a single source like REACLIB. | |
using | LogicalReactionSet = TemplatedReactionSet<LogicalReaction> |
A set of logical reactions. | |
Functions | |
LogicalReactionSet | packReactionSetToLogicalReactionSet (const ReactionSet &reactionSet) |
A set of logical reactions.
A set of reactions, typically from a single source like REACLIB.
LogicalReactionSet gridfire::reaction::packReactionSetToLogicalReactionSet | ( | const ReactionSet & | reactionSet | ) |