Skip to content

Commit bc2f20a

Browse files
committed
Give the 3D reacting mixing layer an explicit equation of state
The case set pi_inf but left eos unset, so the test harness's BASE_CFG default of ideal_gas survived the merge and validation rejected the pair. The 2D case already states stiffened_gas alongside the same zero pi_inf.
1 parent c8d412f commit bc2f20a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

  • examples/3D_reacting_mixing_layer

examples/3D_reacting_mixing_layer/case.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -161,6 +161,7 @@
161161
"prim_vars_wrt": "T",
162162
"parallel_io": "T",
163163
"fluid_pp(1)%gamma": 1.0 / (fluid["gamma"] - 1.0),
164+
"fluid_pp(1)%eos": "stiffened_gas",
164165
"fluid_pp(1)%pi_inf": 0.0,
165166
"fluid_pp(1)%Re(1)": 1.0 / fluid["viscosity"],
166167
"patch_icpp(1)%geometry": 9,

0 commit comments

Comments
 (0)