Sie sind auf Seite 1von 13

SPE 68116

EMpower : New Reservoir Simulation System


B.L. Beckner, SPE, ExxonMobil Upstream Research Co.; J.M. Hutfilz, SPE, ExxonMobil Upstream Research Co.; M.B.
Ray, ExxonMobil Upstream Research Co.; and J.F. Tomich, SPE, ExxonMobil Upstream Research Co.
Copyright 2001, Society of Petroleum Engineers Inc.
allowing simulation progress/results to be monitored, paused,
This paper was prepared for presentation at the 2001 SPE Middle East Oil Show held in terminated, and/or restarted on command. Results are viewed
Bahrain, 17–20 March 2001.
within the user interface using spreadsheets, charts, or full 3D
This paper was selected for presentation by an SPE Program Committee following review of
information contained in an abstract submitted by the author(s). Contents of the paper, as
visualization.
presented, have not been reviewed by the Society of Petroleum Engineers and are subject to The object-oriented design of the new simulator is very
correction by the author(s). The material, as presented, does not necessarily reflect any
position of the Society of Petroleum Engineers, its officers, or members. Papers presented at flexible. The reservoir flow model is tightly integrated with
SPE meetings are subject to publication review by Editorial Committees of the Society of the well and surface facility models for accurate, smoothly
Petroleum Engineers. Electronic reproduction, distribution, or storage of any part of this paper
for commercial purposes without the written consent of the Society of Petroleum Engineers is running simulations. Execution of complex well management
prohibited. Permission to reproduce in print is restricted to an abstract of not more than 300
words; illustrations may not be copied. The abstract must contain conspicuous strategies is specified in an intuitive, graphical format. For
acknowledgment of where and by whom the paper was presented. Write Librarian, SPE, P.O.
Box 833836, Richardson, TX 75083-3836, U.S.A., fax 01-972-952-9435.
added efficiency, the simulator also is designed to take
advantage of computing hardware that utilizes multiple
parallel processors.
Abstract The capabilities of this next-generation simulation system
During the late 1990's, Exxon and Mobil had each are demonstrated through a field study involving complex
independently developed next-generation reservoir simulation geologic features (e.g. non-vertical faults and stratigraphic
systems. Both next-generation systems embodied a pinchouts) and multiple reservoirs connected to a common
substantial number of step-out simulation technologies, which production infrastructure.
were extremely complementary. ExxonMobil moved
aggressively to combine the best of both companies' Introduction
technologies into one industry-leading simulation system Reservoir simulator development has historically been an
called EMpower TM. This new simulation system is now being active area of internal research and development at both
used to actively manage ExxonMobil’s global resource base. Exxon and Mobil.1-6 During the late 1990's, Exxon and Mobil
Key features of this industry-leading simulator are described each independently developed next-generation reservoir
in this paper. simulation systems. Both next-generation systems employed a
The new simulator employs unstructured grids to more substantial number of step-out simulation technologies, which
accurately model complex geologic features, near-wellbore were extremely complementary. ExxonMobil moved
flow, and aquifer support. Algorithms for optimal layering aggressively to combine the best of each company’s
and flow-based scale-up on unstructured grids are tightly technologies into one industry-leading simulation system
integrated in the EMpower system. The computations are called EMpower. This new simulation system is now being used
performed within the unstructured grid fabric. Interactive to actively manage resources within ExxonMobil’s global
simulation ties together the geologic and reservoir simulation asset base. This paper describes the EMpower simulator and
models with production data yielding high-confidence some of its key features.
forecasts of future performance. Potentially the most significant innovation adopted in the
Emphasis is on minimizing the overall turnaround time new simulator is unstructured gridding, with computations
between formulation of the simulation problem and generation performed within the unstructured grid. A number of
of results. A comprehensive graphical user interface provides researchers have contributed to developments in unstructured
reservoir engineers and geoscientists of all skill levels with gridding over the past two decades7-9. However, industry
easy access to reservoir simulation. The user interface is generally has been reluctant to apply this capability to
designed to facilitate the full range of simulation problems-- practical reservoir simulation due in part to concerns about
from quick screening studies to large, complex field models. potential loss in computational efficiency.
The geoscience and reservoir engineer communicates to the Unstructured gridding makes it possible to capture and
executing simulation through the user interface, thereby honor more geologic and engineering detail in reservoir
simulation models. The past decade has seen significant
TM
EMpower is a trademark owned by ExxonMobil Upstream improvements in the accuracy and the detail of the data that
Research Company. are input to reservoir simulators. Examples include detailed
2 B.L. BECKNER, J.M. HUTFILZ, M.B. RAY, J.F. TOMICH SPE 68116

geologic models derived from high quaility 3D seismic, Features and General Specifications
complex well paths, finer-scale geologic features that clearly To provide the framework for satisfying ExxonMobil's
impact reservoir flow, better characterized near-wellbore flow reservoir simulation needs for the foreseeable future, the
of complex fluids, and modeling of large-scale interactions general architectural specifications for EMpower require that the
between multiple fields. Expected further improvements in simulator be computationally efficient, flexible, extensible,
the quality and quantity of reservoir data over the life of the maintainable and able to be run in parallel on multiple
new simulator will make unstructured gridding key to accurate platforms. These requirements led to a decision to use
representation of reservoir detail in simulation models. objected-oriented programming techniques and the C++
A key business driver in the design of the simulator is the language, which promote the separation of functionality via
need to reduce the overall turnaround time between non-strict encapsulation. The development platform for
formulation of the simulation problem and the generation of EMpower currently is shared-memory multiprocessor machines,
meaningful results. Another key driver is the need to facilitate but the code has been designed for extension to distributed-
a broader range of reservoir simulation applications, including memory, multiprocessor architectures. Computational
rapid screening and assessment of large prospects as well as efficiency concerns about C++ were addressed early in the
full-field models for development and depletion planning. project, and those issues were satisfactorily resolved.
Reservoir engineers and geoscientists of all skill levels are EMpower facilitates the modeling of localized phenomena
afforded easy access to this range of applications through a within a larger model by decomposing the unstructured grid
modern, intuitive Graphical User Interface (GUI). For "quick" into computational regions. Using computational regions
models, the interface facilitates both rapid and efficient data allows localized formulation modeling where, for example,
input as well as sharing of data among users and projects. For one might employ implicit solution methods near wells and
full-field models, design and execution of complex facility explicit solution methods away from wells. Unstructured
management strategies are specified in an intuitive, graphical gridding allows the grid spacing to flexibly vary according to
format. the modeling need. This localization extends to simultaneous
ExxonMobil chose to develop its own proprietary use of multiple fluid regions such as combining black-oil and
reservoir simulator primarily to provide a platform for the equation-of-state regions.
rapid implementation of significant technical enhancements The unstructured framework also provides an architecture
closely aligned with the company's asset base. Experience has for directly coupling a surface facility model with the reservoir
shown that such enhancements continually arise and add model, increasing the computational stability of the entire
significant value through improved reservoir management system. When viewed in a general unstructured framework,
capabilities. The object-oriented design of the new simulator the integrated facility network is treated as a set of nodes and
was selected to provide the necessary flexibility for future connections that is simply a natural extension of the reservoir
software development. model.
The simulator tightly integrates flow in the reservoir, The EMpower software design is predicated on the need for
wells, flowlines, and surface facilities to provide a robust parallel processing in order to take full advantage of recent
solution for coupled reservoir-facilities flow problems. advances in computer architecture. Ensuring that this software
Multiple fields with multiple facilities can be simulated using design is also compatible with unstructured gridding and
this integrated flow modeling capability, thus enabling localized modeling required the development of a complex but
accurate and efficient solution of problems encompassing efficient data management infrastructure. As a design
complex reservoir models and complex facility networks. The principle, the parallel computational algorithms do not impose
practical objectives are to better model the physical constraints restrictions on the selection of the grid employed.
imposed by facility networks and optimize operation and EMpower provides users with an easy-to-use and
development of single or multiple fields. comprehensive graphical interface to build, manipulate, and
The development of efficient new solvers is required to maintain reservoir simulation model input data and results.
allow for the practical solution of simulations employing “Visual Facility Management” allows users to build facility
unstructured grids and to take advantage of computing management strategies and to define facility networks
hardware that utilizes multiple parallel processors. graphically and interactively. Constraints and actions for
Examples from a current EMpower study are presented to wells and facilities are implemented using a graphical
highlight many of the distinguishing features of the new programming interface that results in logical flow charts
simulator. This particular study was chosen from the many (“logic diagrams”) of the facility management logic. 3D
EMpower studies underway at ExxonMobil because it visualization of simulation input data and results is available
demonstrates many of the capabilities of this next-generation from within the GUI. A comprehensive embedded on-line
simulation system. These include the modeling of complex help and tutorial system assists novice users in getting started
geologic features (e.g. sloping faults and pinchouts), the with simulation and provides expert users the ability to review
integration of surface facilities and reservoir models, the use less-frequently-used features as needed. Users also are able to
of flow-based scale averaging for unstructured grids, visual monitor the progress of simulation runs in real time using
facility logic, and multiple reservoirs connected to a common interactive simulation monitoring tools. A batch queuing
production infrastructure.
SPE 68116 EMPOWER : NEW RESERVOIR SIMULATION SYSTEM 3

system is built into the application to allow management of However, in practice we have found there are efficiencies and
multiple jobs. simplifications associated with areal grid refinement, handling
Other EMpower features include integrated surface of pinch-outs, and the elimination of inactive cells, that can
networks, special fluid models for water vaporization, various more than offset the increased work of an unstructured solver.
formulations for miscible and near-miscible displacements, Practical examples of areal grid refinement can be observed in
rock compressibility options, multiple well options including Figures 2 and 3. Figure 4 illustrates the use of pinched-out
non-Darcy flow, integrated upscaling including optimal layer layers. It is expected that as solution methods for
selection, and feedback (use of simulation results to improve unstructured grids continue to improve and the complexity of
the geologic model). geologic models continues to increase, unstructured gridding
will become even more advantageous.
Unstructured Grids
A key element of the new simulator is the use of unstructured Upscaling, Optimal Layering, and Feedback
grids. Breaking the mold of using rectangular or regular grid The simulation system employs Geoquest's FloGridTM
systems enables more accurate and detailed representation of Software as the primary gridding package. The geologic
complex geologic and engineering features such as faults, model can be imported into this software in a variety of
pinchouts, fluid contacts, and horizontal or multi-lateral wells. formats, including map-based models and the industry-
The simulator is devoid of any addressing or computational standard “RESCUE” format. Because full-field geologic
concepts founded upon the conventional “I-J-K addressing.” models easily contain tens or hundreds of millions of cells, it
This fundamental departure influences code design, reservoir is more cost-effective and practical to intelligently upscale
engineers’ preparation of input data, and design and these models to an accurate unstructured grid than to create
construction of simulation models. The code design adopted huge, rectangularly-gridded models with no upscaling. The
to accommodate unstructured grids also provides a natural gridding package has been modified by ExxonMobil to
framework for the integration of well, facility and reservoir include EMpower-proprietary methods for optimal layering and
calculations for increased computational stability. EMpower flow-based scale averaging, in addition to the basic
readily accommodates models with multiple fields where the capabilities in the vendor software. Both of these proprietary
fields are individually gridded from separate geologic models capabilities have been developed for the unstructured grid
and combined into a single simulation model. used within EMpower.
Figures 1(a) and 1(b) are images from a simulation model The package for optimal layer selection uses objective
that exploits many of the features discussed in the previous functions to estimate the error in simulation results associated
paragraph. Three reservoirs are included in the simulation with combining multiple layers from the geologic model into
model and each was constructed from a separate and distinct coarser simulation layers10. This module automatically and
geologic model. optimally defines which layers in the geologic model are to be
Unstructured gridding in EMpower allows a fit-for-purpose combined into the coarser simulation layers. This capability
discretization of each reservoir adapted to the specific also gives the user an idea of how many layers are needed to
situation being modeled. This approach avoids the work- yield a prescribed accuracy.
arounds needed to force-fit a grid within the constraints of a Single-phase reservoir simulations are performed on grids
hierarchically structured Cartesian gridding system of the kind that are much finer than the simulation model to determine the
used by conventional simulators. Unstructured gridding flow-based properties. For this purpose the gridding package
provides a more natural framework for modeling complex has been modified to generate “fine-grid” models specifically
wells, e.g. slanted, horizontal, and multi-lateral wells, while for scale averaging. Figure 5 illustrates the fine-grid geometry
honoring the geology. Gridding to incorporate complex faults typically used for flow-based scale averaging. The actual and
and pinchouts, though inherently complex, becomes tractable fine-grid simulation grids are both exported from the gridding
using unstructured grids. Reservoir A (on the left in package into the simulator. Flow-based scale averaging
Figure 1(b)) is an example of a meandering channel sand. methods are well established for structured grids with brick-
Horizontal wells are placed along channel as shown in type blocks. Significant development was required to extend
Figure 2. Finer grids are used along the channel sand and in these methods accurately to unstructured grids employing a
the local vicinity of the horizontal wells. Extensive use of the wider variety of block shapes. A proprietary, internally-
ability to grid to faults was employed for Reservoir C, as developed approach is used for upscaling on unstructured
illustrated in Figure 3. grids.
Using a finer grid only where needed employs Algorithms for optimal layering and flow-based scale-up
computational resources most effectively. For detailed for unstructured grids are tightly integrated in the EMpower
understanding of behavior in a particular region, localized grid system. Previously, specialists were almost exclusively
refinement provides flow details without impacting the model responsible for generating the grid and scaled-up properties
in other connected regions. Grids in areas of lesser interest are delivered as a product to the reservoir engineer. This process
easily coarsened. inherently limited the extent to which a reservoir engineer
As is well known, flexibility in gridding typically comes at experimented with different grids or modified the grid based
the expense of some additional effort in the solution method. on interim simulation results. Integrating the scale averaging
4 B.L. BECKNER, J.M. HUTFILZ, M.B. RAY, J.F. TOMICH SPE 68116

technologies into the EMpower desktop environment enables the like” facilities. Figure 7(b) shows an alternate view of the
reservoir engineer to have full flexibility to modify the grid three-field facility network scaled to reservoir dimensions.
and then quickly and efficiently scale-up the properties for the The flow rates and pressure drops within the surface
new model. facilities can be accurately modeled if the user chooses to
EMpower has feedback capabilities to help engineers and integrate more of the facility network into the calculation
geoscientists use additional knowledge gained from field model. Facility management is fully integrated with the
performance history to improve the accuracy of both geologic facility network layout so that each node or connection in the
and simulation models. These capabilities, essential facility network can be queried and modified in various ways
components of the feedback process, make it possible to during the simulation.
maintain reservoir models that honor both initial reservoir The EMpower facility network data design was developed to
description data (including geologic interpretations) and field maximize flexibility and extensibility so that facility types can
performance history. Here, field performance history includes be extended and new facility types added without requiring
pre-development well tests as well as post-development extensive software changes. Facilities are defined
production performance. Changes made to the simulation “generically” and contain “attributes.” The attributes and
model to match field performance history are fed back as much of the specialization for given facility types are defined
additional conditioning data to the geologic model, thereby in a data file, not in compiled code. With this design,
updating the geologic model with production-generated extensions to the facility network functionality, such as adding
reservoir characterization information. Feedback capabilities new facility attributes or defining new facility types, can be
in EMpower make it possible to import geologic models, co- made simply by changing the data file.
visualize geologic and simulation models, generate statistics EMpower supports import of a variety of facility network
on geologic and simulation model properties, link geologic data from external sources. Historical or time-varying data,
model cells to simulation nodes, edit model properties guided including well perforation intervals, production rates, injection
by geologic constraints, and export conditioning data to the rates and pressure measurements, can be imported from text-
geologic model. delimited files. Such data are automatically converted to the
required boundary conditions in the simulation model, saving
Surface Networks and Multi-Field the user time and effort when constructing a simulation model
The mathematical model in EMpower for subsurface flow which or developing sensitivity cases.
uses an array of pressure nodes and the connections between A natural extension of the integrated subsurface/surface
those nodes, allows the user to selectively include as an model is the inclusion of a multi-field capability. EMpower’s
integral part of the simulation some or all of the production multi-field simulation capability emphasizes ease-of-use.
and injection facilities (e.g. wells, tubing, surface flowlines, With just a few clicks of the mouse, individual field
manifolds, separators). An integrated reservoir and surface simulation models can be merged into a multi-field simulation
facility modeling capability is attractive for two reasons. First, model. EMpower automatically handles the time-consuming
it allows more accurate modeling of the entire tasks of creating a uniform timeline, merging input data,
reservoir/facility system. Second, this implicit solution option facility networks and facility management logic, and dealing
provides improved stability by circumventing problems with duplicate names in regions, wells, facilities, etc. The
associated with rapid pressure and saturation changes near multi-field model is ready to run as soon as the engineer adds
wells that are often encountered in conventional reservoir the facility network components (that connect the fields
modeling approaches where surface facility modeling is either together) and updates the field-level rates and constraints.
absent or entirely explicit.
This capability allows all the facility components shown in Facility Management Logic
Figure 1, wellbore to surface, flowlines and riser, to be Another significant aspect of EMpower is the use of
included in the computational model. For multiple fields the programmable facility management. ExxonMobil has
interaction between facility rates and pressures is implicitly advocated this approach to simulator facility control for many
solved at each time step. This capability is also important for years11. One goal of the new reservoir simulator is to allow all
multi-lateral well modeling, as illustrated by Figure 6, where reservoir engineers to have extensive capabilities for
pressure drops in wellbores and the interaction between well constructing, sharing and customizing facility management
branches are important. routines. This has led to the introduction of a "Visual Facility
EMpower provides a graphical interface for defining the Management" capability illustrated in Figure 8. "Visual
integrated facility network. This interface displays the facility Facility Management" within the user interface comprises two
network as a collection of icons attached to one another via views: facility network view and logic diagram view. The
connection arrows. An example of a facility network diagram logic diagram view serves as a way for users to develop and
for the three-field model of Figure 1 is shown in Figure 7(a). execute Facility Management Logic (FML). FML is a
Different icons are used to represent distinct facility types customized sequence of steps used to monitor and control the
such as wells, separators, network junctions and manifolds. behavior of facilities throughout the simulation run. The FML
The connection arrows represent flowlines between the “node- functionality is flexible and powerful enough to enable an
engineer to model and solve complex reservoir development
SPE 68116 EMPOWER : NEW RESERVOIR SIMULATION SYSTEM 5

schemes, yet has a convenient graphical user interface that is changes may be made private (i.e. not shared with other cases)
both intuitive and informative. or may be propagated to many cases via "shared data."
When the user is ready to launch a simulation, EMpower An internal security scheme is implemented using internal
converts the logic into standard C++ code. This C++ is sent to user ID's, groups and permissions, thereby allowing model
the simulator as part of the simulation input file, where it is owners to selectively grant "read-only" or "update" rights to
compiled and dynamically linked into the simulator at run other engineers.
time. The database and data-sharing infrastructure of EMpower is
leveraged to facilitate progressive development and concurrent
Graphical User Interface and Interactive Simulation application of individual and multi-field models. Rather than
The EMpower graphical user interface is an all-in-one integrated combining individual grids from stand-alone field models into
product for ease of use. Its capabilities include gridding, up- a larger grid, the multi-field model simply "shares" these items
scaling, 3D visualization, data entry, saturation function with the individual models. As the study progresses, the
generation, PVT table generation, visual facility network, engineer or geoscientist can continue to run each individual
visual facility management logic, job scheduling, and results field stand-alone or in the context of the multi-field model.
analysis. A comprehensive help system includes fly-by tool- Changes made in either context are automatically reflected in
tips, a context-sensitive documentation window, ExxonMobil the other.
reservoir engineering and simulation guidelines, and links to a
complete text-based or voice-based tutorial. Figure 9 shows a Testing, Training and Application
view of the EMpower GUI. Reservoir simulation is a critical tool that ExxonMobil
The GUI was designed with flexibility and maintainability employs in making multi-billion dollar investment decisions.
in mind. It is based on a complete class hierarchy of generic An extensive test program was implemented for EMpower that
data types in combination with rule-based data entry. This ranged from lower level programmer tests to tests employing a
design allows most simulator changes to be quickly reflected series of full-field models developed by reservoir engineers.
in the GUI by simply changing a data file, then running a These models were selected to cover a broad spectrum of
utility program against the EMpower Database, with no re- technical features in the simulator and to be representative of
compilation necessary. This data file defines all possible the current business needs. Full-field test model results using
simulation input data and rules that define the dependencies EMpower were compared and benchmarked against results for
between them. For example, this file specifies the very similar models constructed using the company's previous
dependencies between the phases/components to be modeled, simulators. At the completion of testing for Version 1.0 of the
the required columns in PVT tables, and the required set of simulator, a series of one week hands-on training sessions
saturation function (relative permeability and capillary were initiated that have now been attended by close to 200
pressure) tables. The rule system constantly reevaluates user users. The new simulator is the preferred simulation tool for
input so that required versus optional inputs change "on the all new reservoir simulation studies. Unstructured gridding is
fly." This design makes it much easier to keep the GUI the new feature having the widest initial application and
synchronized with the simulator. arguably has been the single greatest learning challenge for
An EMpower simulation can be scheduled for batch experienced simulation users.
execution or can be monitored interactively in real-time. In A suite of full-field model studies initially was used to test
interactive mode, the GUI launches the simulator, then the simulator and provide confidence in its use for business
"connects" and communicates directly with the running decisions. For simple models with consistent rock and fluid
simulator. While connected, the user can track progress, load properties the simulator produces results numerically identical
and review intermediate results, pause, continue, or cancel the to those obtained with the previous generation of simulators.
simulation at any time. However, the new simulator was not designed merely to
produce identical results; new formulations are employed
Multi-User Database and Data Management wherever they are technically justified.
All of the EMpower input data are stored as objects in an object- When rectangular grid blocks are used and special
oriented database (not a file-based system). Engineers are measures are taken to ensure the rock properties are closely
freed from having to keep track of simulation input files, and matched, full-field models produce nearly identical results to
multiple users can log on and see the same data. This allows previously developed simulators. Figure 10 shows oil, water
engineers in different physical locations to collaborate in real and gas production for a full-model with 221,000 rectangular
time. Robust disaster recovery features prevent significant grid blocks. Very similar results are also shown for a case
data loss in the event of software, hardware or power-system using an unstructured grid that employs only 85,000 grid
failures. blocks. In the unstructured grid case, finer gridding is
EMpower's sophisticated database schema allows sharing of employed around wells located in an oil rim. The model also
input data among cases. Increasing the shared component of significantly reduced the number of grid blocks by pinching
data among cases reduces proliferation of copied data, out numerous layers.
improves data consistency, and reduces the total disk space The model shown in Figure 11 employs an unstructured
required. This is a powerful tool for sensitivity analysis since grid with complex non-vertical faulting. Deviating grids to
6 B.L. BECKNER, J.M. HUTFILZ, M.B. RAY, J.F. TOMICH SPE 68116

conform to faults, while possible, is known to introduce incorporates our best practices and preferred
numerical inaccuracies. Instead vertically stair-stepped faults technologies/models. In short, it is a cornerstone of our
were used to model the highly deviated faults. Prior to reservoir knowledge management.
pinching out blocks, the initial grid consisted of 1.6 million
blocks. However, after pinching out blocks, the model Acknowledgements
reduced to only about 100,000 blocks. In this case, The authors wish to acknowledge A.D. Banki, T.J. Boone,
unstructured gridding enabled simulation of a model that K.T. Guenther, R.T. Mifflin, S.C. Netemeyer, S.C. Niranjan,
incorporates as much accurate geologic features as a finely R.E. Pugh and S.K. Verma for their valuable assistance to this
gridded Cartestian grid with significantly fewer gridblocks. paper. The authors also acknowledge the management of
The simulator also is proving to significantly reduce ExxonMobil Upstream Research Company for permission to
simulation cycle-time through ease-of-use and integration with publish this paper.
geologic models. For example, one successful application
includes history matching and interpretation of well testing References
1. Kendall, R.P., Morrell, G.O., Peaceman, D.W., Silliman, W.J.
results where several different fault interpretations were and Watts, J.W.: "Development of a Multiple Application
investigated. Another application consists of a series of Reservoir Simulator for use on a Vector Computer," presented
reservoir studies of a large carbonate accumulation where at the Middle East Oil Technical Conference of the Society of
alternative development plans are being explored. In this case, Petroleum Engineers, Bahrain, March 14-17, 1983.
simulation models have been developed for single wells, five- 2. Harper, J.L., Heinmann, R.F., Ray, M.B. and Stephenson, P.E.:
spot patterns, multi-lateral wells, and full-field development “A Compositional Simulator For Performing Large Field
plans using both black oil and compositional formulations, all Studies in a Vector Computing Environment,” SPE 13714,
based on data extracted from a single underlying full-field presented at the 4th SPE Middle East Oil Technical Conference,
Bahrain, March 11-14, 1985, 279-290.
geologic model. In this study, the shared database allowed
3. Watts, J.W.: “A Compositional Formulation of the Pressure and
rapid development of this suite of models. Saturation Equations,” SPE Reservoir Engineering, vol. 1, no. 3.
May 1986, 243-252.
Conclusion 4. El-Mandouh, M.S., Bette, S., Heinemann, R.F., Ogiamien, E.B.,
This paper highlights a number of distinguishing technologies Bhatia, S.K.: “Full-Field Compositional Simulator of Reservoirs
including computations made on a native, unstructured grids, With Complex Phase Behavior,” SPE 25249, presented at the
integration of facilities and models for multiple fields, and 12th SPE Reservoir Simulation Symposium, New Orleans,
highly customizable facility/well management logic to give Louisiana, February 28 – March 3, 1993, 167-186.
our engineers and geoscientist the technologies necessary for 5. Beckner, B.L., Chan, H.M., McDonald, A.E., Wooten, S.O. and
Jones, T.A.: “Simulating Naturally Fractured Reservoirs Using a
best-in-class asset management. EMpower is now the standard
Subdomain Method,” SPE 21241, presented at the 11th SPE
reservoir simulator for ExxonMobil. ExxonMobil will Reservoir Simulation Symposium, Anaheim, California,
continue to develop reservoir simulation technologies because Feburaruy 17-20, 1991, 383-396.
they are key to delivering maximum full-life value from our 6. Mifflin, R.T., Watts, J.W. and Weiser, A.: “A Fully Coupled,
assets. Fully Implicit Reservoir Simulator For Thermal and Other
In a world where reservoir simulators are readily available, Complex Reservoir Processes,” SPE 21252, presented at the 11th
what have we gained by this development? EMpower is a next- SPE Reservoir Simulation Symposium, Anaheim, California,
generation reservoir simulator that embodies ExxonMobil’s Feburaruy 17-20, 1991, 457-470.
approach to state-of-the-art reservoir simulation technology 7. Hienemann, Z.E.: "Advances in Gridding Techniques,"
presented at the Fifth International Forum on Reservoir
and contains features needed to best manage ExxonMobil's
Simulation, Muscat, Oman, December 10-14, 1994.
asset base. The management of our major assets requires a 8. Verma, S., and Aziz, K.: "A Control Volume Scheme for
balanced technology approach -- one that focuses not only on Flexible Grids in Reservoir Simulation," SPE 37999, presented
the use of technology and the tuning of that technology to the at 1997 Reservoir Simulation Symposium, Dallas, Texas, June
specific assets, but that also anticipates and accounts for the 8-11 1997, 215-227
advancement of technology, both in terms of the 9. Gunasekera, D.L., Cox J., and Lindsey, P.: "The Generation and
science/algorithms and computing infrastructure. As just one Application of K-Orthogonal Grid Systems," SPE 37998,
example, considerable corporate experience in condensate presented at 1997 Reservoir Simulation Symposium, Dallas,
reservoirs has lead to specific formulations and models Texas, June 8-11 1997, 199-214
10. Stern, D.A., and Dawson, A.: "A Technique for Generating
developed on the basis of many years of laboratory and field
Reservoir Simulation Grids to Preserve Geologic
data that, in our opinion, represent best technology practices in Heterogeneity," SPE 51942, presented at 1999 Reservoir
condensate field development. The "physics" and physical Simulation Symposium, Houston, Texas, Feburary 14-17, 1999,
models corresponding to many of these technical findings 487-500.
have been implemented in our reservoir simulators. Viewed 11. Miertschin, J.W., and Weiser, A.: "A Flexible Approach to
in this light, the simulator within ExxonMobil is far more than Predictive Well Management Via User-Defined Strategies,"
a commodity application. It is the vehicle for the delivery of SPE 19848, presented at 64th Annual Technical Conference and
proprietary technologies of particular relevance to our assets Exhibition of the SPE, San Antonio, Texas, October 8-11, 1989,
that have been or will developed in the future. Thus EMpower 817-826.
SPE 68116 EMPOWER : NEW RESERVOIR SIMULATION SYSTEM 7

Figure 1(a). Image of a multi-field reservoir simulation model.


Three reservoirs constructed from different geologic models are
combined into one simulation model with common well
management and production facilities. Colors identify regions of
initial oil saturation in the three reservoirs.

Figure 1(b). Image of the porosity distribution in the three


reservoirs.
8 B.L. BECKNER, J.M. HUTFILZ, M.B. RAY, J.F. TOMICH SPE 68116

Coarse Gridding

Finer Gridding

Local Grid
Refinement at
Horizontal Wells

Figure 2. Example of the unstructured gridding used for


Reservoir A, where finer grids are placed in the higher porosity
sands, and coarse grids in the lower porosity sands. Grid
refinement is employed around a series of horizontal wells along
the channel sands. The color scale represents porosity.

Gridding to
Faults

Figure 3. Example of unstructured gridding from Reservoir C


where the engineer has gridded to a series of faults.
SPE 68116 EMPOWER : NEW RESERVOIR SIMULATION SYSTEM 9

Pinched-Out Layers

Figure 4. Example of pinched-out layers from a channel sand in


Reservoir C.

Finer Grid used for Flow-


Based Scale Averaging Simulation Grid

Figure 5. Illustration of an unstructured hexagonal grid used for


simulation, compared with a finer unstructured grid used for flow-
based scale averagibg to evaluate properties used in the actual
simulation model.
10 B.L. BECKNER, J.M. HUTFILZ, M.B. RAY, J.F. TOMICH SPE 68116

Location of
Multi-lateral
Well

Laterals

Figure 6. Images of a multi-lateral well embedded in Reservoir A.


The grid has been cut away to expose the well and its location
relative to geologic layering in the model.
SPE 68116 EMPOWER : NEW RESERVOIR SIMULATION SYSTEM 11

Subsea Manifold Common Boundary Node

Flow Line Riser

Reservoir B Reservoir C

Wells

Reservoir A

Figure 7(a). Graphical interface view of the facility network for the
multi-field model. Note that the entire facility network below the
common boundary node can be included within the
computational bounds of the reservoir simulation.

Reservoir A Reservoir B Reservoir C

Figure 7(b). The three-field facility network diagram scaled to


reservoir orientations.
12 B.L. BECKNER, J.M. HUTFILZ, M.B. RAY, J.F. TOMICH SPE 68116

Figure 8. Example of an "operation" used to input visual well


management for controlling the reservoir simulation.

Figure 9. Graphical User Interface for the EMpower simulator.


SPE 68116 EMPOWER : NEW RESERVOIR SIMULATION SYSTEM 13
Rate (MSTB/D, MMCF/D)

240
MARS
Mars
200 EMpower Rectangular Grid
EM rect Gas
EMpower Hexagonal Grid
EM var-hex
160 EMpower Hex & Pinchouts
EM var-hex, pinchout
120
80 Oil

40 Water
0
88 89 90 91 92 93
Year
Figure 10. Plot comparing results from different models: (1)
previous generation simulation with 221,000 blocks; (2) EMpower
using a rectangular grid with 221,000 blocks; (3) EMpower using an
unstructured, hexagonal grid with 139,000 grid blocks; and (4)
EMpower using an unstructured, hexagonal grid and layer pinch-
outs reducing the model to 87,000 grid blocks.

Figure 11. Image of a reservoir with complex faulting where


unstructured gridding enabled a much more complex geological
model to be employed relative to a traditional structured gridding
approach.

Das könnte Ihnen auch gefallen