Changes between Version 19 and Version 20 of IOHN/AutoConRig/TrippingUseCases

Show
Ignore:
Timestamp:
01/20/09 12:18:02 (15 years ago)
Author:
robertewald (IP: 85.19.67.218)
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • IOHN/AutoConRig/TrippingUseCases

    v19 v20  
    3535 1. Lower the drill string (opposite direction to pull). 
    3636 1. Connect the mud pump and apply a reduced flow rate, observer the pump pressure two possible cases: 
     37 
     38 
     39 
     40 
     41 
     42 
     43 
     44 
     45 
     46 
     47 
     48 
     49 
     50 
     51 
     52 
     53 
     54 
     55 
     56 
     57 
     58 
     59 
     60 
     61 
     62 
     63 
     64 
     65 
     66 
     67 
     68 
     69 
     70 
     71 
     72 
     73 
     74 
     75 
     76 
     77 
     78 
     79 
     80 
     81 
     82 
     83 
     84 
     85 
     86 
     87 
     88 
     89 
     90 
     91 
     92 
     93 
     94 
     95 
     96 
     97 
     98 
     99 
     100 
     101 
     102 
     103 
     104 
     105 
     106 
     107 
     108 
     109 
     110 
     111 
     112 
     113 
     114 
     115 
     116 
     117 
     118 
     119 
     120 
     121 
     122 
     123 
     124 
     125 
     126 
     127 
     128 
    37129   a. If pump pressure stabilized: 
    38130     i. Circulate with an appropriate mud if the existing one does not do the job (requires automation in mud mixing). Increase the flow rate to the recommended flow rate. 
     
    60152 
    61153'''NB 3''' The gas kick scenario was covered by CODIO case study 1. 
     154 
     155{{{  
     156#!graphviz.dot 
     157digraph G { overlap=false; 
     158node [fontname=Arial, fontsize=6, color=grey80, fillcolor=grey95, fontcolor=red3, style=filled, width=1, shape=box]; 
     159edge [color=grey50 ]; 
     160start [label="Manual\nTrip-in", fillcolor=grey90, fontcolor=black] 
     161powerloss [label="PowerLoss"]; 
     162aboveshoe [label="Drillbit is above\ncasing shoe"]; 
     163slightbelowshoe [label="Drillbit is less\nthan one stand\nbelow casing shoe"]; 
     164deepinopenhole [label="Drillbit is more\nthan one stand\nabove bottom hole"]; 
     165atbottom [label="Drillbit is less\nthan one stand\nfrom bottom hole"]; 
     166packoffdetect [label="Pack-off detected"]; 
     167updown [label="continuously move\nstand up\nand down"] 
     168stop [label="reduce speed to\n zero following\na curve"] 
     169pullout [label="Pull out as much\nas possible"] 
     170halfstand [label="elevate or lower\n to half a stand\n above drillfloor"] 
     171inslips [label="Activate\nIn-Slips\nsequence"] 
     172poweron [label="Power\nreturns"] 
     173holeclean [label="detect clean hole"] 
     174largekick [label="large kick detected",shape=diamond] 
     175topdrive [label="Topdrive connected",shape=diamond] 
     176mudpump [label="Mudpump connected", shape=diamond] 
     177pressure [label="detect stable\nmud pressure", shape=diamond] 
     178  subgraph cluster_1 { 
     179    aboveshoe; 
     180    slightbelowshoe; 
     181    deepinopenhole; 
     182    atbottom; 
     183  } 
     184  start -> powerloss ; 
     185  powerloss -> aboveshoe ; 
     186  powerloss -> slightbelowshoe -> "Pull up until\nabove casing shoe" -> stop; 
     187  powerloss -> deepinopenhole ; 
     188  powerloss -> atbottom ; 
     189  aboveshoe -> stop -> inslips; 
     190  atbottom -> pullout -> updown; 
     191  pullout -> packoffdetect; 
     192  deepinopenhole -> halfstand; 
     193  halfstand -> updown; 
     194  updown -> poweron; 
     195  inslips -> poweron; 
     196  subgraph cluster_0 { 
     197    updown -> topdrive -> "rotate as per\ncurve" 
     198    updown -> mudpump-> "pump as per\ncurve" 
     199  } 
     200  packoffdetect -> pressure -> "increase mud flow\nrate" -> holeclean; 
     201  pressure -> "stop pump (curve)" -> "Stuck pipe" 
     202  holeclean -> pullout; 
     203  updown -> largekick -> "Activate BOP"; 
     204  updown -> "small kick detected" -> updown; 
     205} 
     206}}} 
Home
About PCA
Reference Data Services
Projects
Workgroups