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>
430
430
</ol>
431
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>
<tdclass="markdownTableBodyNone"><b>Alpha-Rho Consistency</b></td><tdclass="markdownTableBodyNone">pre_process </td><tdclass="markdownTableBodyNone">patch_icpp(i): alpha(j) = 0 but alpha_rho(j) = alpha_rho (density in absent phase); patch_icpp(i): alpha(j) = alpha but alpha_rho(j) = 0 (present phase has zero density) </td></tr>
1496
1587
<trclass="markdownTableRowEven">
1497
-
<tdclass="markdownTableBodyNone"><b>EOS Parameter Sanity</b></td><tdclass="markdownTableBodyNone">common, post_process, pre_process, simulation </td><tdclass="markdownTableBodyNone">fluid_pp(i)gamma = gamma implies physical gamma = physical_gamma (unusually high). MFC uses the transformed parameter Gamma = 1/(gamma-1); fluid_pp(i)gamma = gamma implies physical gamma = physical_gamma (very close to 1). Did you enter the physical gamma instead of 1/(gamma-1)?</td></tr>
1588
+
<tdclass="markdownTableBodyNone"><b>Bubbles Euler</b></td><tdclass="markdownTableBodyNone">common, post_process, pre_process, simulation </td><tdclass="markdownTableBodyNone">patch_icpp(i)alpha(void_idx) = alpha is not a dilute void fraction; the Ensemble-Averaged Bubble Model is an O(alpha) expansion and is not recommended above DILUTE_VOID_FRACTION_MAX</td></tr>
1498
1589
<trclass="markdownTableRowOdd">
1590
+
<tdclass="markdownTableBodyNone"><b>EOS Parameter Sanity</b></td><tdclass="markdownTableBodyNone">common, post_process, pre_process, simulation </td><tdclass="markdownTableBodyNone">fluid_pp(i)gamma = gamma implies physical gamma = physical_gamma (unusually high). MFC uses the transformed parameter Gamma = 1/(gamma-1); fluid_pp(i)gamma = gamma implies physical gamma = physical_gamma (very close to 1). Did you enter the physical gamma instead of 1/(gamma-1)? </td></tr>
1591
+
<trclass="markdownTableRowEven">
1499
1592
<tdclass="markdownTableBodyNone"><b>Volume Fraction Sum</b></td><tdclass="markdownTableBodyNone">pre_process </td><tdclass="markdownTableBodyNone">patch_icpp(i): volume fractions sum to alpha_sum, expected 1.0 </td></tr>
1500
1593
</table>
1501
1594
<hr/>
1502
1595
<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