OPM / opm-common

Common components for OPM, in particular build system (cmake).
http://www.opm-project.org
GNU General Public License v3.0
33 stars 111 forks source link

Error: Problem: Solver convergence failure #508

Closed camilomalagon closed 6 years ago

camilomalagon commented 6 years ago

Hi, I am trying to run an ECLIPSE file on Flow but beside some issues with some keywords, I get an error that I do not know how to solve. When running the simulator I get the error:

Problem: Solver convergence failure - Numerical problem encountered Timestep chopped to -nan days

I am attaching a screenshot of the whole window for more details.

I am running in Ubuntu 18.04.1 error on rema

Thanks

GitPaean commented 6 years ago

Hi,

It looks like from the very beginning, some NaN joined the simulation and ruined the whole simulation.

It is possible Flow does not support some keywords well and it results in some NaN values. There is no way to tell without the actual DATA file.

camilomalagon commented 6 years ago

Hi, Thanks Here I am attaching the file. REMA.zip I appreciate you looking in to it to see what could be going on.

Cheers

GitPaean commented 6 years ago

Hi, Thanks for providing the DATA. With a very brief glance, it looks like it is using Fetkovich Aquifer. With my understanding, it is under development. Please refer to the PR to see the details, https://github.com/OPM/opm-common/pull/507 .

The parsing of the Fetkovich Aquifer is still in progress, basically, the functionality is not there yet. I am not saying this is exactly the reason that caused problem, while we do not have the complete support of the functionality that is necessary to run your DATA file in a complete way yet.

Hope the information is helpful.

camilomalagon commented 6 years ago

Hi, I can see on page 609 of OPM manual that numerical aquifers are not supported neither. I guess I will have to simulate with a Grid cell aquifer. Thank you for the support. Camilo