Skip to content

Commit 52e0ade

Browse files
authored
feat: Check pore volume for all element types (#3233)
1 parent 1d6b333 commit 52e0ade

14 files changed

+21
-13
lines changed

.integrated_tests.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
baselines:
22
bucket: geosx
3-
baseline: integratedTests/baseline_integratedTests-pr3213-6170-5c2c0bf
3+
baseline: integratedTests/baseline_integratedTests-pr3233-6393-534ac25
44

55
allow_fail:
66
all: ''

BASELINE_NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,10 @@ This file is designed to track changes to the integrated test baselines.
66
Any developer who updates the baseline ID in the .integrated_tests.yaml file is expected to create an entry in this file with the pull request number, date, and their justification for rebaselining.
77
These notes should be in reverse-chronological order, and use the following time format: (YYYY-MM-DD).
88

9+
PR #3194 (2024-07-22)
10+
======================
11+
Check pore volume for all element types, also check that default aperture > 0. Rebaseline for modified tests. No real results change.
12+
913
PR #3213 (2024-07-12)
1014
======================
1115
Added baselines for new tests on Dirichlet boundary conditions for multiphase flow.

inputFiles/almContactMechanics/ALM_stickFault_base.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@
7777
<SurfaceElementRegion
7878
name="Fracture"
7979
faceBlock="faceElementSubRegion"
80-
defaultAperture="0.0"
80+
defaultAperture="1e-6"
8181
materialList="{ fractureMaterial, rock }"/>
8282
</ElementRegions>
8383

inputFiles/lagrangianContactMechanics/ContactMechanics_PEBICrack_base.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
<ElementRegions>
1515
<CellElementRegion name="Region" cellBlocks="{ hexahedra, pentagonalPrisms, hexagonalPrisms }" materialList="{ rock }"/>
16-
<SurfaceElementRegion name="Fracture" faceBlock="fracture" defaultAperture="0" materialList="{ fractureMaterial }"/>
16+
<SurfaceElementRegion name="Fracture" faceBlock="fracture" defaultAperture="1e-6" materialList="{ fractureMaterial }"/>
1717
</ElementRegions>
1818

1919
<Geometry>

inputFiles/lagrangianContactMechanics/ContactMechanics_PassingCrack_base.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
<SurfaceElementRegion
5050
name="Fracture"
51-
defaultAperture="0.0"
51+
defaultAperture="1e-6"
5252
materialList="{ fractureMaterial, rock }"/>
5353
</ElementRegions>
5454

inputFiles/lagrangianContactMechanics/ContactMechanics_SimpleCubes_base.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@
5050

5151
<SurfaceElementRegion
5252
name="Fracture"
53-
defaultAperture="0.0"
53+
defaultAperture="1e-6"
5454
materialList="{ fractureMaterial }"/>
5555
</ElementRegions>
5656

inputFiles/lagrangianContactMechanics/ContactMechanics_SingleFracCompression_base.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@
5757
<SurfaceElementRegion
5858
name="Fracture"
5959
faceBlock="faceElementSubRegion"
60-
defaultAperture="0.0"
60+
defaultAperture="1e-6"
6161
materialList="{ fractureMaterial }"/>
6262
</ElementRegions>
6363

inputFiles/lagrangianContactMechanics/ContactMechanics_TFrac_base.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
<SurfaceElementRegion
6060
name="Fracture"
6161
faceBlock="faceElementSubRegion"
62-
defaultAperture="0.0"
62+
defaultAperture="1e-6"
6363
materialList="{ fractureMaterial }"/>
6464
</ElementRegions>
6565

inputFiles/lagrangianContactMechanics/ContactMechanics_UnstructuredCrack_base.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@
4848

4949
<SurfaceElementRegion
5050
name="Fracture"
51-
defaultAperture="0.0"
51+
defaultAperture="1e-6"
5252
materialList="{ fractureMaterial }"/>
5353
</ElementRegions>
5454

inputFiles/lagrangianContactMechanics/ContactMechanics_slippingFault_base.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@
8282
<SurfaceElementRegion
8383
name="Fracture"
8484
faceBlock="faceElementSubRegion"
85-
defaultAperture="0.0"
85+
defaultAperture="1e-6"
8686
materialList="{ fractureMaterial, rock }"/>
8787
</ElementRegions>
8888

0 commit comments

Comments
 (0)