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>Add the module to <spanclass="tt">docs/module_categories.json</span></b> so it appears in this page</li>
406
406
</ol>
407
407
<p>Follow the pattern of existing modules like <spanclass="tt">m_body_forces</span> (simple) or <spanclass="tt">m_viscous</span> (more involved) as a template.</p>
<p>💡 <b>Tip:</b> If you encounter a validation error, check the relevant section above or review <ahref="https://github.com/MFlowCode/MFC/blob/master/toolchain/mfc/case_validator.py"><spanclass="tt">case_validator.py</span></a> for complete validation logic.</p>
<li><spanclass="tt">recon_type</span> must be 1 (WENO) or 2 (MUSCL)</li>
508
-
<li><spanclass="tt">recon_type</span> = 2 (MUSCL) is not compatible with param = T</li>
509
-
<li><spanclass="tt">recon_type</span> = 2 (MUSCL) is not compatible with param</li>
500
+
<li><spanclass="tt">recon_type</span> = 2 (MUSCL) is not compatible with <spanclass="tt">mapped_weno</span> = T</li>
501
+
<li><spanclass="tt">recon_type</span> = 2 (MUSCL) is not compatible with wenoz = T</li>
502
+
<li><spanclass="tt">recon_type</span> = 2 (MUSCL) is not compatible with teno = T</li>
503
+
<li><spanclass="tt">recon_type</span> = 2 (MUSCL) is not compatible with <spanclass="tt">mp_weno</span> = T</li>
504
+
<li><spanclass="tt">recon_type</span> = 2 (MUSCL) is not compatible with <spanclass="tt">weno_avg</span> = T</li>
505
+
<li><spanclass="tt">recon_type</span> = 2 (MUSCL) is not compatible with <spanclass="tt">null_weights</span> = T</li>
506
+
<li><spanclass="tt">recon_type</span> = 2 (MUSCL) is not compatible with <spanclass="tt">weno_Re_flux</span> = T</li>
507
+
<li><spanclass="tt">recon_type</span> = 2 (MUSCL) is not compatible with <spanclass="tt">wenoz_q</span></li>
508
+
<li><spanclass="tt">recon_type</span> = 2 (MUSCL) is not compatible with <spanclass="tt">teno_CT</span></li>
509
+
<li><spanclass="tt">recon_type</span> = 2 (MUSCL) is not compatible with <spanclass="tt">weno_eps</span></li>
510
510
<li><spanclass="tt">recon_type</span> = 2 (MUSCL) requires <spanclass="tt">weno_order</span> unset or 0, but got <spanclass="tt">weno_order</span></li>
511
511
<li><spanclass="tt">muscl_order</span> must be 1 or 2</li>
512
-
<li><spanclass="tt">m</span> must be at least <spanclass="tt">muscl_order</span> - 1 (= <spanclass="tt">muscl_order</span> - 1)</li>
513
-
<li>For 2D simulation, <spanclass="tt">n</span> must be at least <spanclass="tt">muscl_order</span> - 1 (= <spanclass="tt">muscl_order</span> - 1)</li>
514
-
<li>For 3D simulation, <spanclass="tt">p</span> must be at least <spanclass="tt">muscl_order</span> - 1 (= <spanclass="tt">muscl_order</span> - 1)</li>
<div class="ttc" id="anamespacem__global__parameters_html_a4dac2e4ead915635e0c6c33af87be01b"><div class="ttname"><a href="namespacem__global__parameters.html#a4dac2e4ead915635e0c6c33af87be01b">m_global_parameters::sys_size</a></div><div class="ttdeci">integer sys_size</div><div class="ttdoc">Number of unknowns in the system of equations.</div><div class="ttdef"><b>Definition</b> <a href="m__global__parameters_8fpp_8f90_source.html#l00103">m_global_parameters.fpp.f90:103</a></div></div>
<div class="ttc" id="anamespacem__global__parameters_html_a4dac2e4ead915635e0c6c33af87be01b"><div class="ttname"><a href="namespacem__global__parameters.html#a4dac2e4ead915635e0c6c33af87be01b">m_global_parameters::sys_size</a></div><div class="ttdeci">integer sys_size</div><div class="ttdoc">Number of unknowns in the system of equations.</div><div class="ttdef"><b>Definition</b> <a href="m__global__parameters_8fpp_8f90_source.html#l00200">m_global_parameters.fpp.f90:200</a></div></div>
4091
4091
<div class="ttc" id="anamespacem__mpi__proxy_html"><div class="ttname"><a href="namespacem__mpi__proxy.html">m_mpi_proxy</a></div><div class="ttdoc">MPI gather and scatter operations for distributing post-process grid and flow-variable data.</div><div class="ttdef"><b>Definition</b> <a href="m__mpi__proxy_8fpp_8f90_source.html#l00007">m_mpi_proxy.fpp.f90:7</a></div></div>
4092
4092
<div class="ttc" id="astructm__derived__types_1_1scalar__field_html"><div class="ttname"><a href="structm__derived__types_1_1scalar__field.html">m_derived_types::scalar_field</a></div><div class="ttdoc">Derived type annexing a scalar field (SF).</div><div class="ttdef"><b>Definition</b> <a href="m__derived__types_8fpp_8f90_source.html#l00331">m_derived_types.fpp.f90:331</a></div></div>
0 commit comments