Example Flow: Writing Petrophysics Curves to a LDB
This article provides an overview of how to use a Flow to write results from a CPI to a log database. An example use case here would be that you have already done your petrophysical interpretation, and you want to use those curves in a .map file for cross-sections or a 3D visualization, or that you want to "lock" in the petrophysical results and use those in another CPI file to do summations with alternative zones (by setting the Curve Precedence to "Database").
The following tools are used in this order:
- LogInput >> Brings the log data into the Flow
- CpiLogCalc >> Calculates the curves to add to the database
- LogOuput >>Writes the curves to a new log database.
LogInput is used to select the input database. LogOutput is used to write the results to a new log database (output name must be different than input name).
The majority of the work is in the CpiLogCalc tool. It calls the petrophysics engine, allows you to select a your petrophysical interpretation, tops, headers, and key well dataset, and import other datasets referenced by your project.
Any built in equations will be available in the Config equations parameter. In the example above I have selected 5 built in equations and I have also added one User equation that is not in the default petrophysics calculation. You can add as many equations as you would like in either field.
Tips and Tricks
- Any built-in equation in Danomics is available in the Config equations dropdown - you just have to type it in and select "Create".
- To get a new line in the User equations box use shift+enter
- Make sure to select your CPI information and look for any warnings - this will save you wasted runs.
Related Insights
Sample data to get started
Need some sample data to get started? The files below are from data made public by the Wyoming Oil and Gas Commission. These will allow you to get started with petrophysics, mapping, and decline curve analysis. Well header data Formation tops data Deviation survey data Well log data (las files) Production data (csv) or (excel) Wyoming counties shapefile and projection Wyoming townships shapefile and projection Haven’t found the help guide that you are looking for?
NMR Interpretation Module
Purpose The NMR interpretation module allows users to calculate porosity, bound and free fluids from the measure T1 and T2 distributions from NMR tools. Primary Outputs Discussion In oil and gas well logging, the $T_2$ distribution is used as a high-resolution "map" of the formation's pore system. While a standard porosity tool tells you how much fluid is there, NMR tells you where that fluid is trapped and whether it will flow.
General Concepts in Flows
Because Flows will be a new concept to many of you it is important to understand the general concepts that flows are built upon. These concepts are: Many tasks are repetitive These tasks should be done consistently These tasks can often be split into small pieces. What Are Flows? Flows are batch processing system that combine Flow tools to perform operations consistently across a dataset, and are especially useful for repetitive tasks like gridding data.