GridFire 0.0.1a
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.
Definition at line 557 of file reaction.h.
A set of reactions, typically from a single source like REACLIB.
Definition at line 556 of file reaction.h.
LogicalReactionSet gridfire::reaction::packReactionSetToLogicalReactionSet | ( | const ReactionSet & | reactionSet | ) |
Definition at line 201 of file reaction.cpp.