[1D] Fix occasional test failures with IonFlame
This commit is contained in:
parent
67aa9eb4e3
commit
24940aeef7
1 changed files with 2 additions and 0 deletions
|
|
@ -900,6 +900,8 @@ class TestIonFlame(utilities.CanteraTest):
|
|||
self.gas.TPX = Tin, p, reactants
|
||||
self.sim = ct.IonFlame(self.gas, width=width)
|
||||
self.sim.set_refine_criteria(ratio=4, slope=0.8, curve=1.0)
|
||||
# Ionized species may require tighter absolute tolerances
|
||||
self.sim.flame.set_steady_tolerances(Y=(1e-4, 1e-12))
|
||||
|
||||
# stage one
|
||||
self.sim.solve(loglevel=0, auto=True)
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue