Live Drilling
  • Introduction
  • FAQ
  • what's new
    • Latest releases
      • Wells 5
      • LiveRig 5
      • LiveRig 4
      • WITSML Store
    • Operations in Time by Depth Chart
    • Unit Sets
      • Per-Asset Units
      • Unit Conversion
      • Dashboard Configuration
      • Force Follow Asset Units
    • Well casing shoe schematic
    • Wells correlation
    • FFT spectrum
    • Pressure Tests
      • Configuration
      • Automated Standard Pressure Tests
      • Manual Pressure Test
      • LOT/FIT
    • Rig State detection
    • BOP Schematic
      • BOP status register
    • Signal Processing
      • Moving Average
  • Data Flow
    • Introduction
    • Data Ingestion
    • Data Normalization
      • Clock Synchronization
      • Normalized events schema
      • Data indexes and enrichment
      • Unit conversion
      • Auto-Switch
  • Physical Models
    • Introduction
      • Structure of the functions
      • Validation
    • General Equations
      • Static Data Dependencies
      • Pipes Functions
    • Trajectory
      • Introduction
      • Static Data Dependencies
      • Pipes Functions
    • Hydraulic
      • Introduction
      • Static Data Dependencies
      • Pipes Functions
    • Torque and Drag
      • Introduction
      • Static Data Dependencies
      • Pipes Functions
    • Hole Cleaning
      • Introduction
      • Static Data Dependencies
      • Pipes Functions
    • Surge and Swab
      • Introduction
      • Static Data Dependencies
      • Pipes Functions
    • Thermal
      • Introduction
    • Volume Tracker
      • Introduction
      • Pipes Functions
  • Basic Features
    • Charts
      • Channels Charts
        • Temporal Channels Chart
        • Channel Value Chart
        • Depth Channels Chart
        • Data navigation
          • Span Control
      • Rig Allocation Gantt Chart
    • Unit sets
      • Configuration changes on unit sets
      • Depth unit changes
      • Personal units sets
    • Permission schema
    • Import/Export Well
    • Add-ons
  • Static Data
    • Assets
      • Assets Structure
    • Well
      • Introduction
      • Well Schema
      • Well Units
      • Regions, fields and countries
      • Well Design Overview
      • Objectives
    • Intervention
      • Introduction
      • Intervention Schema
      • Intervention Types
      • Scenarios
      • Runs
      • Completion and Abandonment
      • Drilling Section Schema
    • Rig
      • Introduction
      • Rig Schema
      • Physical models configuration
    • Pipes functions
    • REST API Examples
  • Administration
    • High Frequency Data
      • WITSML Null Values
      • Unit Management Tools
      • WITS Custom Mapping
    • Data Normalization
      • Data Management
        • Event Settings
        • Channels Management
      • Data normalization templates
      • Data normalization templates prioritization
      • Auto-Switch
    • Standard Identifiers
    • Static Data
      • Regions, fields and countries
      • Intervention Types
  • LiveRig Collector
    • Introduction
    • Getting Started
    • Connecting to Intelie Live
    • Security
    • Local data storage
    • Data transmission and recovery
    • Monitoring
    • Remote Control
      • APIs
        • /testSourceEndpoint
        • /storeConfiguration
        • /getFromStore
        • /backlog-sync
      • Sources
        • MQTT Topics
        • OPC Requests
        • WITSML Backlog Sync
        • WITSML Object Explorer
        • WITSML Requests
      • Properties
    • HA Deployment
    • Protocols
      • WITSML
      • WITS
      • OPC-DA
      • OPC-UA
      • MODBUS
      • MQTT
      • CSV
      • RAW
    • Protocol conversion
    • Configuration
      • liverig.properties
      • sources.xml
      • store.json
      • modbus.json
      • mqtt.json
      • Configuring an OPC-UA source
      • Multiple event types for WITSML sources
      • Certificate-based authentication for WITSML HTTPS sources
    • LiveRig Collector Appliance
    • Command line Interface (CLI)
  • LIVE EDGE
    • Collector Reader
  • Integrations
    • Introduction
    • WITSML Store
    • REST Output
    • REST Input
    • WellView
    • OpenWells
    • Python
  • DEVELOPER
    • Identified Curves
    • Hidden Units
  • DEPRECATED
    • WITSML Output
    • LiveRig 3.x / 2.x
      • 3.5.0
      • 3.4.0
      • 3.3.0
      • 3.2.0
      • 3.1.0
      • 3.0.0
      • 2.29.0
Powered by GitBook
On this page
  • InterventionDrillingSection
  • InterventionDrillingSectionRuns
  • RunData
  • DrillingRun
  • CasingRun
  • InterventionDrillingSectionData
  • InterventionCasingSectionData
  • Drilling definitions
  • InterventionSection.WellBore
  • InterventionSection.DrillString
  • InterventionSection.BHA
  • InterventionSection.Fluid
  • InterventionSection.Operation
  • Casing definitions
  • InterventionSection.Casing
  • InterventionSection.WorkColumn
  • InterventionSection.Centralizer
  • Units definitions
  • InterventionSection.SectionUnits
  • InterventionSection.RunUnits
  • InterventionSection.DrillStringUnits
  • InterventionSection.BHAUnits
  • InterventionSection.WellBoreUnits
  • InterventionSection.CasingUnits
  • InterventionSection.WorkColumn
  • InterventionSection.Centralizer
  • InterventionSection.FluidUnits

Was this helpful?

  1. Static Data
  2. Intervention

Drilling Section Schema

At the plugin-wells 2.28.0 the structure of sections has changed from the structure InterventionDrillingSection to InterventionDrillingSectionRuns described below.

InterventionDrillingSection

Field

Type

sections

list<InterventionDrillingSectionData>

InterventionDrillingSectionRuns

Field

Type

sections

list<RunData>

RunData

Field

Type

run

list<DrillingRun | CasingRun>

units

InterventionSection.RunUnits

DrillingRun

Field

Type

id

string

name

string

type

"Drilling" | "Casing"

start_timestamp

long

end_timestamp

long

active

boolean

migrated

boolean

well_bores

list<InterventionSection.WellBore>

drill_strings

list<InterventionSection.DrillString>

BHAs

list<InterventionSection.BHA>

drilling_fluids

list<InterventionSection.Fluid>

operations

list<InterventionSection.Operation>

units

InterventionSection.RunUnits

CasingRun

Field

Type

id

string

name

string

type

"Drilling" | "Casing"

start_timestamp

long

end_timestamp

long

active

boolean

migrated

boolean

casings

list<InterventionSection.Casing>

work_columns

list<InterventionSection.WorkColumn>

centralizers

list<InterventionSection.Centralizer>

casing_fluids

list<InterventionSection.Fluid>

casing_operations

list<InterventionSection.Operation>

units

InterventionSection.RunUnits

InterventionDrillingSectionData

Field

Type

well_bores

list<InterventionSection.WellBore>

drill_strings

list<InterventionSection.DrillString>

BHAs

list<InterventionSection.BHA>

drilling_fluids

list<InterventionSection.Fluid>

operations

list<InterventionSection.Operation>

units

InterventionSection.SectionUnits

InterventionCasingSectionData

Field

Type

casings

list<InterventionSection.Casing>

work_columns

list<InterventionSection.WorkColumn>

centralizers

list<InterventionSection.Centralizer>

casing_fluids

list<InterventionSection.Fluid>

casing_operations

list<InterventionSection.Operation>

units

InterventionSection.SectionUnits

Drilling definitions

InterventionSection.WellBore

Field

Type

type

string

start_md

double

final_md

double

inner_diameter

double

outer_diameter

double

linear_weight

double

InterventionSection.DrillString

Field

Type

component_type

string

component_id

string

length

double

inner_diameter

double

outer_diameter

double

linear_weight

double

tool_joint

ToolJointsTypeConfig

InterventionSection.BHA

Field

Type

component_type

string

component_id

string

length

double

inner_diameter

double

outer_diameter

double

linear_weight

double

tfa

double

description

string

quantity

integer

topMD

double

baseMD

double

InterventionSection.Fluid

Field

Type

name

string

type

string

density

double

compressible

boolean

rheological_power_law_exponent

double

rheological_flow_consistency_index

double

oil_concentration

double

water_concentration

double

solids_concentration

double

salt_concentration

double

salt_type

string

active

boolean

complements

string

observations

string

rheological_yield_point

double

specific_heat

double

thermal_conductivity

double

InterventionSection.Operation

Field

Type

name

string

start_md

number

end_md

number

start_date

string

start_time

string

end_date

string

end_time

string

start_timestamp

long

end_timestamp

long

timezone

string

Casing definitions

InterventionSection.Casing

Field

Type

component_type

string

component_id

string

length

double

inner_diameter

double

outer_diameter

double

linear_weight

double

InterventionSection.WorkColumn

Field

Type

component_type

string

component_id

string

length

double

inner_diameter

double

linear_weight

double

tool_joint

ToolJointsTypeConfig

InterventionSection.Centralizer

Field

Type

component_id

string

description

string

outer_diameter

double

weight

double

length

double

friction_torque

double

friction_drag

double

running_force

double

start_md

double

final_md

double

Units definitions

InterventionSection.SectionUnits

Field

Type

well_bores

InterventionSection.WellBoreUnits

drill_strings

InterventionSection.DrillStringUnits

BHAs

InterventionSection.BHAUnits

drilling_fluids

InterventionSection.FluidUnits

InterventionSection.RunUnits

Field

Type

well_bores

InterventionSection.WellBoreUnits

drill_strings

InterventionSection.DrillStringUnits

BHAs

InterventionSection.BHAUnits

drilling_fluids

InterventionSection.FluidUnits

casings

InterventionSection.CasingUnits

work_columns

InterventionSection.WorkColumnsUnits

centralizers

InterventionSection.CentralizersUnits

casing_fluids

InterventionSection.FluidUnits

InterventionSection.DrillStringUnits

Field

Type

length

string

inner_diameter

string

outer_diameter

string

linear_weight

string

InterventionSection.BHAUnits

Field

Type

length

string

inner_diameter

string

outer_diameter

string

linear_weight

string

tfa

string

topMD

string

baseMD

string

InterventionSection.WellBoreUnits

Field

Type

start_md

string

final_md

string

inner_diameter

string

outer_diameter

string

linear_weight

string

InterventionSection.CasingUnits

Field

Type

length

string

inner_diameter

string

outer_diameter

string

linear_weight

string

InterventionSection.WorkColumn

Field

Type

length

double

inner_diameter

double

linear_weight

double

tool_joint

ToolJointsTypeConfig

InterventionSection.Centralizer

Field

Type

outer_diameter

string

weight

string

length

string

friction_torque

string

friction_drag

string

running_force

string

start_md

string

final_md

string

InterventionSection.FluidUnits

Field

Type

density

string

rheological_power_law_exponent

string

rheological_flow_consistency_index

string

oil_concentration

string

water_concentration

string

solids_concentration

string

salt_concentration

string

rheological_yield_point

string

specific_heat

double

thermal_conductivity

double

PreviousCompletion and AbandonmentNextRig

Last updated 3 years ago

Was this helpful?