Flows Help Articles
Flows Help
Flows are a batch processing system that can help you accelerate workflows through automating repetitive steps in your workflow. Flows are extremely flexible and can unlock significant funcationality. The guides linked here will help you better understand the full capabilities available within Flows. But in general - if you are trying to do something and you can't figure out how to do it in the CPI or a Map, there's a Flow that can get it done.
Introductory Guides
- What are Flows?
- General Concepts in Flows
- Using Equations in the CpiLogCalc Tool
- Building and Publishing Python User Flow Tools
Example Flows
These example Flows represent a combination of Flow types that will help you learn how to use Flows in Danomics more effectively and common requests that we get from users.
- Log Cleanup
- Writing Petrophysics Curves to a LDB
- Using Train and Predict for making ML models
- Writing Petrophysics Summaries to Grids
- Multi-well Lithofacies Model
- Processing Deviation Surveys
- Making Structure Grids
- Making Isopach Grids
- Identifying Landing Zones for Horizontal Wells
- Making 3D Property Models
- Bricking Seismic Data
Flows Help Videos
- Tutorial: Smoothing a grid
- Tutorial: Removing Outliers
- Tutorial: Running Python code in Flows
- Tutorial: Data management tools in Flows
- Tutorial: Tops Interpolation in Flows
- Tutorial: Making Structure Maps using TopsToTVD
- Tutorial: Decline Curve Analysis with Flows
- Tutorial: Filtering Formation Tops using PointsSelect
- Tutorial: Log Health Checks
- Tutorial: Mnemonics Analysis
- Tutorial: Remove flat spots
- Tutorial: Writing grids with Flows
- Tutorial: Generating a well list via Flows
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.