Commit 8ab8894
committed
fix: update advection_muscl example to model_eqns=2 (THINC incompatible with model_eqns=3)
THINC/MTHINC only reconstructs partial densities and volume fractions at
faces. For model_eqns=3 (6-equation), the per-fluid internal energies
(eqn_idx%int_en) are left unreconstructed after THINC compression, making
the face states thermodynamically inconsistent. The 5-equation model
(model_eqns=2) has no per-fluid internal energy equations so this
inconsistency cannot occur. Regenerate golden file for test 10DE58AA.1 parent 6051590 commit 8ab8894
3 files changed
Lines changed: 81 additions & 109 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.
0 commit comments