-
Notifications
You must be signed in to change notification settings - Fork 89
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: Rate-and-state friction with explicit time integration #3450
Conversation
@@ -74,6 +74,14 @@ DECLARE_FIELD( dispJump, | |||
WRITE_AND_READ, | |||
"Displacement jump vector in the local reference system" ); | |||
|
|||
DECLARE_FIELD( dispJump_n, |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
we should get rid of old
at some point though.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's a good start. You should run make uncrustify_style
to fix the formatting.
I have created an issue to keep track of things that need to be improved.
src/coreComponents/physicsSolvers/inducedSeismicity/kernels/RateAndStateKernels.hpp
Outdated
Show resolved
Hide resolved
src/coreComponents/physicsSolvers/inducedSeismicity/kernels/RateAndStateKernels.hpp
Outdated
Show resolved
Hide resolved
src/coreComponents/physicsSolvers/inducedSeismicity/QuasiDynamicEQRK32.hpp
Outdated
Show resolved
Hide resolved
src/coreComponents/physicsSolvers/inducedSeismicity/kernels/RateAndStateKernels.hpp
Outdated
Show resolved
Hide resolved
src/coreComponents/physicsSolvers/inducedSeismicity/kernels/RateAndStateKernels.hpp
Outdated
Show resolved
Hide resolved
Codecov ReportAttention: Patch coverage is
Additional details and impacted files@@ Coverage Diff @@
## develop #3450 +/- ##
===========================================
- Coverage 57.09% 56.89% -0.21%
===========================================
Files 1152 1154 +2
Lines 99520 99885 +365
===========================================
+ Hits 56824 56825 +1
- Misses 42696 43060 +364 ☔ View full report in Codecov by Sentry. |
Adds rate-and-state friction kernels based on explicit time integration of the rate-and-state equations. Adds a quasi-dynamic solver with an embedded (adaptive) Runge-Kutta 3(2) method for rate/state.