Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .integrated_tests.yaml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
baselines:
bucket: geosx
baseline: integratedTests/baseline_integratedTests-pr3829-14878-fdcd94e
baseline: integratedTests/baseline_integratedTests-pr3925-15032-d307303

allow_fail:
all: ''
Expand Down
4 changes: 4 additions & 0 deletions BASELINE_NOTES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,10 @@ This file is designed to track changes to the integrated test baselines.
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.
These notes should be in reverse-chronological order, and use the following time format: (YYYY-MM-DD).

PR #3925 (2025-12-18) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr3925-15032-d307303.tar.gz>
=====================
Add traction update for ALM solver and a test with curved fractures

PR #3829 (2025-11-27) <https://storage.googleapis.com/geosx/integratedTests/baseline_integratedTests-pr3829-14878-fdcd94e.tar.gz>
=====================
Fix validation of average region stat needed by option
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,102 @@
<?xml version="1.0" ?>

<Problem>
<Included>
<File
name="./curvedFrac_smoke.xml"/>
</Included>

<Solvers
gravityVector="{ 0.0, 0.0, 0.0 }">
<SinglePhasePoromechanicsConformingFracturesALM
name="poroFractureSolver"
targetRegions="{ Region, Reservoir, Fracture }"
initialDt="1e-3"
flowSolverName="singlePhaseFlowSolver"
solidSolverName="fractureMechSolver"
logLevel="1">
<NonlinearSolverParameters
couplingType="Sequential"
lineSearchAction="None"
subcycling="1"
maxTimeStepCuts="1"
newtonTol="1e0"
newtonMaxIter="10"
maxAllowedResidualNorm="1e+15"/>
<LinearSolverParameters
solverType="gmres"
preconditionerType="amg"
krylovMaxIter="200"
krylovTol="1.0e-8"
logLevel="1"/>
</SinglePhasePoromechanicsConformingFracturesALM>

<SolidMechanicsAugmentedLagrangianContact
name="fractureMechSolver"
logLevel="2"
simultaneous="1"
symmetric="1"
iterPenaltyN="10.0"
iterPenaltyT="10.0"
tolJumpN="1.e-05"
tolJumpT="1.e-04"
tolTauLimit="1.e-02"
timeIntegrationOption="QuasiStatic"
discretization="FE1"
targetRegions="{ Region, Reservoir, Fracture }">
<NonlinearSolverParameters
newtonTol="1.0e-5"
logLevel="2"
maxNumConfigurationAttempts="50"
newtonMaxIter="20"
lineSearchAction="None"
lineSearchMaxCuts="4"/>
<LinearSolverParameters
solverType="gmres"
preconditionerType="amg"
krylovMaxIter="200"
krylovTol="1.0e-8"
logLevel="1"/>
</SolidMechanicsAugmentedLagrangianContact>

<SinglePhaseFVM
name="singlePhaseFlowSolver"
logLevel="1"
discretization="singlePhaseTPFA"
targetRegions="{ Region, Reservoir, Fracture }" >
<NonlinearSolverParameters
newtonTol="1.0e-2"
newtonMaxIter="8"
allowNonConverged="1"/>
<LinearSolverParameters
solverType="gmres"
preconditionerType="amg"
krylovMaxIter="200"
krylovTol="1.0e-8"
logLevel="1"/>
</SinglePhaseFVM>
</Solvers>

<Events
maxTime="30.0">

<PeriodicEvent
name="solverApplications"
beginTime="0.0"
endTime="100.0"
forceDt="10.0"
target="/Solvers/poroFractureSolver"/>

<PeriodicEvent
name="outputs"
timeFrequency="10.0"
targetExactTimestep="0"
target="/Outputs/vtkOutput"/>

<PeriodicEvent
name="restart"
timeFrequency="10.0"
target="/Outputs/restarts"/>
</Events>

</Problem>
238 changes: 238 additions & 0 deletions inputFiles/poromechanicsFractures/curvedFrac_base.xml
Original file line number Diff line number Diff line change
@@ -0,0 +1,238 @@
<?xml version="1.0" ?>

<Problem>

<NumericalMethods>
<FiniteVolume>
<TwoPointFluxApproximation
name="singlePhaseTPFA"/>
</FiniteVolume>

<FiniteElements>
<FiniteElementSpace
name="FE1"
order="1"/>
</FiniteElements>
</NumericalMethods>

<ElementRegions>
<CellElementRegion
name="Region"
cellBlocks="{ 1_hexahedra, 2_hexahedra,
3_hexahedra, 4_hexahedra,
6_hexahedra,
7_hexahedra, 8_hexahedra,
9_hexahedra, 10_hexahedra,
12_hexahedra,
13_hexahedra, 14_hexahedra,
15_hexahedra }"
materialList="{ water, porousRock }"/>

<CellElementRegion
name="Reservoir"
cellBlocks="{ 5_hexahedra, 11_hexahedra }"
materialList="{ water, porousRock }"/>

<SurfaceElementRegion
name="Fracture"
faceBlock="fracture"
defaultAperture="1.0e-6"
materialList="{ water, faultFilling, frictionLaw, hApertureModel }"/>
</ElementRegions>

<Constitutive>
<PorousElasticIsotropic
name="porousRock"
solidModelName="rock"
porosityModelName="rockPorosity"
permeabilityModelName="rockPerm"/>

<ElasticIsotropic
name="rock"
defaultDensity="2700"
defaultYoungModulus="2.5e10"
defaultPoissonRatio="0.25"/>

<CompressibleSinglePhaseFluid
name="water"
defaultDensity="1020"
defaultViscosity="0.001"
referencePressure="35e6"
referenceDensity="1020"
compressibility="1.e-20"
referenceViscosity="0.001"
viscosibility="0.0"/>

<BiotPorosity
name="rockPorosity"
defaultGrainBulkModulus="1.0e20"
defaultReferencePorosity="0.15"/>

<ConstantPermeability
name="rockPerm"
permeabilityComponents="{1.0e-18, 1.0e-18, 1.0e-18}"/>

<CompressibleSolidParallelPlatesPermeability
name="faultFilling"
solidModelName="nullSolid"
porosityModelName="fracturePorosity"
permeabilityModelName="fracturePerm"/>

<PressurePorosity
name="fracturePorosity"
defaultReferencePorosity="1.00"
referencePressure="0e6"
compressibility="0.0"/>

<ParallelPlatesPermeability
name="fracturePerm"/>

<Coulomb
name="frictionLaw"
cohesion="0.0"
frictionCoefficient="0.577350269189626"/>

<HydraulicApertureTable
name="hApertureModel"
apertureTableName="apertureTable"/>

<NullModel
name="nullSolid"/>
</Constitutive>

<FieldSpecifications>
<FieldSpecification
name="fracPorosity"
initialCondition="1"
setNames="{ all }"
objectPath="ElementRegions/Fracture"
fieldName="fracturePorosity_porosity"
scale="1.00"/>

<FieldSpecification
name="initialPressure"
initialCondition="0"
setNames="{ all }"
objectPath="ElementRegions"
fieldName="pressure"
scale="1.0e7"/>

<FieldSpecification
name="xconstraint"
objectPath="nodeManager"
fieldName="totalDisplacement"
component="0"
scale="0.0"
setNames="{ xmin, xmax }"/>

<FieldSpecification
name="yconstraint"
objectPath="nodeManager"
fieldName="totalDisplacement"
component="1"
scale="0.0"
setNames="{ ymin, ymax }"/>

<FieldSpecification
name="zdisplacement"
objectPath="nodeManager"
fieldName="totalDisplacement"
component="2"
scale="0.0"
setNames="{ zmin }"/>

<Traction
name="NormalTraction"
objectPath="faceManager"
tractionType="normal"
scale="-7.0e+07"
setNames="{ zmax }"/>

<FieldSpecification
name="SigmaX"
initialCondition="1"
setNames="{ all }"
objectPath="ElementRegions/Region"
fieldName="rock_stress"
component="0"
scale="-6.0e+07"/>

<FieldSpecification
name="SigmaY"
initialCondition="1"
setNames="{ all }"
objectPath="ElementRegions/Region"
fieldName="rock_stress"
component="1"
scale="-6.0e+07"/>

<FieldSpecification
name="SigmaZ"
initialCondition="1"
setNames="{ all }"
objectPath="ElementRegions/Region"
fieldName="rock_stress"
component="2"
scale="-6.0e+07"/>

<FieldSpecification
name="SigmaX_res"
initialCondition="1"
setNames="{ all }"
objectPath="ElementRegions/Reservoir"
fieldName="rock_stress"
component="0"
scale="-6.0e+07"/>

<FieldSpecification
name="SigmaY_res"
initialCondition="1"
setNames="{ all }"
objectPath="ElementRegions/Reservoir"
fieldName="rock_stress"
component="1"
scale="-6.0e+07"/>

<FieldSpecification
name="SigmaZ_res"
initialCondition="1"
setNames="{ all }"
objectPath="ElementRegions/Reservoir"
fieldName="rock_stress"
component="2"
scale="-6.0e+07"/>

<FieldSpecification
name="reservoirPressure"
initialCondition="0"
setNames="{ all }"
objectPath="ElementRegions/Reservoir"
fieldName="pressure"
scale="1.0e7"
functionName="timeFunction"/>

</FieldSpecifications>

<Functions>
<TableFunction
name="apertureTable"
coordinates="{ -1.0e-3, 0.0 }"
values="{ 1.0e-3, 1.0e-3 }"/>

<TableFunction
name="timeFunction"
inputVarNames="{ time }"
coordinates="{ 0.0, 100.0 }"
values="{ 1.0, 3.0 }"/>

</Functions>

<Outputs>
<VTK
name="vtkOutput"
plotFileRoot="vtkOutput"/>

<Restart
name="restarts"/>
</Outputs>
</Problem>
7 changes: 7 additions & 0 deletions inputFiles/poromechanicsFractures/curvedFrac_coarse.vtm
Original file line number Diff line number Diff line change
@@ -0,0 +1,7 @@
<?xml version="1.0"?>
<VTKFile type="vtkMultiBlockDataSet" version="1.0">
<vtkMultiBlockDataSet>
<DataSet name="main" file="curvedFrac_domain.vtu"/>
<DataSet name="fracture" file="curvedFrac_fracture.vtu"/>
</vtkMultiBlockDataSet>
</VTKFile>
44 changes: 44 additions & 0 deletions inputFiles/poromechanicsFractures/curvedFrac_domain.vtu

Large diffs are not rendered by default.

55 changes: 55 additions & 0 deletions inputFiles/poromechanicsFractures/curvedFrac_fracture.vtu

Large diffs are not rendered by default.

Loading
Loading