Skip to content

Commit

Permalink
turned on restart check for kgdToughnessDominated smoke test
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfeifan committed Aug 23, 2024
1 parent 4d4eb35 commit bca0320
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
4 changes: 2 additions & 2 deletions inputFiles/hydraulicFracturing/Hydrofracturing.ats
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,8 @@ kgd_toughness_dominated = {
"name": "kgdToughnessDominated_smoke",
"description": "KGD fracture in toughness-dominated regime",
"partitions": ((1, 1, 1), (2, 3, 1)),
"restart_step": 0,
"check_step": 1,
"restart_step": 5,
"check_step": 6,
"tolerance": [1e-5, 21000.0],
"aperture_curve_method": "kgd_toughness_dominated_aperture_curve",
"pressure_curve_method": "kgd_toughness_dominated_pressure_curve"
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -75,8 +75,7 @@

<PeriodicEvent
name="restarts"
timeFrequency="20.0"
targetExactTimestep="1"
cycleFrequency="5"
target="/Outputs/restartOutput"/>
</Events>
</Problem>

0 comments on commit bca0320

Please sign in to comment.