GridFire 0.0.1a
General Purpose Nuclear Network
Loading...
Searching...
No Matches
gridfire::GraphEngine::PrecomputedReaction Struct Reference

Public Attributes

size_t reaction_index
 
std::vector< size_t > unique_reactant_indices
 
std::vector< int > reactant_powers
 
double symmetry_factor
 
std::vector< size_t > affected_species_indices
 
std::vector< int > stoichiometric_coefficients
 
std::vector< size_t > unique_product_indices
 Unique product indices for reverse reactions.
 
std::vector< int > product_powers
 Powers of each unique product in the reverse reaction.
 
double reverse_symmetry_factor
 Symmetry factor for reverse reactions.
 

Detailed Description

Definition at line 385 of file engine_graph.h.

Member Data Documentation

◆ affected_species_indices

std::vector<size_t> gridfire::GraphEngine::PrecomputedReaction::affected_species_indices

Definition at line 391 of file engine_graph.h.

◆ product_powers

std::vector<int> gridfire::GraphEngine::PrecomputedReaction::product_powers

Powers of each unique product in the reverse reaction.

Definition at line 396 of file engine_graph.h.

◆ reactant_powers

std::vector<int> gridfire::GraphEngine::PrecomputedReaction::reactant_powers

Definition at line 389 of file engine_graph.h.

◆ reaction_index

size_t gridfire::GraphEngine::PrecomputedReaction::reaction_index

Definition at line 387 of file engine_graph.h.

◆ reverse_symmetry_factor

double gridfire::GraphEngine::PrecomputedReaction::reverse_symmetry_factor

Symmetry factor for reverse reactions.

Definition at line 397 of file engine_graph.h.

◆ stoichiometric_coefficients

std::vector<int> gridfire::GraphEngine::PrecomputedReaction::stoichiometric_coefficients

Definition at line 392 of file engine_graph.h.

◆ symmetry_factor

double gridfire::GraphEngine::PrecomputedReaction::symmetry_factor

Definition at line 390 of file engine_graph.h.

◆ unique_product_indices

std::vector<size_t> gridfire::GraphEngine::PrecomputedReaction::unique_product_indices

Unique product indices for reverse reactions.

Definition at line 395 of file engine_graph.h.

◆ unique_reactant_indices

std::vector<size_t> gridfire::GraphEngine::PrecomputedReaction::unique_reactant_indices

Definition at line 388 of file engine_graph.h.


The documentation for this struct was generated from the following file: