Skip to content

Commit 4b71a93

Browse files
authored
Merge branch 'develop' into dkachuma/fluid-kernel-specs
2 parents b61183a + ecae017 commit 4b71a93

49 files changed

Lines changed: 551 additions & 140 deletions

File tree

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

.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-pr4068-16828-c74157c
3+
baseline: integratedTests/baseline_integratedTests-pr4067-16928-3038f6b
44

55
allow_fail:
66
all: ''

BASELINE_NOTES.md

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,12 @@ This file is designed to track changes to the integrated test baselines.
55
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.
66
These notes should be in reverse-chronological order, and use the following time format: (YYYY-MM-DD).
77

8-
PR #4068 (2026-05-28) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr4068-16828-c74157c.tar.gz>
8+
9+
PR #4067 (2026-06-10) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr4067-16928-3038f6b.tar.gz>
10+
=====================
11+
Add Coulomb friction/cohesion input from vtk mesh
12+
13+
PR #4068 (2026-06-09) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr4068-16828-c74157c.tar.gz>
914
=====================
1015
Add MPI runs for smoke tests with surfaceGenerator
1116

inputFiles/efemFractureMechanics/EmbFrac_Compression_CoulombFriction_base.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -62,8 +62,8 @@
6262
<Coulomb
6363
name="frictionLaw"
6464
shearStiffness="1.0e8"
65-
cohesion ="0.0"
66-
frictionCoefficient = "0.8"/>
65+
defaultCohesion="0.0"
66+
defaultFrictionCoefficient="0.8"/>
6767
</Constitutive>
6868

6969
<Functions>

inputFiles/lagrangianContactMechanics/ContactMechanics_PEBICrack_base.xml

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

2727
<Constitutive>
2828
<ElasticIsotropic name="rock" defaultDensity="2700" defaultBulkModulus="3333e6" defaultShearModulus="2000e6"/>
29-
<Coulomb name="fractureMaterial" cohesion="0" frictionCoefficient="0.1"/>
29+
<Coulomb name="fractureMaterial" defaultCohesion="0" defaultFrictionCoefficient="0.1"/>
3030
</Constitutive>
3131

3232
<Functions>

inputFiles/lagrangianContactMechanics/LagrangeContactBubbleStab_singleFracCompression_base.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -63,8 +63,8 @@
6363

6464
<Coulomb
6565
name="fractureMaterial"
66-
cohesion="0.0"
67-
frictionCoefficient="0.577350269e9"/>
66+
defaultCohesion="0.0"
67+
defaultFrictionCoefficient="0.577350269e9"/>
6868
</Constitutive>
6969

7070
<Functions>

inputFiles/lagrangianContactMechanics/PassingCrack_base.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -40,8 +40,8 @@
4040

4141
<Coulomb
4242
name="frictionLaw"
43-
cohesion="0.0"
44-
frictionCoefficient="0.577350269189626"/>
43+
defaultCohesion="0.0"
44+
defaultFrictionCoefficient="0.577350269189626"/>
4545
</Constitutive>
4646

4747
<FieldSpecifications>

inputFiles/lagrangianContactMechanics/SimpleCubes_base.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -39,8 +39,8 @@
3939

4040
<Coulomb
4141
name="frictionLaw"
42-
cohesion="0.0"
43-
frictionCoefficient="0.577350269"/>
42+
defaultCohesion="0.0"
43+
defaultFrictionCoefficient="0.577350269"/>
4444
</Constitutive>
4545

4646
<FieldSpecifications>

inputFiles/lagrangianContactMechanics/SingleFracCompression_base.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@
4545

4646
<Coulomb
4747
name="frictionLaw"
48-
cohesion="0.0"
49-
frictionCoefficient="0.577350269"/>
48+
defaultCohesion="0.0"
49+
defaultFrictionCoefficient="0.577350269"/>
5050
</Constitutive>
5151
<!-- SPHINX_MATERIAL_END -->
5252

inputFiles/lagrangianContactMechanics/SlippingFault_base.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,8 +44,8 @@
4444

4545
<Coulomb
4646
name="frictionLaw"
47-
cohesion="0.0"
48-
frictionCoefficient="0.1"/>
47+
defaultCohesion="0.0"
48+
defaultFrictionCoefficient="0.1"/>
4949
</Constitutive>
5050

5151
<Functions>

inputFiles/lagrangianContactMechanics/Sneddon_base.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,8 @@
5454

5555
<Coulomb
5656
name="frictionLaw"
57-
cohesion="0.0"
58-
frictionCoefficient="0.577350269"/>
57+
defaultCohesion="0.0"
58+
defaultFrictionCoefficient="0.577350269"/>
5959
</Constitutive>
6060
<!-- SPHINX_SNEDDON_MATERIAL_END-->
6161

0 commit comments

Comments
 (0)