Skip to content

Commit

Permalink
Update model settings borrowed from liquid oxidation
Browse files Browse the repository at this point in the history
  • Loading branch information
hwpang committed May 25, 2023
1 parent 2650cd0 commit cbc73de
Showing 1 changed file with 9 additions and 2 deletions.
11 changes: 9 additions & 2 deletions test/regression/RMS_liquidSurface_ch4o2cat/input.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,8 +67,15 @@
)

model(
toleranceMoveToCore=0.05,
toleranceInterruptSimulation=0.05,
toleranceMoveToCore=0.01,
toleranceKeepInEdge=0.001,
toleranceInterruptSimulation=1e8,
maximumEdgeSpecies=10000,
minCoreSizeForPrune=10,
minSpeciesExistIterationsForPrune=2,
maxNumObjsPerIter=3,
filterReactions=True,
maxNumSpecies=35,
)

options(
Expand Down

0 comments on commit cbc73de

Please sign in to comment.