2025-07-01 07:24:18 -04:00
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "https://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
< html xmlns = "http://www.w3.org/1999/xhtml" lang = "en-US" >
< head >
< meta http-equiv = "Content-Type" content = "text/xhtml;charset=UTF-8" / >
< meta http-equiv = "X-UA-Compatible" content = "IE=11" / >
< meta name = "generator" content = "Doxygen 1.13.2" / >
< meta name = "viewport" content = "width=device-width, initial-scale=1" / >
2025-07-24 11:10:45 -04:00
< title > GridFire: src/include/gridfire/reaction/reaction.h File Reference< / title >
2025-07-01 07:24:18 -04:00
< link href = "tabs.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "jquery.js" > < / script >
< script type = "text/javascript" src = "dynsections.js" > < / script >
< script type = "text/javascript" src = "clipboard.js" > < / script >
< link href = "navtree.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "navtreedata.js" > < / script >
< script type = "text/javascript" src = "navtree.js" > < / script >
< script type = "text/javascript" src = "resize.js" > < / script >
< script type = "text/javascript" src = "cookie.js" > < / script >
< link href = "search/search.css" rel = "stylesheet" type = "text/css" / >
< script type = "text/javascript" src = "search/searchdata.js" > < / script >
< script type = "text/javascript" src = "search/search.js" > < / script >
< link href = "doxygen.css" rel = "stylesheet" type = "text/css" / >
< link href = "doxygen-awesome.css" rel = "stylesheet" type = "text/css" / >
< link href = "doxygen-awesome-sidebar-only.css" rel = "stylesheet" type = "text/css" / >
< / head >
< body >
< div id = "top" > <!-- do not remove this div, it is closed by doxygen! -->
< div id = "titlearea" >
< table cellspacing = "0" cellpadding = "0" >
< tbody >
< tr id = "projectrow" >
< td id = "projectalign" >
2025-11-27 15:06:27 -05:00
< div id = "projectname" > GridFire< span id = "projectnumber" >   v0.7.0_rc2< / span >
2025-07-01 07:24:18 -04:00
< / div >
< div id = "projectbrief" > General Purpose Nuclear Network< / div >
< / td >
< / tr >
< / tbody >
< / table >
< / div >
<!-- end header part -->
<!-- Generated by Doxygen 1.13.2 -->
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
var searchBox = new SearchBox("searchBox", "search/",'.html');
/* @license-end */
< / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function() { codefold.init(0); });
/* @license-end */
< / script >
< script type = "text/javascript" src = "menudata.js" > < / script >
< script type = "text/javascript" src = "menu.js" > < / script >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function() {
initMenu('',true,false,'search.php','Search',true);
$(function() { init_search(); });
});
/* @license-end */
< / script >
< div id = "main-nav" > < / div >
< / div > <!-- top -->
< div id = "side-nav" class = "ui-resizable side-nav-resizable" >
< div id = "nav-tree" >
< div id = "nav-tree-contents" >
< div id = "nav-sync" class = "sync" > < / div >
< / div >
< / div >
< div id = "splitbar" style = "-moz-user-select:none;"
class="ui-resizable-handle">
< / div >
< / div >
< script type = "text/javascript" >
/* @license magnet:?xt=urn:btih:d3d9a9a6595521f9666a5e94cc830dab83b65699& dn=expat.txt MIT */
$(function(){initNavTree('reaction_8h.html',''); initResizable(true); });
/* @license-end */
< / script >
< div id = "doc-content" >
<!-- window showing the filter options -->
< div id = "MSearchSelectWindow"
onmouseover="return searchBox.OnSearchSelectShow()"
onmouseout="return searchBox.OnSearchSelectHide()"
onkeydown="return searchBox.OnSearchSelectKey(event)">
< / div >
<!-- iframe showing the search results (closed by default) -->
< div id = "MSearchResultsWindow" >
< div id = "MSearchResults" >
< div class = "SRPage" >
< div id = "SRIndex" >
< div id = "SRResults" > < / div >
< div class = "SRStatus" id = "Loading" > Loading...< / div >
< div class = "SRStatus" id = "Searching" > Searching...< / div >
< div class = "SRStatus" id = "NoMatches" > No Matches< / div >
< / div >
< / div >
< / div >
< / div >
< div class = "header" >
< div class = "summary" >
< a href = "#nested-classes" > Classes< / a > |
2025-07-01 11:40:51 -04:00
< a href = "#namespaces" > Namespaces< / a > |
2025-10-08 11:17:09 -04:00
< a href = "#enum-members" > Enumerations< / a > |
2025-11-04 14:04:26 -05:00
< a href = "#func-members" > Functions< / a > |
< a href = "#var-members" > Variables< / a > < / div >
2025-07-01 07:24:18 -04:00
< div class = "headertitle" > < div class = "title" > reaction.h File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Defines classes for representing and managing nuclear reactions.
< a href = "#details" > More...< / a > < / p >
2025-11-24 09:08:28 -05:00
< div class = "textblock" > < code > #include < ranges> < / code > < br / >
2025-11-04 14:04:26 -05:00
< code > #include < string_view> < / code > < br / >
2025-11-24 09:08:28 -05:00
< code > #include " fourdst/atomic/atomicSpecies.h" < / code > < br / >
2025-07-01 07:24:18 -04:00
< code > #include " fourdst/logging/logging.h" < / code > < br / >
< code > #include " quill/Logger.h" < / code > < br / >
< code > #include < unordered_map> < / code > < br / >
< code > #include < vector> < / code > < br / >
< code > #include < unordered_set> < / code > < br / >
< code > #include " cppad/cppad.hpp" < / code > < br / >
2025-10-08 11:17:09 -04:00
< code > #include " fourdst/composition/composition.h" < / code > < br / >
2025-11-06 09:16:40 -05:00
< / div > < div class = "textblock" > < div class = "dynheader" >
Include dependency graph for reaction.h:< / div >
< div class = "dyncontent" >
< div class = "center" > < div class = "zoom" > < iframe scrolling = "no" frameborder = "0" src = "reaction_8h__incl.svg" width = "100%" height = "405" > < p > < b > This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.< / b > < / p > < / iframe > < / div > < / div >
< / div >
< / div > < div class = "textblock" > < div class = "dynheader" >
This graph shows which files directly or indirectly include this file:< / div >
< div class = "dyncontent" >
< div class = "center" > < div class = "zoom" > < iframe scrolling = "no" frameborder = "0" src = "reaction_8h__dep__incl.svg" width = "100%" height = "600" > < p > < b > This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.< / b > < / p > < / iframe > < / div > < / div >
< / div >
2025-07-31 10:54:31 -04:00
< / div > < table class = "memberdecls" >
2025-07-01 07:24:18 -04:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "nested-classes" name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structgridfire_1_1reaction_1_1_rate_coefficient_set.html" > gridfire::reaction::RateCoefficientSet< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Holds the seven coefficients for the REACLIB rate equation. < a href = "structgridfire_1_1reaction_1_1_rate_coefficient_set.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classgridfire_1_1reaction_1_1_reaction.html" > gridfire::reaction::Reaction< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Represents a single nuclear reaction from a specific data source. < a href = "classgridfire_1_1reaction_1_1_reaction.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-10-08 11:17:09 -04:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classgridfire_1_1reaction_1_1_reaclib_reaction.html" > gridfire::reaction::ReaclibReaction< / a > < / td > < / tr >
2025-07-01 07:24:18 -04:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-11-27 15:06:27 -05:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classgridfire_1_1reaction_1_1_weak_reaclib_reaction.html" > gridfire::reaction::WeakReaclibReaction< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-10-08 11:17:09 -04:00
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classgridfire_1_1reaction_1_1_logical_reaclib_reaction.html" > gridfire::reaction::LogicalReaclibReaction< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Represents a "logical" reaction that aggregates rates from multiple sources. < a href = "classgridfire_1_1reaction_1_1_logical_reaclib_reaction.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "classgridfire_1_1reaction_1_1_reaction_set.html" > gridfire::reaction::ReactionSet< / a > < / td > < / tr >
2025-07-01 07:24:18 -04:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "namespaces" name = "namespaces" > < / a >
Namespaces< / h2 > < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > namespace   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire.html" > gridfire< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:" > < td class = "memItemLeft" align = "right" valign = "top" > namespace   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1reaction.html" > gridfire::reaction< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-07-01 11:40:51 -04:00
< / table > < table class = "memberdecls" >
2025-10-08 11:17:09 -04:00
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "enum-members" name = "enum-members" > < / a >
Enumerations< / h2 > < / td > < / tr >
2025-11-27 15:06:27 -05:00
< tr class = "memitem:a026997f11e811fa7754ac9121c4ba74e" id = "r_a026997f11e811fa7754ac9121c4ba74e" > < td class = "memItemLeft" align = "right" valign = "top" > enum class   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1reaction.html#a026997f11e811fa7754ac9121c4ba74e" > gridfire::reaction::ReactionType< / a > { < br / >
    < a class = "el" href = "namespacegridfire_1_1reaction.html#a026997f11e811fa7754ac9121c4ba74ea32c7d8943bec86a6d7d5e03598670ca8" > gridfire::reaction::WEAK< / a >
2025-10-08 11:17:09 -04:00
, < a class = "el" href = "namespacegridfire_1_1reaction.html#a026997f11e811fa7754ac9121c4ba74eaf9885ed04411bef7b70f78b643c6a220" > gridfire::reaction::REACLIB< / a >
2025-11-27 15:06:27 -05:00
, < a class = "el" href = "namespacegridfire_1_1reaction.html#a026997f11e811fa7754ac9121c4ba74eab736eb13fff62c962f63232ec57f2692" > gridfire::reaction::REACLIB_WEAK< / a >
2025-10-08 11:17:09 -04:00
, < a class = "el" href = "namespacegridfire_1_1reaction.html#a026997f11e811fa7754ac9121c4ba74ea32b0fb6c82a2ec42865b2c823216baa9" > gridfire::reaction::LOGICAL_REACLIB< / a >
2025-11-27 15:06:27 -05:00
, < br / >
    < a class = "el" href = "namespacegridfire_1_1reaction.html#a026997f11e811fa7754ac9121c4ba74ea9259a6415351c8baa03c61926bdd5b0c" > gridfire::reaction::LOGICAL_REACLIB_WEAK< / a >
< br / >
2025-10-08 11:17:09 -04:00
}< / td > < / tr >
< tr class = "separator:a026997f11e811fa7754ac9121c4ba74e" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-07-01 11:40:51 -04:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "func-members" name = "func-members" > < / a >
Functions< / h2 > < / td > < / tr >
2025-11-27 15:06:27 -05:00
< tr class = "memitem:a5f8afcf8ff8dc0acdb510ae621d655be" id = "r_a5f8afcf8ff8dc0acdb510ae621d655be" > < td class = "memItemLeft" align = "right" valign = "top" > bool  < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1reaction.html#a5f8afcf8ff8dc0acdb510ae621d655be" > gridfire::reaction::reaction_is_weak< / a > (const < a class = "el" href = "classgridfire_1_1reaction_1_1_reaction.html" > Reaction< / a > & reaction)< / td > < / tr >
< tr class = "separator:a5f8afcf8ff8dc0acdb510ae621d655be" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-10-08 11:17:09 -04:00
< tr class = "memitem:af34403cccdb4a091e979f0f895be2f8c" id = "r_af34403cccdb4a091e979f0f895be2f8c" > < td class = "memItemLeft" align = "right" valign = "top" > < a class = "el" href = "classgridfire_1_1reaction_1_1_reaction_set.html" > ReactionSet< / a >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1reaction.html#af34403cccdb4a091e979f0f895be2f8c" > gridfire::reaction::packReactionSet< / a > (const < a class = "el" href = "classgridfire_1_1reaction_1_1_reaction_set.html" > ReactionSet< / a > & reactionSet)< / td > < / tr >
< tr class = "separator:af34403cccdb4a091e979f0f895be2f8c" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-11-04 14:04:26 -05:00
< / table > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "var-members" name = "var-members" > < / a >
Variables< / h2 > < / td > < / tr >
< tr class = "memitem:ac06a7c50ac58fb2f901d778fc30cd1cf" id = "r_ac06a7c50ac58fb2f901d778fc30cd1cf" > < td class = "memItemLeft" align = "right" valign = "top" > static std::unordered_map< < a class = "el" href = "namespacegridfire_1_1reaction.html#a026997f11e811fa7754ac9121c4ba74e" > ReactionType< / a > , std::string >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1reaction.html#ac06a7c50ac58fb2f901d778fc30cd1cf" > gridfire::reaction::ReactionTypeNames< / a > < / td > < / tr >
< tr class = "separator:ac06a7c50ac58fb2f901d778fc30cd1cf" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< tr class = "memitem:a773ef58975dc959e4ae03e2e677ab54f" id = "r_a773ef58975dc959e4ae03e2e677ab54f" > < td class = "memItemLeft" align = "right" valign = "top" > static std::unordered_map< < a class = "el" href = "namespacegridfire_1_1reaction.html#a026997f11e811fa7754ac9121c4ba74e" > ReactionType< / a > , std::string >   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "namespacegridfire_1_1reaction.html#a773ef58975dc959e4ae03e2e677ab54f" > gridfire::reaction::ReactionPhysicalTypeNames< / a > < / td > < / tr >
< tr class = "separator:a773ef58975dc959e4ae03e2e677ab54f" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-07-01 07:24:18 -04:00
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > Defines classes for representing and managing nuclear reactions. < / p >
2025-10-08 11:17:09 -04:00
< p > This file contains the core data structures for handling nuclear reactions, including individual reactions from specific sources (< code > Reaction< / code > ), collections of reactions (< code > ReactionSet< / code > ), and logical reactions that aggregate rates from multiple sources (< code > LogicalReaclibReaction< / code > , < code > LogicalReactionSet< / code > ). < / p >
2025-07-01 07:24:18 -04:00
< / div > < / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
2025-07-24 11:10:45 -04:00
< li class = "navelem" > < a class = "el" href = "dir_68267d1309a1af8e8297ef4c3efbcdba.html" > src< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_b0856f6b0d80ccb263b2f415c91f9e17.html" > include< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_3626e0c0e3c5d7812d6b277dfa4ec364.html" > gridfire< / a > < / li > < li class = "navelem" > < a class = "el" href = "dir_f2d7b0c77cb2532170ac94ead6e4ba70.html" > reaction< / a > < / li > < li class = "navelem" > < a class = "el" href = "reaction_8h.html" > reaction.h< / a > < / li >
2025-07-01 07:24:18 -04:00
< li class = "footer" > Generated by < a href = "https://www.doxygen.org/index.html" > < img class = "footer" src = "doxygen.svg" width = "104" height = "31" alt = "doxygen" / > < / a > 1.13.2 < / li >
< / ul >
< / div >
< / body >
< / html >