Skip to content

Commit 7e80db0

Browse files
committed
ci: increase fp-stability case step counts to 50 for better sweep coverage
1 parent 0e7f365 commit 7e80db0

5 files changed

Lines changed: 12 additions & 12 deletions

File tree

tests/fp_stability/cases/air_water_interface/simulation.inp

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/fp_stability/cases/sod_standard/simulation.inp

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/fp_stability/cases/sod_strong/simulation.inp

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

tests/fp_stability/cases/water_stiffened/simulation.inp

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

toolchain/mfc/fp_stability.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -65,28 +65,28 @@
6565
{
6666
"name": "sod_standard",
6767
"description": "1-D standard Sod, p_L/p_R=10, ideal gas (well-conditioned baseline)",
68-
"compare": ["cons.1.00.000005.dat", "cons.3.00.000005.dat"],
68+
"compare": ["cons.1.00.000050.dat", "cons.3.00.000050.dat"],
6969
"threshold": 1e-13,
7070
"ill_cond": "",
7171
},
7272
{
7373
"name": "sod_strong",
7474
"description": "1-D Sod, p_L/p_R=100,000, ideal gas",
75-
"compare": ["cons.1.00.000010.dat", "cons.3.00.000010.dat"],
75+
"compare": ["cons.1.00.000050.dat", "cons.3.00.000050.dat"],
7676
"threshold": 1e-10,
7777
"ill_cond": "HLLC xi factor: (s_L - vel_L)/(s_L - s_S) cancels near sonic contact",
7878
},
7979
{
8080
"name": "water_stiffened",
8181
"description": "1-D water shock, stiffened EOS (pi_inf=4046)",
82-
"compare": ["cons.1.00.000010.dat", "prim.3.00.000010.dat"],
82+
"compare": ["cons.1.00.000050.dat", "prim.3.00.000050.dat"],
8383
"threshold": 1e-10,
8484
"ill_cond": "Pressure recovery: p=(E-pi_inf)/gamma loses ~4 digits (pi_inf/p_right~40,000)",
8585
},
8686
{
8787
"name": "air_water_interface",
8888
"description": "1-D air/water isobaric contact (two-fluid, pi_inf=4046)",
89-
"compare": ["cons.1.00.000005.dat", "cons.4.00.000005.dat", "cons.5.00.000005.dat"],
89+
"compare": ["cons.1.00.000050.dat", "cons.4.00.000050.dat", "cons.5.00.000050.dat"],
9090
"threshold": 1e-10,
9191
"ill_cond": "Mixed-cell pressure recovery: E-alpha_w*gamma_w*pi_inf cancels when alpha_w<<1",
9292
},

0 commit comments

Comments
 (0)