Converting Thickness Grid Models to Mass

RockWorks | ModOps | Grid | Math | Thickness -> Mass

Use this program to multiply the grid cell volume (cell-width * cell-height * Z-value, thickness) by a constant (representing density per unit volume) to create a new "mass" grid.

Example: Let's say you have a grid model that represents the thickness of particular formation, and you want to determine total mass. First, you must be sure the thickness units match the X and Y coordinate units. Then, determine the density per volume unit of the rock type in question (the program does offer some samples). Then, run the thickness grid through this conversion to determine total mass. Each node represents total mass of that grid cell. Determining total mass of the grid model can be determined by running the output grid file through Grid | Statistics | Report and reading the "Sum of all node values" computation.

This tool differs from the Model & Constant Math tool because this utility multiplies the cell volume (cell width * cell height * thickness value) by the constant while that tool multiplies the Z-values only by a constant.

! The Z-values of the input grid must represent thickness, and the thickness units must be the same as the X and Y coordinate units in order to compute a meaningful volume.

Menu Options
Step-by-Step Summary


  1. Be sure you have a RockWorks grid model (.RwGrd file) already created, for input into this program, and that its node values represent thickness in the same units as the X and Y location coordinates.
  2. Select the ModOps | Grid | Math | Thickness -> Mass menu option.
  3. Enter the requested settings, described above.
  4. Click the Process button to proceed.

    The program will load the input grid file, compute the volume of each grid cell, and then multiply each cell’s volume by the entered Density Conversion Factor. The resulting mass values will be stored in a new grid file on disk under the output file name you selected.

    The requested diagram(s) will be displayed in a RockPlot2D tab and/or RockPlot3D tab in the Options window.

  5. You can adjust any of the settings in the Options window and then click the Process button again to regenerate the diagram(s).
  6. View / save / manipulate / export / print the diagram in the RockPlot2D or RockPlot3D window.

Tip: The Sum of All Node Values that is shown in the statistics report represents the total mass.



Back to Grid Menu Summary

RockWare home page