2025-11-05 18:38:07 -05: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" / >
< title > GridFire: src/include/gridfire/policy/chains.h File Reference< / title >
< 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-25 14:31:59 -05:00
< div id = "projectname" > GridFire< span id = "projectnumber" >   v0.7.0_rc1< / span >
2025-11-05 18:38:07 -05: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('chains_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 > |
< a href = "#namespaces" > Namespaces< / a > < / div >
< div class = "headertitle" > < div class = "title" > chains.h File Reference< / div > < / div >
< / div > <!-- header -->
< div class = "contents" >
< p > Concrete implementations of ReactionChainPolicy for key stellar reaction chains.
< a href = "#details" > More...< / a > < / p >
< div class = "textblock" > < code > #include " < a class = "el" href = "policy__abstract_8h.html" > gridfire/policy/policy_abstract.h< / a > " < / code > < br / >
2025-11-24 09:08:28 -05:00
< code > #include " < a class = "el" href = "policy__logical_8h.html" > gridfire/policy/policy_logical.h< / a > " < / code > < br / >
2025-11-05 18:38:07 -05:00
< code > #include " < a class = "el" href = "reaction_8h.html" > gridfire/reaction/reaction.h< / a > " < / code > < br / >
< code > #include < memory> < / code > < br / >
2025-11-06 09:16:40 -05:00
< / div > < div class = "textblock" > < div class = "dynheader" >
Include dependency graph for chains.h:< / div >
< div class = "dyncontent" >
< div class = "center" > < div class = "zoom" > < iframe scrolling = "no" frameborder = "0" src = "chains_8h__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 >
< / div > < div class = "textblock" > < div class = "dynheader" >
This graph shows which files directly or indirectly include this file:< / div >
< div class = "dyncontent" >
2025-11-25 14:31:59 -05:00
< div class = "center" > < iframe scrolling = "no" frameborder = "0" src = "chains_8h__dep__incl.svg" width = "611" height = "407" > < p > < b > This browser is not able to show SVG: try Firefox, Chrome, Safari, or Opera instead.< / b > < / p > < / iframe > < / div >
2025-11-06 09:16:40 -05:00
< / div >
2025-11-05 18:38:07 -05:00
< / div > < table class = "memberdecls" >
< tr class = "heading" > < td colspan = "2" > < h2 class = "groupheader" > < a id = "nested-classes" name = "nested-classes" > < / a >
Classes< / h2 > < / td > < / tr >
2025-11-24 09:08:28 -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_1policy_1_1_temperature_dependent_chain_policy.html" > gridfire::policy::TemperatureDependentChainPolicy< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Base class for reaction chain policies that are active only within specific temperature ranges. < a href = "classgridfire_1_1policy_1_1_temperature_dependent_chain_policy.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" > struct   < / td > < td class = "memItemRight" valign = "bottom" > < a class = "el" href = "structgridfire_1_1policy_1_1_temperature_dependent_chain_policy_1_1_active_temp_range.html" > gridfire::policy::TemperatureDependentChainPolicy::ActiveTempRange< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Struct to hold the active temperature range for the reaction chain. < a href = "structgridfire_1_1policy_1_1_temperature_dependent_chain_policy_1_1_active_temp_range.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_1policy_1_1_proton_proton_i_chain_policy.html" > gridfire::policy::ProtonProtonIChainPolicy< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Proton-Proton I Chain Policy. < a href = "classgridfire_1_1policy_1_1_proton_proton_i_chain_policy.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_1policy_1_1_proton_proton_i_i_chain_policy.html" > gridfire::policy::ProtonProtonIIChainPolicy< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Proton-Proton II Chain Policy. < a href = "classgridfire_1_1policy_1_1_proton_proton_i_i_chain_policy.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_1policy_1_1_proton_proton_i_i_i_chain_policy.html" > gridfire::policy::ProtonProtonIIIChainPolicy< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Proton-Proton III Chain Policy. < a href = "classgridfire_1_1policy_1_1_proton_proton_i_i_i_chain_policy.html#details" > More...< / a > < br / > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-11-05 18:38:07 -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_1policy_1_1_proton_proton_chain_policy.html" > gridfire::policy::ProtonProtonChainPolicy< / a > < / td > < / tr >
2025-11-24 09:08:28 -05:00
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Proton-Proton Chain Policy. < a href = "classgridfire_1_1policy_1_1_proton_proton_chain_policy.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_1policy_1_1_c_n_o_i_chain_policy.html" > gridfire::policy::CNOIChainPolicy< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > CNO I Chain Policy. < a href = "classgridfire_1_1policy_1_1_c_n_o_i_chain_policy.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_1policy_1_1_c_n_o_i_i_chain_policy.html" > gridfire::policy::CNOIIChainPolicy< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > CNO II Chain Policy. < a href = "classgridfire_1_1policy_1_1_c_n_o_i_i_chain_policy.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_1policy_1_1_c_n_o_i_i_i_chain_policy.html" > gridfire::policy::CNOIIIChainPolicy< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > CNO III Chain Policy. < a href = "classgridfire_1_1policy_1_1_c_n_o_i_i_i_chain_policy.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_1policy_1_1_c_n_o_i_v_chain_policy.html" > gridfire::policy::CNOIVChainPolicy< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > CNO IV Chain Policy. < a href = "classgridfire_1_1policy_1_1_c_n_o_i_v_chain_policy.html#details" > More...< / a > < br / > < / td > < / tr >
2025-11-05 18:38:07 -05:00
< 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_1policy_1_1_c_n_o_chain_policy.html" > gridfire::policy::CNOChainPolicy< / a > < / td > < / tr >
2025-11-24 09:08:28 -05:00
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > CNO Chain Policy. < a href = "classgridfire_1_1policy_1_1_c_n_o_chain_policy.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_1policy_1_1_hot_c_n_o_i_chain_policy.html" > gridfire::policy::HotCNOIChainPolicy< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Hot CNO I Chain Policy. < a href = "classgridfire_1_1policy_1_1_hot_c_n_o_i_chain_policy.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_1policy_1_1_hot_c_n_o_i_i_chain_policy.html" > gridfire::policy::HotCNOIIChainPolicy< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Hot CNO II Chain Policy. < a href = "classgridfire_1_1policy_1_1_hot_c_n_o_i_i_chain_policy.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_1policy_1_1_hot_c_n_o_i_i_i_chain_policy.html" > gridfire::policy::HotCNOIIIChainPolicy< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Hot CNO III Chain Policy. < a href = "classgridfire_1_1policy_1_1_hot_c_n_o_i_i_i_chain_policy.html#details" > More...< / a > < br / > < / td > < / tr >
2025-11-05 18:38:07 -05:00
< 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_1policy_1_1_hot_c_n_o_chain_policy.html" > gridfire::policy::HotCNOChainPolicy< / a > < / td > < / tr >
2025-11-24 09:08:28 -05:00
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Hot CNO Chain Policy. < a href = "classgridfire_1_1policy_1_1_hot_c_n_o_chain_policy.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_1policy_1_1_triple_alpha_chain_policy.html" > gridfire::policy::TripleAlphaChainPolicy< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Triple-Alpha Chain Policy. < a href = "classgridfire_1_1policy_1_1_triple_alpha_chain_policy.html#details" > More...< / a > < br / > < / td > < / tr >
2025-11-05 18:38:07 -05:00
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
2025-11-24 09:08:28 -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_1policy_1_1_main_sequence_reaction_chain_policy.html" > gridfire::policy::MainSequenceReactionChainPolicy< / a > < / td > < / tr >
< tr class = "memdesc:" > < td class = "mdescLeft" >   < / td > < td class = "mdescRight" > Main Sequence Reaction Chain Policy. < a href = "classgridfire_1_1policy_1_1_main_sequence_reaction_chain_policy.html#details" > More...< / a > < br / > < / td > < / tr >
2025-11-05 18:38:07 -05: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_1policy.html" > gridfire::policy< / a > < / td > < / tr >
< tr class = "separator:" > < td class = "memSeparator" colspan = "2" >   < / td > < / tr >
< / table >
< a name = "details" id = "details" > < / a > < h2 class = "groupheader" > Detailed Description< / h2 >
< div class = "textblock" > < p > Concrete implementations of ReactionChainPolicy for key stellar reaction chains. < / p >
< p > This file provides concrete policies for fundamental nuclear reaction chains, such as the Proton-Proton chain and the CNO cycle. These policies inherit from ReactionChainPolicy (see < code > < a class = "el" href = "policy__abstract_8h.html" title = "Abstract policy interfaces used to construct reaction networks (DynamicEngine) from seed compositions..." > policy_abstract.h< / a > < / code > ) and provide a pre-defined set of reactions.< / p >
2025-11-24 09:08:28 -05:00
< p > They are typically used by higher-level NetworkPolicy implementations (e.g., < code > MainSequencePolicy< / code > in < code > < a class = "el" href = "stellar__policy_8h.html" title = "High-level concrete NetworkPolicy for specific stellar environments." > stellar_policy.h< / a > < / code > ) to compose a complete set of required reactions for a particular stellar environment.< / p >
2025-11-05 18:38:07 -05:00
< dl class = "section note" > < dt > Note< / dt > < dd > Constructors for these policies may throw < code > < a class = "el" href = "classgridfire_1_1exceptions_1_1_missing_base_reaction_error.html" title = "Exception thrown when a required reaction is missing from the underlying database (e...." > gridfire::exceptions::MissingBaseReactionError< / a > < / code > if a required reaction is not found in the underlying REACLIB database. This usually indicates an issue with the GridFire installation or the bundled reaction data. < / dd > < / dl >
< / div > < / div > <!-- contents -->
< / div > <!-- doc - content -->
<!-- start footer part -->
< div id = "nav-path" class = "navpath" > <!-- id is needed for treeview function! -->
< ul >
< 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_2adadb1daf94a265dd4b6962493aba6e.html" > policy< / a > < / li > < li class = "navelem" > < a class = "el" href = "chains_8h.html" > chains.h< / a > < / li >
< 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 >