Skip to content

Commit

Permalink
add ib to 1e-10
Browse files Browse the repository at this point in the history
  • Loading branch information
anshgupta1234 committed Oct 28, 2024
1 parent 5e8f0fb commit da6560b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion toolchain/mfc/test/case.py
Original file line number Diff line number Diff line change
Expand Up @@ -216,7 +216,7 @@ def compute_tolerance(self) -> float:
if self.params.get("hypoelasticity", 'F') == 'T':
return 1e-7

if any(self.params.get(key, 'F') == 'T' for key in ['relax', 'qbmm', 'bubbles']):
if any(self.params.get(key, 'F') == 'T' for key in ['relax', 'ib', 'qbmm', 'bubbles']):
return 1e-10

if self.params.get("low_Mach", 'F') == 1 or self.params.get("low_Mach", 'F') == 2:
Expand Down

0 comments on commit da6560b

Please sign in to comment.