Flux Visualization Techniques in AVS and Khoros

This page contains visual examples of the various visualization techniques we experimented with during this project.
Clicking on any of the images below will get you a higher resolution version to look at. Extra high-res images, when available, can be accessed via a hyperlink in the text.

Listed below are the ideas which have been proposed, along with images representing prototype implementations of each technique. Unless otherwise stated, the dataset being used for these examples is synthetic, and the grid size is 30 by 90 by 12 grid cells.

Data Reduction Techniques

  • Depth Averaging
  • Combined Flux

    Proposed Visualization Techniques

  • Cones for Flux
  • 2D Icons for Flux
  • Streamlines
  • Backwards Streamlines
  • Depth-Colorized Streamlines
  • Time Markers
  • Scaled Flux
  • Blobs

    Small Data Examples

  • Small Data

    Sanity Check on Reservoir G

  • Reservoir G

    Blobs

    This is a twisted tale, so pay attention. ;-) This image shows the austin reservoir with flux cones for a few of the layers averaged together. Also, we've made a colored slice, where the color on the slice corresponds to SOM. The legend on the image shows the value of SOM (this is from early in the simulation run, by the way). The area I want to draw your eye to is slightly to the right/down from image center. There's an area of high SOM where there are no flux cones.

    The technique which was suggested is something like this: at each grid location, create an icon who's shape is a function of two parameters. One of the parameters is SO or SOM (or some other variable to be determined). The other is the flux (for oil, I'd guess). The idea is to have what is basically a sphere (that's large enough to see) in areas where SOM or SO is HIGH and the flux value is LOW. And to have footballs or ellipsoids in areas where SOM or SO is high and flux is HIGH. And voila!

    Click here for an extra hi-res (1800x1500) version of this image.

    You'll see that in that same area of high SOM and low flux a bunch of spheres. Elsewhere, where flux is significant in magnitude, the icons get more oblongated. The sizes of the icons don't really mean much because of a simple trick I put in to get the spheres to stand out: the major and minor axes of the footballs are scaled DOWN by a value which is the ratio of the major and minor axes. Which means that spheres stay big and ellipsoids get smaller. There are a couple of other issues which I'll leave out for now...

    Here's a snapshot from a few time steps later in the simulation..


    Scaled Flux

    This technique creates an icon at each grid block where the oil flux is non-zero (subject to certain thresholding criteria). The color of the block is proportional to a product of the oil flux magnitude and the oil saturation. Eventually, we'll replace SO with SOM to show areas of high flow potential, but where oil is left behind. The two sets of images show isosurfaces of oil saturation (green surface) and constant oil flux velocity (white, transparent). The image with the scaled flux icons clearly shows one finger of oil left behind, as this data came from late in the simulation run.

    Use of color to highlight a change in a scalar variable.


    Time Markers

    A Streamline curve is computed by solving an integral over time as a particle moves through a grid. The time step parameter is under user control. A smaller time step value produces better fitting curves at computational expense, while a larger time step produces curves of poorer fit, but which are less computationally expensive to generate.

    Positioning the well as in one of the other pictures, It was suggested to "drop a time marker" along the curve every so often. In this image, a sphere is dropped every 0.7 units of time. The time step used on the streamlines computation is 0.025, with 326 steps being computed for each of the twelve streamlines. Elapsed wall-clock time for a 100Mhz sparc 20 required for this calculation is about 3 seconds.

    Streamlines

    Using a well location as the "seed point" for streamlines computation has some potential for being useful. Flows to or from a well may be depicted visually. A streamline is a curve which is tangential to a flow field along its length.

    The first example shows using the location of well "W12" (presumably a water injector). Rather than beginning the streamlines computation at the location of the well, which would result in flow directly out of the grid to the bottom because of a strong downward flow, we seed the points at some distance away from the well. This distance is under user control.

    A second example using a different well, and arrows rather than cones.
    At times, it may be useful to place a virtual well somewhere in the flow field. The user is free to move the well about in the reservoir. This particular image shows depth-averaged oil-flux near the surface and at the bottom of the reservoir, as well as the paths that weightless particles would follow if released at the location of the virtual well. (These streamlines are computed using the AVS-supplied streamlines code.)

    After positioning the location of a virtual well into the flow field, and decreasing the density of sample points around the well, streamlines are produced which eminate from a virtual cylinder, of a user-specifiable radius, around the virtual well. Note that these streamlines were computed using the LBL-written streamlines code. The numerical method being used is the second order Runge-Kutta form of time-velocity integration.



    Backwards Streamlines

    By reversing the sign on the flow field, we can see where the streamlines came from rather than where they are going to.

    Backwards streamlines computed from a virtual well placed at what looks like an oil producing area. A radius of about "1200" (in the local coordinate system) spreads the seed points out around the well. The streamlines are depth-colorized, and some effort in tweaking renderer parameters was needed (depth cueing and adjusting of the front/rear clipping planes) to effectively "hide" data which is "far away". Click here for super hi-res version (1800x1600) of this image. This image computed from "live" data from the "C" reservoir.


    Depth-Colorized Streamlines

    Another suggestion involved the use of color on the streamlines themselves. Here, we specify the color for a streamline along it's entire length as being a function of it's initial depth. In this example, we're using a color ramp going from a gray to red, where more red indicates more depth at the initial point from which the streamline is "grown." The intent is to provide a hopefully quick and easy way to visually identify the origin of streamlines.

    Another example using two layers of cones. One layer represents a depth- averaging of the first 3 simulation layers, the other represents a depth-averaging of the bottom four simulation layers. The seed points for the streamlines are placed at some distance radially from the virtual well to achieve better dispersion.

    Same as previous picture, but added time-markers along the streamlines.


    2D Icons Painted onto Boxes

    A first cut at putting flow TRIANGLES on the grid blocks. The triangles are oil flux, and the boxes are colored according to the pressure in the init map file. I only put barbs on one of the 8 block faces. This image uses LOG scaling on the triangles.

    Some issues to consider (for the above image) are:

    1. Should the size of the triangle (or whatever icon) be proportional to the size of the block. I can argue this either way.
    2. Given that the grid is not flat like a pancake, the liklihood of the triangle icon and the face of the block actually having the same planar equations is nil.

    A first cut at putting flow BARBS on the grid blocks. The barbs are oil flux, and the boxes are colored according to the pressure in the init map file. I only put barbs on one of the 8 block faces.


    Depth Averaging

    When cones are used at every grid cell, the result is an image which has too much information. The sheer amount of detail in the image overwhelms the viewer, and conclusions are not easily drawn.

    However, when "similar" simulation layers are combined, the amount of data to visualize and interpret is reduced by an order of magnitude. In this image, the top few simulation layers are combined into a single layer of flux; similarly with the bottom few simulation layers. The general trend in each of the top few and bottom few layers is much more obvious in this image than in the image containing a geometric icon at every node.

    These images make the same point, but were computed using "live" data from the "C" reservoir.

    Click here for hi-res version of the left image, and (here. for a hi-res version of the right image.

    Check out a couple of short, 13-frame MPEG movies: Per-Cell Cones Movie and Depth-Averaged Cones Movie. (Note: you may want to tweak your Mailcap file so that mpeg_play will loop explicitly, since these movie loops are so short.


    Combined Flux Representation

    The idea is to combine the three phases of flux (oil, water and gas) into either a one- or two-phase representation. The industrial partners proposed methods for combining flux phases into a single phase, such as combining liquid phases and gas phases. No data was available for testing in the laboratory, hence there are no images. This is really a geochemisitry problem, not a visualization problem.


    Cones for Flux

    The Cereal Picture: Here we have all the flux phases; green oil cones, red gas cones, yellow moons, orange stars, pink hearts.... Note the use of log scaling on the cones.

    This image is from a "live" reservoir. Cones are placed at grid coordinates in which the flux data is non-zero. Again, green represents oil flux, and red represents gas flux.


    Synthetic Reservoir, 2x3x4 Grid, 193 Time Steps.

    These two images show a virtual well placed within the grid. Streamlines have been computed, and oil flux is shown using green cones at each grid location. This grid is formed by using the centers of each of the original grid blocks (this is an artifact of the prototype).

    Same as above, but with color-coded transmissiblity magnitude at the grid boundaries.


    Reservoir G

    These images show oil and gas flux at the following simulation dates: 10/1/1997, 11/1/1997 and 12/1/1997. The red blob that appears out of nowhere is an isosurface of gas saturation, contouring level of 0.1.

    Mpeg movie containing 50 time steps.


  • Wes Bethel, Lawrence Berkeley National Laboratory