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
2026 User Group Meeting
Please join us at the 2025 Danomics User Group Meeting. Danomics will be holding its annual user group meeting on October 15th, 2026. To join us, please RSVP to sales@danomics.com. PDF version available here: 2026 User Group Agenda. In-Person User Training We'll also be offering in person user training on October 13th and 14th. You can register by emailing us at sales@danomics.com. Both days have the same agenda, so you should only register for one of the sessions.
Quick Start Module
Purpose The Quick Start module is designed to help users quickly set dozens of common parameters by selecting a handful of basic options from dropdown menus. Parameters There are three parameters that are set on a zone-by-zone basis and two parameters that are set on a full-well basis. These are as follows. Discussion The parameters are linked to what are called named_defaults in the software. These are collections of defaults that can be set through assigning a single parameter.
Making Log Calculations in a Flow
This articles provides an overview of how to use a Flow to before basic log calculations. To do this, the following Flow tools are used: LogInput >> Bring the log data into the Flow LogMath >> Perform some calculation LogOutput >> Writes the log data to a new log database. There can be as many LogMath tools added to a flow as one would like, and they can be added to existing Flows ushc as a Log Clean-up Flow. The LogMath tool is extremely flexible.