Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: add rate- and state-dependent friction model & quasi-dynamic solver. #3280

Merged
merged 49 commits into from
Nov 5, 2024

Conversation

CusiniM
Copy link
Collaborator

@CusiniM CusiniM commented Aug 12, 2024

  • Add Rate- and State-dependent friction model
  • Create a QuasiDynamicEQ solver that drives EQ simulations by:
    • uses a stress solver to update tractions on the fault (It can be any of the fracture solvers).
    • launches kernels to solve rate-and-state equations on each fault element.
  • If no stress solver is specified, add the possibility to add function to compute tractions on the fault (e.g., the spring-slider shear traction formula)
  • Add rate- and state kernels that, for now, use Euler-backward to solve the R&S equations (for now 1d on the fault).
  • Add spring-slider xml example and integratedTest.

For now, everything is 1D on the fault. The 2D case and the coupling to the contact solver with Lagrange multiplier will be tackled in a followup PR.

LvArray:: GEOS-DEV/LvArray#329

@CusiniM CusiniM self-assigned this Aug 12, 2024
@CusiniM CusiniM added the flag: requires rebaseline Requires rebaseline branch in integratedTests label Nov 4, 2024
@CusiniM CusiniM added ci: run integrated tests Allows to run the integrated tests in GEOS CI ci: run CUDA builds Allows to triggers (costly) CUDA jobs labels Nov 4, 2024
@CusiniM CusiniM added the ci: run code coverage enables running of the code coverage CI jobs label Nov 5, 2024
@CusiniM CusiniM requested a review from castelletto1 as a code owner November 5, 2024 14:25
Copy link

codecov bot commented Nov 5, 2024

Codecov Report

Attention: Patch coverage is 0.61728% with 322 lines in your changes missing coverage. Please review.

Project coverage is 57.53%. Comparing base (0e726ce) to head (180c11b).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...hysicsSolvers/inducedSeismicity/QuasiDynamicEQ.cpp 0.00% 132 Missing ⚠️
.../inducedSeismicity/kernels/RateAndStateKernels.hpp 0.00% 71 Missing ⚠️
...ents/constitutive/contact/RateAndStateFriction.cpp 0.00% 53 Missing ⚠️
...ents/constitutive/contact/RateAndStateFriction.hpp 1.96% 50 Missing ⚠️
...hysicsSolvers/inducedSeismicity/QuasiDynamicEQ.hpp 8.33% 11 Missing ⚠️
...csSolvers/inducedSeismicity/rateAndStateFields.hpp 0.00% 5 Missing ⚠️
Additional details and impacted files
@@             Coverage Diff             @@
##           develop    #3280      +/-   ##
===========================================
- Coverage    57.72%   57.53%   -0.19%     
===========================================
  Files         1086     1092       +6     
  Lines        97522    97847     +325     
===========================================
+ Hits         56295    56299       +4     
- Misses       41227    41548     +321     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@CusiniM CusiniM merged commit 62b70a7 into develop Nov 5, 2024
23 of 25 checks passed
@CusiniM CusiniM deleted the feature/cusini/rate-and-state branch November 5, 2024 16:13
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: run code coverage enables running of the code coverage CI jobs ci: run CUDA builds Allows to triggers (costly) CUDA jobs ci: run integrated tests Allows to run the integrated tests in GEOS CI flag: ready for review flag: requires rebaseline Requires rebaseline branch in integratedTests flag: requires updated submodule(s)
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants