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

Fixed crash in SinglePhaseFVM with wells and fractures #1306

Merged
merged 1 commit into from
Jan 30, 2021

Conversation

francoishamon
Copy link
Contributor

The CRS matrix m_derivativeFluxResidual_dAperture was not initialized properly when the SinglePhaseFVM solver was used with wells, causing a crash. This PR adds an initialization of this matrix in SinglePhaseReservoir::setupSystem.

@ishovkun let me know if you have other issues with wells.

Fixes #1302.

Copy link
Collaborator

@CusiniM CusiniM left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Great! Thanks @francoishamon!

Copy link
Contributor

@ishovkun ishovkun left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thank you Francois!

@francoishamon francoishamon added the ci: run CUDA builds Allows to triggers (costly) CUDA jobs label Jan 30, 2021
@rrsettgast rrsettgast merged commit 951ba0a into develop Jan 30, 2021
@rrsettgast rrsettgast deleted the bugfix/hamon/issue1302 branch January 30, 2021 17:45
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
ci: run CUDA builds Allows to triggers (costly) CUDA jobs
Projects
None yet
Development

Successfully merging this pull request may close these issues.

[Feature] Provide functionality for EDFM working with wells
4 participants