Skip to content

Commit

Permalink
added new baseline tests
Browse files Browse the repository at this point in the history
  • Loading branch information
frankfeifan committed May 9, 2024
1 parent 62f760c commit 06b70d4
Show file tree
Hide file tree
Showing 3 changed files with 20 additions and 4 deletions.
4 changes: 2 additions & 2 deletions inputFiles/singlePhaseFlow/PressurePerm_1d_smoke.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</Mesh>

<Events
maxTime="2e3">
maxTime="2e2">

<PeriodicEvent
name="outputs"
Expand All @@ -52,7 +52,7 @@

<PeriodicEvent
name="restarts"
cycleFrequency="100"
cycleFrequency="10"
target="/Outputs/restartOutput"/>

</Events>
Expand Down
4 changes: 2 additions & 2 deletions inputFiles/singlePhaseFlow/PressurePerm_2d_smoke.xml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@
</Mesh>

<Events
maxTime="2e3">
maxTime="2e2">

<PeriodicEvent
name="outputs"
Expand All @@ -52,7 +52,7 @@

<PeriodicEvent
name="restarts"
cycleFrequency="100"
cycleFrequency="10"
target="/Outputs/restartOutput"/>

</Events>
Expand Down
16 changes: 16 additions & 0 deletions inputFiles/singlePhaseFlow/singlePhaseFlow.ats
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,22 @@ decks = [
partitions=((1, 1, 1), (2, 2, 2), (3, 3, 3)),
restart_step=10,
check_step=20,
restartcheck_params=RestartcheckParameters(**restartcheck_params)),
TestDeck(
name="PressurePerm_1d_smoke",
description=
'Single phase flow test (1D, compressible, pressure dependent perm)',
partitions=((1, 1, 1), (2, 1, 1), (3, 1, 1)),
restart_step=10,
check_step=20,
restartcheck_params=RestartcheckParameters(**restartcheck_params)),
TestDeck(
name="PressurePerm_2d_smoke",
description=
'Single phase flow test (2D, compressible, pressure dependent perm)',
partitions=((1, 1, 1), (2, 2, 1), (3, 3, 1)),
restart_step=10,
check_step=20,
restartcheck_params=RestartcheckParameters(**restartcheck_params))
]

Expand Down

0 comments on commit 06b70d4

Please sign in to comment.