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 |
| list<InterventionDrillingSectionData> |
InterventionDrillingSectionRuns
Field | Type |
| list<RunData> |
RunData
Field | Type |
| list<DrillingRun | CasingRun> |
| InterventionSection.RunUnits |
DrillingRun
Field | Type |
| string |
| string |
| "Drilling" | "Casing" |
| long |
| long |
| boolean |
| boolean |
| list<InterventionSection.WellBore> |
| list<InterventionSection.DrillString> |
| list<InterventionSection.BHA> |
| list<InterventionSection.Fluid> |
| list<InterventionSection.Operation> |
| InterventionSection.RunUnits |
CasingRun
Field | Type |
| string |
| string |
| "Drilling" | "Casing" |
| long |
| long |
| boolean |
| boolean |
| list<InterventionSection.Casing> |
| list<InterventionSection.WorkColumn> |
| list<InterventionSection.Centralizer> |
| list<InterventionSection.Fluid> |
| list<InterventionSection.Operation> |
| InterventionSection.RunUnits |
InterventionDrillingSectionData
Field | Type |
| list<InterventionSection.WellBore> |
| list<InterventionSection.DrillString> |
| list<InterventionSection.BHA> |
| list<InterventionSection.Fluid> |
| list<InterventionSection.Operation> |
| InterventionSection.SectionUnits |
InterventionCasingSectionData
Field | Type |
| list<InterventionSection.Casing> |
| list<InterventionSection.WorkColumn> |
| list<InterventionSection.Centralizer> |
| list<InterventionSection.Fluid> |
| list<InterventionSection.Operation> |
| InterventionSection.SectionUnits |
Drilling definitions
InterventionSection.WellBore
Field | Type |
| string |
| double |
| double |
| double |
| double |
| double |
InterventionSection.DrillString
Field | Type |
| string |
| string |
| double |
| double |
| double |
| double |
| ToolJointsTypeConfig |
InterventionSection.BHA
Field | Type |
| string |
| string |
| double |
| double |
| double |
| double |
| double |
| string |
| integer |
| double |
| double |
InterventionSection.Fluid
Field | Type |
| string |
| string |
| double |
| boolean |
| double |
| double |
| double |
| double |
| double |
| double |
| string |
| boolean |
| string |
| string |
| double |
| double |
| double |
InterventionSection.Operation
Field | Type |
| string |
| number |
| number |
| string |
| string |
| string |
| string |
| long |
| long |
| string |
Casing definitions
InterventionSection.Casing
Field | Type |
| string |
| string |
| double |
| double |
| double |
| double |
InterventionSection.WorkColumn
Field | Type |
| string |
| string |
| double |
| double |
| double |
| ToolJointsTypeConfig |
InterventionSection.Centralizer
Field | Type |
| string |
| string |
| double |
| double |
| double |
| double |
| double |
| double |
| double |
| double |
Units definitions
InterventionSection.SectionUnits
Field | Type |
| InterventionSection.WellBoreUnits |
| InterventionSection.DrillStringUnits |
| InterventionSection.BHAUnits |
| InterventionSection.FluidUnits |
InterventionSection.RunUnits
Field | Type |
| InterventionSection.WellBoreUnits |
| InterventionSection.DrillStringUnits |
| InterventionSection.BHAUnits |
| InterventionSection.FluidUnits |
| InterventionSection.CasingUnits |
| InterventionSection.WorkColumnsUnits |
| InterventionSection.CentralizersUnits |
| InterventionSection.FluidUnits |
InterventionSection.DrillStringUnits
Field | Type |
| string |
| string |
| string |
| string |
InterventionSection.BHAUnits
Field | Type |
| string |
| string |
| string |
| string |
| string |
| string |
| string |
InterventionSection.WellBoreUnits
Field | Type |
| string |
| string |
| string |
| string |
| string |
InterventionSection.CasingUnits
Field | Type |
| string |
| string |
| string |
| string |
InterventionSection.WorkColumn
Field | Type |
| double |
| double |
| double |
| ToolJointsTypeConfig |
InterventionSection.Centralizer
Field | Type |
| string |
| string |
| string |
| string |
| string |
| string |
| string |
| string |
InterventionSection.FluidUnits
Field | Type |
| string |
| string |
| string |
| string |
| string |
| string |
| string |
| string |
| double |
| double |
Last updated