Manoel,

Jaokim's suggestion will fix the keyword issue but it may not fix the numerical problems if they still exit.

If the deck still does not run then use the MULTREGP keyword to set all the different PVT regions inactive except one, something like this

--
--       RESET PORE VOLUME FOR DIFFERENT REGIONS
--
--       REGION    PORV          REGION ARRAY
--       NUMBER    MULT          M / F / O
MULTREGP
         1         1.0           M             /
         2         0.0           M             /
         3         0.0           M             /
         4         0.0           M             /
/
If this  does not run then the problem lies some where else. In most cases numerical issues are associated with the input data so check that the pressures at the GOC's (as per the EQUIL keyword) are consistent with the saturation pressure in the PVT data sets.

Note in the up and coming 2018-10 release I think the PBVD keyword is active so you can use the and PVT data set and the PBVD  keyword to set the saturation pressure with depth. The 2018-10 release is expected to be available sometime this month.

ThunderBird Signature File

------------------------------------------------------------------------
On 06-Oct-18 20:00, opm-requ...@opm-project.org wrote:
Send Opm mailing list submissions to
        opm@opm-project.org

To subscribe or unsubscribe via the World Wide Web, visit
        https://opm-project.org/cgi-bin/mailman/listinfo/opm
or, via email, send a message with subject or body 'help' to
        opm-requ...@opm-project.org

You can reach the person managing the list at
        opm-ow...@opm-project.org

When replying, please edit your Subject line so it is more specific
than "Re: Contents of Opm digest..."


Today's Topics:

    1. MULTREGT issues (Joakim Hove)


----------------------------------------------------------------------

Message: 1
Date: Fri, 5 Oct 2018 19:18:57 +0200
From: Joakim Hove <joakim.h...@gmail.com>
To: opm@opm-project.org
Subject: [Opm] MULTREGT issues
Message-ID:
        <calkd1m9hj8eokg8_z0fyhekl+crwsmja9zzift8knk2eufd...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello Manoel;

of course the error message should have had more details - it seem very
clear when you are writing the code itself; but of course totally opaque to
a user. I guess there is something to be learned from that.

Anyway the source of the error is your MULTREGT keyword where you have
defaulted the region value for both src region and the target region; that
is not supported (in version 2018.04 - which I assume you are using). So
you could expand the MULTREGT keyword manually like this:

MULTREGT
1  2 0 /
1  3 0 /
1  4 0 /
...
2 1 0 /
2 3 0 /
2 4 0 /
...
/

for all region pairs in your model - that should work. Howver - the
limitation you have encountered has been fixed recently, so either you can
wait for the next release - 2018.10 - which should be out quite soon (i.e.
strictly less than two weeks), or if you are into that kind of sport you
compile your own flow executable: it is good for you - just like broccoli!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
<//opm-project.org/pipermail/opm/attachments/20181005/e15c8970/attachment-0001.html>

------------------------------

Subject: Digest Footer

_______________________________________________
Opm mailing list
Opm@opm-project.org
https://opm-project.org/cgi-bin/mailman/listinfo/opm


------------------------------

End of Opm Digest, Vol 34, Issue 2
**********************************



---
This email has been checked for viruses by Avast antivirus software.
https://www.avast.com/antivirus
_______________________________________________
Opm mailing list
Opm@opm-project.org
https://opm-project.org/cgi-bin/mailman/listinfo/opm

Reply via email to