-
Notifications
You must be signed in to change notification settings - Fork 89
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat: Augmented Lagrangian (slip and open modes) (#3217)
* Implementation of slip and open modes for ALM * Adding a new inputFile for ALM and bug (bubble functions) fixed * Bug bubble functions gradient fixed * Adding initial stress contribution for bubble functions - updating lambda functions * Adding nested ALM * Adding simultaneous and nested ALM * Moving the traction update into the friction model * Moved contact constitutive behavior from ALM to the friction law
- Loading branch information
1 parent
3b5b5a6
commit 7130462
Showing
72 changed files
with
3,740 additions
and
1,390 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
55 changes: 55 additions & 0 deletions
55
inputFiles/lagrangianContactMechanics/ALM_PassingCrack_smoke.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,55 @@ | ||
<?xml version="1.0" ?> | ||
|
||
<Problem> | ||
<Included> | ||
<File | ||
name="./PassingCrack_smoke.xml"/> | ||
</Included> | ||
|
||
<Solvers | ||
gravityVector="{ 0.0, 0.0, 0.0 }"> | ||
<SolidMechanicsAugmentedLagrangianContact | ||
name="AugmentedLagrangian" | ||
logLevel="2" | ||
timeIntegrationOption="QuasiStatic" | ||
discretization="FE1" | ||
targetRegions="{ Region, Fracture }"> | ||
<NonlinearSolverParameters | ||
newtonTol="1.0e-6" | ||
logLevel="2" | ||
maxNumConfigurationAttempts="50" | ||
newtonMaxIter="20" | ||
lineSearchAction="None" | ||
lineSearchMaxCuts="4"/> | ||
<LinearSolverParameters | ||
directParallel="0"/> | ||
</SolidMechanicsAugmentedLagrangianContact> | ||
</Solvers> | ||
|
||
<Events | ||
maxTime="1.0"> | ||
<SoloEvent | ||
name="preFracture" | ||
target="/Solvers/SurfaceGen"/> | ||
|
||
<PeriodicEvent | ||
name="solverApplications" | ||
beginTime="0.0" | ||
endTime="1.0" | ||
forceDt="1.0" | ||
target="/Solvers/AugmentedLagrangian"/> | ||
|
||
<PeriodicEvent | ||
name="restarts" | ||
timeFrequency="1.0" | ||
targetExactTimestep="0" | ||
target="/Outputs/restartOutput"/> | ||
|
||
<PeriodicEvent | ||
name="outputs" | ||
timeFrequency="1" | ||
targetExactTimestep="0" | ||
target="/Outputs/vtkOutput"/> | ||
</Events> | ||
|
||
</Problem> |
58 changes: 58 additions & 0 deletions
58
inputFiles/lagrangianContactMechanics/ALM_SimpleCubes_smoke.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,58 @@ | ||
<?xml version="1.0" ?> | ||
|
||
<Problem> | ||
<Included> | ||
<File | ||
name="./SimpleCubes_smoke.xml"/> | ||
</Included> | ||
|
||
<Solvers | ||
gravityVector="{ 0.0, 0.0, 0.0 }"> | ||
<SolidMechanicsAugmentedLagrangianContact | ||
name="AugmentedLagrangian" | ||
logLevel="2" | ||
timeIntegrationOption="QuasiStatic" | ||
discretization="FE1" | ||
targetRegions="{ Region, Fracture }"> | ||
<NonlinearSolverParameters | ||
newtonTol="1.0e-6" | ||
logLevel="2" | ||
maxNumConfigurationAttempts="50" | ||
newtonMaxIter="20" | ||
lineSearchAction="None" | ||
lineSearchMaxCuts="4"/> | ||
<LinearSolverParameters | ||
directParallel="0"/> | ||
</SolidMechanicsAugmentedLagrangianContact> | ||
</Solvers> | ||
|
||
<Events | ||
maxTime="10.0"> | ||
<SoloEvent | ||
name="initialPlot" | ||
target="/Outputs/siloOutput"/> | ||
|
||
<SoloEvent | ||
name="preFracture" | ||
target="/Solvers/SurfaceGen"/> | ||
|
||
<PeriodicEvent | ||
name="solverApplications" | ||
beginTime="0.0" | ||
forceDt="1.0" | ||
target="/Solvers/AugmentedLagrangian"/> | ||
|
||
<PeriodicEvent | ||
name="restarts" | ||
timeFrequency="5.0" | ||
targetExactTimestep="0" | ||
target="/Outputs/restartOutput"/> | ||
|
||
<PeriodicEvent | ||
name="outputs" | ||
timeFrequency="1" | ||
targetExactTimestep="0" | ||
target="/Outputs/siloOutput"/> | ||
</Events> | ||
|
||
</Problem> |
77 changes: 77 additions & 0 deletions
77
inputFiles/lagrangianContactMechanics/ALM_SingleFracCompression_benchmark.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,77 @@ | ||
<?xml version="1.0" ?> | ||
|
||
<Problem> | ||
|
||
<Included> | ||
<File name="./SingleFracCompression_benchmark.xml"/> | ||
</Included> | ||
|
||
<Solvers | ||
gravityVector="{ 0.0, 0.0, 0.0 }"> | ||
<SolidMechanicsAugmentedLagrangianContact | ||
name="AugmentedLagrangian" | ||
logLevel="2" | ||
timeIntegrationOption="QuasiStatic" | ||
discretization="FE1" | ||
targetRegions="{ Region, Fracture }"> | ||
<NonlinearSolverParameters | ||
newtonTol="1.0e-6" | ||
logLevel="2" | ||
maxNumConfigurationAttempts="50" | ||
newtonMaxIter="20" | ||
lineSearchAction="None" | ||
lineSearchMaxCuts="4"/> | ||
<LinearSolverParameters | ||
directParallel="0"/> | ||
</SolidMechanicsAugmentedLagrangianContact> | ||
</Solvers> | ||
|
||
<Events | ||
maxTime="1.0"> | ||
<SoloEvent | ||
name="preFracture" | ||
target="/Solvers/SurfaceGen"/> | ||
|
||
<PeriodicEvent | ||
name="solverApplications" | ||
beginTime="0.0" | ||
forceDt="1.0" | ||
target="/Solvers/AugmentedLagrangian"/> | ||
|
||
<PeriodicEvent | ||
name="outputs" | ||
timeFrequency="1" | ||
targetExactTimestep="0" | ||
target="/Outputs/vtkOutput"/> | ||
|
||
<PeriodicEvent | ||
name="restarts" | ||
timeFrequency="1.0" | ||
targetExactTimestep="0" | ||
target="/Outputs/restartOutput"/> | ||
|
||
<PeriodicEvent | ||
name="timeHistoryCollection" | ||
timeFrequency="1" | ||
targetExactTimestep="1" | ||
target="/Tasks/tractionCollection" /> | ||
|
||
<PeriodicEvent | ||
name="timeHistoryOutput" | ||
timeFrequency="1" | ||
targetExactTimestep="0" | ||
target="/Outputs/timeHistoryOutput"/> | ||
|
||
<PeriodicEvent | ||
name="timeHistoryCollection1" | ||
timeFrequency="1" | ||
targetExactTimestep="1" | ||
target="/Tasks/displacementJumpCollection" /> | ||
|
||
<PeriodicEvent | ||
name="timeHistoryOutput1" | ||
timeFrequency="1" | ||
targetExactTimestep="0" | ||
target="/Outputs/timeHistoryOutput1"/> | ||
</Events> | ||
</Problem> |
Oops, something went wrong.