Skip to content

Commit

Permalink
Merge branch 'feature/sherman/outOfPlaceATS' of github.com:GEOS-DEV/G…
Browse files Browse the repository at this point in the history
…EOS into feature/sherman/outOfPlaceATS
  • Loading branch information
cssherman committed Feb 8, 2024
2 parents 934045e + 2fc12e5 commit f3b6d7f
Show file tree
Hide file tree
Showing 3 changed files with 29 additions and 39 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -42,12 +42,27 @@ decks = [
restart_step=0,
check_step=1,
curvecheck_params=CurveCheckParameters(**curvecheck_params)),
TestDeck(name="SneddonRotated_smoke",
description='Sneddon with inclined fracture',
partitions=((1, 1, 1), (2, 2, 1)),
restart_step=0,
check_step=1,
restartcheck_params=RestartcheckParameters(**restartcheck_params))
TestDeck(
name="SneddonRotated_smoke",
description='Sneddon with inclined fracture',
partitions=((1, 1, 1), (2, 2, 1)),
restart_step=0,
check_step=1,
restartcheck_params=RestartcheckParameters(**restartcheck_params)),
TestDeck(
name="EmbFrac_Compression_Frictionless_smoke",
description='Single efem fracture under compression - frictionless',
partitions=((1, 1, 1), (2, 2, 1)),
restart_step=0,
check_step=1,
restartcheck_params=RestartcheckParameters(atol= 1e-06, rtol= 4e-07)),
TestDeck(
name="EmbFrac_Compression_CoulombFriction_smoke",
description='Single efem fracture under compression - Coulomb friction',
partitions=((1, 1, 1), (2, 2, 1)),
restart_step=0,
check_step=1,
restartcheck_params=RestartcheckParameters(atol= 1e-06, rtol= 4e-07))
]

generate_geos_tests(decks)
24 changes: 0 additions & 24 deletions inputFiles/efemFractureMechanics/embeddedFractures_contact.ats

This file was deleted.

17 changes: 8 additions & 9 deletions inputFiles/wellbore/wellboreMesh.ats
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@ decks = [
name="CasedThermoElasticWellbore_ImperfectInterfaces_smoke",
description=
'test the debonding of cased wellbore with thermoelastic solver',
partitions=[
(1, 1, 1),
],
partitions=[(1, 1, 1),],
restart_step=0,
check_step=1,
restartcheck_params=RestartcheckParameters(**restartcheck_params)),
Expand Down Expand Up @@ -58,11 +56,12 @@ decks = [
restart_step=0,
check_step=1,
restartcheck_params=RestartcheckParameters(**restartcheck_params)),
TestDeck(name="ThermoPoroElasticWellbore_smoke",
description='single-phase thermo-hydro-mechanical wellbore',
partitions=((1, 1, 1), (2, 2, 1)),
restart_step=0,
check_step=1,
restartcheck_params=RestartcheckParameters(**restartcheck_params))
TestDeck(
name="ThermoPoroElasticWellbore_smoke",
description='single-phase thermo-hydro-mechanical wellbore',
partitions=((1, 1, 1), (2, 2, 1)),
restart_step=0,
check_step=1,
restartcheck_params=RestartcheckParameters(**restartcheck_params))
]
generate_geos_tests(decks)

0 comments on commit f3b6d7f

Please sign in to comment.