Skip to content

Commit 13bcc78

Browse files
committed
Remove riemann_solver check when running IGR
1 parent b53fbe8 commit 13bcc78

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

toolchain/mfc/case_validator.py

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -668,6 +668,10 @@ def check_riemann_solver(self):
668668
low_Mach = self.get("low_Mach", 0)
669669
cyl_coord = self.get("cyl_coord", "F") == "T"
670670
viscous = self.get("viscous", "F") == "T"
671+
igr = self.get("igr", "F") == "T"
672+
673+
if igr:
674+
return
671675

672676
self.prohibit(riemann_solver is None, "riemann_solver must be specified (1=HLL, 2=HLLC, 4=HLLD, 5=Lax-Friedrichs)")
673677
if riemann_solver is None:

0 commit comments

Comments
 (0)