Replies: 1 comment 1 reply
-
|
Hi,
|
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment




Uh oh!
There was an error while loading. Please reload this page.
-
Hi maintainers, and thank you for your work on this project.
I'm working on a THM coupling in a 3D DFM model, where I simulate water injection from a well to study the resulting rock responses. I'm encountering convergence failures with the Newton solver, and I'd like to ask if this is expected behavior for this type of problem, or if it suggests an issue with my configuration or implementation.
Problem Description
I'm encountering singular matrix errors when running THM simulations with multiple intersecting fractures. The simulation fails during the first or earlier nonlinear iteration with the error:
My simulations converge with 3 or fewer fractures, but consistently fail with 4 or more. I've confirmed that during the nonlinear iterations, the residual norm grows significantly, and the matrix becomes singular.I would like to understand if encountering a singular matrix in my situation is expected behavior, or if this points to a configuration issue or code error that I can resolve.
Are there specific settings that must be adjusted when working with such complex fracture networks? I would greatly appreciate any guidance, best practices, or workarounds for handling multiple intersecting fractures in these THM simulations.
If you need any information, please let me know.
Thank you for your help!
Below, I have attached an example of my situation:
Simulation Setup
(I've tried multiple similar simulations with varying configurations, but the following represents a typical example that demonstrates the issue.)
Domain
Fracture Network
Mesh Parameters
Boundary Conditions
Initial Conditions
Sources
Solver Configuration
Beta Was this translation helpful? Give feedback.
All reactions