You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<li><b>Fortran compiler</b> builds three executables from the generated <spanclass="tt">.f90</span> files</li>
202
202
</ol>
203
-
<p>See <aclass="el" href="parameters.html" title="Case Parameters Reference">Case Parameters Reference</a> for the full list of ~3,400 simulation parameters. See <aclass="el" href="case_constraints.html" title="Case Creator Guide">Case Creator Guide</a> for feature compatibility and example configurations.</p>
203
+
<p>See <aclass="el" href="parameters.html" title="Case Parameters">Case Parameters</a> for the full list of ~3,400 simulation parameters. See <aclass="el" href="case_constraints.html" title="Case Creator Guide">Case Creator Guide</a> for feature compatibility and example configurations.</p>
<p>Adding a parameter touches both the Python toolchain and Fortran source. Follow these steps in order. See <aclass="el" href="parameters.html" title="Case Parameters Reference">Case Parameters Reference</a> for the full list of existing parameters and <aclass="el" href="case_constraints.html" title="Case Creator Guide">Case Creator Guide</a> for feature compatibility.</p>
355
+
<p>Adding a parameter touches both the Python toolchain and Fortran source. Follow these steps in order. See <aclass="el" href="parameters.html" title="Case Parameters">Case Parameters</a> for the full list of existing parameters and <aclass="el" href="case_constraints.html" title="Case Creator Guide">Case Creator Guide</a> for feature compatibility.</p>
356
356
<p><b>Step 1: Register in Python</b> (<spanclass="tt">toolchain/mfc/params/definitions.py</span>)</p>
357
357
<p>Add a call to <spanclass="tt">_r()</span> inside the <spanclass="tt">_load()</span> function:</p>
<li><b>type</b>: <spanclass="tt">INT</span>, <spanclass="tt">REAL</span>, <spanclass="tt">LOG</span>, <spanclass="tt">STR</span>, or <spanclass="tt">A_REAL</span> (analytic expression)</li>
364
364
<li><b>tags</b>: set of feature tags for grouping (e.g. <spanclass="tt">{"bubbles"}</span>, <spanclass="tt">{"mhd"}</span>)</li>
365
365
<li><b>desc</b>: human-readable description (optional; auto-generated from <spanclass="tt">_SIMPLE_DESCS</span> or <spanclass="tt">_ATTR_DESCS</span> if omitted)</li>
366
-
<li><b>math</b>: LaTeX math symbol in Doxygen format (optional; shown in the Symbol column of <aclass="el" href="parameters.html" title="Case Parameters Reference">Case Parameters Reference</a>)</li>
366
+
<li><b>math</b>: LaTeX math symbol in Doxygen format (optional; shown in the Symbol column of <aclass="el" href="parameters.html" title="Case Parameters">Case Parameters</a>)</li>
367
367
</ul>
368
368
<p>For indexed families like <spanclass="tt">fluid_pp</span>, put the symbol next to its attribute name using tuples:</p>
369
369
<divclass="fragment"><divclass="line"><spanclass="keywordflow">for</span> f <spanclass="keywordflow">in</span> range(1, NF + 1):</div>
<p>This document catalogs every equation solved by MFC, organized by physical model. Each section notes the input parameter(s) that activate the corresponding physics module and cross-references the relevant source files.</p>
134
134
<p>The models and algorithms described here are detailed in Wilfong et al. <aclass="el" href="citelist.html#CITEREF_wilfong26">[54]</a> (MFC 5.0) and Bryngelson et al. <aclass="el" href="citelist.html#CITEREF_bryngelson21">[8]</a>. Foundational references for each model are cited inline; see the <aclass="el" href="citelist.html" title="Bibliography">Bibliography</a> for full details.</p>
135
-
<p>For parameter details and allowed values, see <aclass="el" href="case.html" title="Case Files">Case Files</a> and the <aclass="el" href="parameters.html" title="Case Parameters Reference">Case Parameters</a> reference.</p>
135
+
<p>For parameter details and allowed values, see <aclass="el" href="case.html" title="Case Files">Case Files</a> and the <aclass="el" href="parameters.html" title="Case Parameters">Case Parameters</a> reference.</p>
0 commit comments