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

2022-10: Thermal Model Exception #3411

Open
OPMUSER opened this issue Feb 24, 2023 · 0 comments
Open

2022-10: Thermal Model Exception #3411

OPMUSER opened this issue Feb 24, 2023 · 0 comments

Comments

@OPMUSER
Copy link
Contributor

OPMUSER commented Feb 24, 2023

A user running a full field thermal model, got the following exception:

Program threw an exception: EclProblem::updateCompositionChangeLimits_()) failed:Invalid thermal conductivity approach: 0

This was because the THCONR keyword in the GRID section was missing, adding the following fixed the problem:

--                                                                              
--       DEFINE GRID BLOCK ROCK-FLUID THERMAL CONDUCTIVITY FOR ALL CELLS                           
-- 
THCONR
         3060*25.0                                                              / 

Rather than an exception, we should catch this with an error message of the form:

Error: Missing Thermal Model Keywords:
   Thermal Conductivity not defined, see THCONR, THCGAS, THCOIL, etc. keywords
   in the GRID section

or something similar.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant