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
<tdclass="markdownTableBodyNone"><spanclass="tt">m_riemann_solver_hllc</span></td><tdclass="markdownTableBodyNone">HLLC Riemann solver with contact restoration, Toro et al </td></tr>
261
261
<trclass="markdownTableRowEven">
262
-
<tdclass="markdownTableBodyNone"><spanclass="tt">m_muscl</span></td><tdclass="markdownTableBodyNone">MUSCL reconstruction with interface sharpening for contact-preserving advection</td></tr>
262
+
<tdclass="markdownTableBodyNone"><spanclass="tt">m_riemann_solver_hypo_hlld</span></td><tdclass="markdownTableBodyNone">Dual-pass HLLD approximate Riemann solver for hypoelastic flows, with non-conservative interface-velocity coupling</td></tr>
263
263
<trclass="markdownTableRowOdd">
264
-
<tdclass="markdownTableBodyNone"><spanclass="tt">m_variables_conversion</span></td><tdclass="markdownTableBodyNone">Conservative-to-primitive variable conversion, mixture property evaluation, and pressure computation</td></tr>
264
+
<tdclass="markdownTableBodyNone"><spanclass="tt">m_muscl</span></td><tdclass="markdownTableBodyNone">MUSCL reconstruction with interface sharpening for contact-preserving advection</td></tr>
265
265
<trclass="markdownTableRowEven">
266
+
<tdclass="markdownTableBodyNone"><spanclass="tt">m_variables_conversion</span></td><tdclass="markdownTableBodyNone">Conservative-to-primitive variable conversion, mixture property evaluation, and pressure computation </td></tr>
267
+
<trclass="markdownTableRowOdd">
266
268
<tdclass="markdownTableBodyNone"><spanclass="tt">m_thinc</span></td><tdclass="markdownTableBodyNone">THINC and MTHINC interface compression for volume fraction sharpening </td></tr>
<li><b>Add the module to <spanclass="tt">docs/module_categories.json</span></b> so it appears in this page</li>
428
430
</ol>
429
431
<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>
0 commit comments