Hi,

Thank you for your interest in OPM Flow.  I am sorry that you got such a rough 
initial experience.

The 'TableContainer' is Flow's internal representation of property tables 
entered using "simple" data keywords such as SWOF, PVDO, RSVD, and others.  
This facility handles region support (e.g., partitioning a model according to 
SATNUM or PVTNUM) as well as the case of the table data in certain regions 
being defaulted (fallback to using tables from regions with lower numerical IDs 
if available).

The exception message (no table in range 0..0) suggests that Flow, for whatever 
reason, was not able to identify the table data for one or more of the tables 
entered in one (or more) of the keywords.  The segmentation fault *typically* 
results from indexing out-of-bounds in an array.  That's always a programming 
error (failure to properly check the bounds of the array).  As for the 
Cartesian geometry, that's hard to explain.  I would have to know a little bit 
more about your case.

Since you refer to "segmentation faults" I'll assume that you're on a Linux 
system.  In that case, would you mind running the command

    sed -n 's/\(^.*[0-9]\{1,\} *Reading [A-Z][A-Z0-9_]\{1,7\}\) *in 
file.*$/\1/p' ./CASE.PRT

with "CASE.PRT" being the .PRT-file generated by Flow when running your 
simulation case?  The output of the above command is a list of the keywords 
that Flow recognized in the input file, but without any identifying markers 
(e.g., filenames, well names or line information).  If you're not able to share 
the model, that list might still help us narrow down a few possibilities and 
make suggestions for things to try next.  If you *are* able (and willing) to 
share the model, then by all means feel free to send it to me by e-mail.

By the way, are you running a release version of Flow (e.g., 2020.04) or did 
you compile the master sources from GitHub yourself?


Best Regards,

Bård Skaflestad
SINTEF Digital, Mathematics & Cybernetics
Computational Geosciences group

-----Original Message-----
From: Opm <opm-boun...@opm-project.org> On Behalf Of Wilkinson, David
Sent: Wednesday, August 19, 2020 4:35 PM
To: opm@opm-project.org
Subject: [Opm] OPM Query - From a New User

Dear Member,

I am just starting to learn the ropes with OPM and have tried out some datasets 
which run fine on Eclipse.
I have had various rather vague messages upon failure of the models to run:

  *   Program threw an exception: could not initialise the problem: 
TableContainer does not have any table in the range 0...0
  *   Segmentation fault problem
  *   Convergence problems
  *   OPM does not seem recognise that a Cartesian grid had been specified 
(specification was adequate for Eclipse).

I checked the manual (OPM_Flow_Documentation_2020-04_Rev-0), but could find no 
reference to TableContainer or Segmentation fault I should be very grateful if 
you could point me in the best direction to be able to overcome these type of 
issues.

Kind regards,
David Wilkinson
University of Aberdeen


The University of Aberdeen is a charity registered in Scotland, No SC013683.
Tha Oilthigh Obar Dheathain na charthannas cl?raichte ann an Alba, ?ir. 
SC013683.
_______________________________________________
Opm mailing list
Opm@opm-project.org
https://eur03.safelinks.protection.outlook.com/?url=https%3A%2F%2Fopm-project.org%2Fcgi-bin%2Fmailman%2Flistinfo%2Fopm&amp;data=02%7C01%7CBard.Skaflestad%40sintef.no%7Cb809617165c141accade08d8444d2d2a%7Ce1f00f39604145b0b309e0210d8b32af%7C1%7C1%7C637334445548030352&amp;sdata=CWwJUxpkZJkuFzGsVBSCCpT8YzICL48bUyN0rMbrS40%3D&amp;reserved=0
_______________________________________________
Opm mailing list
Opm@opm-project.org
https://opm-project.org/cgi-bin/mailman/listinfo/opm

Reply via email to