Wellbores are generally drilled into the earth along a planned trajectory using a bottom hole assembly (BHA) at the lower end of a drill string. Oftentimes, multiple different BHAs may be available, and each BHA may drill the wellbore differently than the other BHAs. A user (e.g., a directional driller or DD) at the wellsite is tasked with selecting one of the BHAs to drill the particular wellbore. However, there are many factors that may be considered when selecting a BHA, and the analysis may be complicated and time-consuming. Therefore, what is needed is a system and method for evaluating BHAs in a simulated environment.
This summary is provided to introduce a selection of concepts that are further described below in the detailed description. This summary is not intended to identify key or essential features of the claimed subject matter, nor is it intended to be used as an aid in limiting the scope of the claimed subject matter.
A method for evaluating one or more bottom hole assemblies (BHAs) is disclosed. The method includes receiving a plurality of inputs. The inputs include one or more properties of the one or more BHAs, a planned trajectory of a wellbore, and one or more properties of a subterranean formation into which the wellbore will be drilled. The method also includes simulating drilling the wellbore in the subterranean formation based at least partially upon the inputs. Drilling of the wellbore is simulated with one or more artificial intelligence (AI) agents. Drilling of the wellbore is simulated a plurality of times using each of the one or more BHAs, thereby producing a plurality of simulations. Each simulation is generated using a different one of the AI agents. The method also includes generating one or more outputs in response to simulating drilling the wellbore.
A non-transitory computer-readable medium is also disclosed. The medium stores instructions that, when executed by at least one processor of a computing system, cause the computing system to perform operations. The operations include receiving a plurality of inputs. The inputs include one or more properties of a plurality of bottom hole assemblies (BHAs). The one or more properties include a size of a drill bit of the BHAs, a size of a motor of the BHAs, an amount of bend in the BHAs, or a combination thereof. The inputs also include a planned trajectory of a wellbore. The inputs also include one or more properties of a subterranean formation into which the wellbore will be drilled. The operations also include simulating drilling the wellbore in the subterranean formation based at least partially upon the inputs. Drilling of the wellbore is simulated with one or more artificial intelligence (AI) agents. Drilling of the wellbore is simulated a plurality of times using each of the BHAs, thereby producing at least a first simulation and a second simulation for each BHA. The one or more properties of the subterranean formation are different for the first and second simulations. The operations also include generating a plurality of outputs in response to simulating drilling the wellbore. A first of the outputs includes a reward.
A computing system is also disclosed. The computing system includes one or more processors and a memory system. The memory system includes one or more non-transitory computer-readable media storing instructions that, when executed by at least one of the one or more processors, cause the computing system to perform operations. The operations include receiving a plurality of inputs. The inputs include one or more properties of a plurality of bottom hole assemblies (BHAs). The one or more properties include a size of a drill bit of the BHAs, a size of a motor of the BHAs, an amount of bend in the BHAs, or a combination thereof. The inputs also include a planned trajectory of a wellbore. The inputs also include one or more properties of a subterranean formation into which the wellbore will be drilled. The operations also include simulating drilling the wellbore in the subterranean formation based at least partially upon the inputs. Drilling of the wellbore is simulated with one or more artificial intelligence (AI) agents. Drilling of the wellbore is simulated a plurality of times using each of the BHAs, thereby producing at least a first simulation and a second simulation for each BHA. The one or more properties of the BHAs and the planned trajectory of the wellbore remain the same for the first and second simulations. The one or more properties of the subterranean formation are different for the first and second simulations. The operations also include generating a plurality of outputs in response to simulating drilling the wellbore. The plurality of outputs include a direction of a tool face of the BHAs for each of the simulations, a simulated trajectory of the wellbore for each of the simulations, a tortuosity of the simulated trajectory for each of the simulations, a dog-leg severity (DLS) for each of the simulations, a reward for each of the simulations, and a success rate for each of the BHAs. The operations also include selecting one of the BHAs based at least partially upon the one or more outputs. The operations also include causing a drilling rig to drill the wellbore in the subterranean formation using the selected BHA.
The accompanying drawings, which are incorporated in and constitute a part of this specification, illustrate embodiments of the present teachings and together with the description, serve to explain the principles of the present teachings. In the figures:
Reference will now be made in detail to embodiments, examples of which are illustrated in the accompanying drawings and figures. In the following detailed description, numerous specific details are set forth in order to provide a thorough understanding of the invention. However, it will be apparent to one of ordinary skill in the art that the invention may be practiced without these specific details. In other instances, well-known methods, procedures, components, circuits, and networks have not been described in detail so as not to unnecessarily obscure aspects of the embodiments.
It will also be understood that, although the terms first, second, etc. may be used herein to describe various elements, these elements should not be limited by these terms. These terms are only used to distinguish one element from another. For example, a first object or step could be termed a second object or step, and, similarly, a second object or step could be termed a first object or step, without departing from the scope of the present disclosure. The first object or step, and the second object or step, are both, objects or steps, respectively, but they are not to be considered the same object or step.
The terminology used in the description herein is for the purpose of describing particular embodiments and is not intended to be limiting. As used in this description and the appended claims, the singular forms “a,” “an” and “the” are intended to include the plural forms as well, unless the context clearly indicates otherwise. It will also be understood that the term “and/or” as used herein refers to and encompasses any possible combinations of one or more of the associated listed items. It will be further understood that the terms “includes,” “including,” “comprises” and/or “comprising,” when used in this specification, specify the presence of stated features, integers, steps, operations, elements, and/or components, but do not preclude the presence or addition of one or more other features, integers, steps, operations, elements, components, and/or groups thereof. Further, as used herein, the term “if” may be construed to mean “when” or “upon” or “in response to determining” or “in response to detecting,” depending on the context.
Attention is now directed to processing procedures, methods, techniques, and workflows that are in accordance with some embodiments. Some operations in the processing procedures, methods, techniques, and workflows disclosed herein may be combined and/or the order of some operations may be changed.
In the example of
In an example embodiment, the simulation component 120 may rely on entities 122. Entities 122 may include earth entities or geological objects such as wells, surfaces, bodies, reservoirs, etc. In the system 100, the entities 122 can include virtual representations of actual physical entities that are reconstructed for purposes of simulation. The entities 122 may include entities based on data acquired via sensing, observation, etc. (e.g., the seismic data 112 and other information 114). An entity may be characterized by one or more properties (e.g., a geometrical pillar grid entity of an earth model may be characterized by a porosity property). Such properties may represent one or more measurements (e.g., acquired data), calculations, etc.
In an example embodiment, the simulation component 120 may operate in conjunction with a software framework such as an object-based framework. In such a framework, entities may include entities based on pre-defined classes to facilitate modeling and simulation. A commercially available example of an object-based framework is the MICROSOFT® .NET® framework (Redmond, Washington), which provides a set of extensible object classes. In the .NET® framework, an object class encapsulates a module of reusable code and associated data structures. Object classes can be used to instantiate object instances for use in by a program, script, etc. For example, borehole classes may define objects for representing boreholes based on well data.
In the example of
As an example, the simulation component 120 may include one or more features of a simulator such as the ECLIPSE™ reservoir simulator (Schlumberger Limited, Houston Texas), the INTERSECT™ reservoir simulator (Schlumberger Limited, Houston Texas), etc. As an example, a simulation component, a simulator, etc. may include features to implement one or more meshless techniques (e.g., to solve one or more equations, etc.). As an example, a reservoir or reservoirs may be simulated with respect to one or more enhanced recovery techniques (e.g., consider a thermal process such as SAGD, etc.).
In an example embodiment, the management components 110 may include features of a commercially available framework such as the PETREL® seismic to simulation software framework (Schlumberger Limited, Houston, Texas). The PETREL® framework provides components that allow for optimization of exploration and development operations. The PETREL® framework includes seismic to simulation software components that can output information for use in increasing reservoir performance, for example, by improving asset team productivity. Through use of such a framework, various professionals (e.g., geophysicists, geologists, and reservoir engineers) can develop collaborative workflows and integrate operations to streamline processes. Such a framework may be considered an application and may be considered a data-driven application (e.g., where data is input for purposes of modeling, simulating, etc.).
In an example embodiment, various aspects of the management components 110 may include add-ons or plug-ins that operate according to specifications of a framework environment. For example, a commercially available framework environment marketed as the OCEAN® framework environment (Schlumberger Limited, Houston, Texas) allows for integration of add-ons (or plug-ins) into a PETREL® framework workflow. The OCEAN® framework environment leverages .NET® tools (Microsoft Corporation, Redmond, Washington) and offers stable, user-friendly interfaces for efficient development. In an example embodiment, various components may be implemented as add-ons (or plug-ins) that conform to and operate according to specifications of a framework environment (e.g., according to application programming interface (API) specifications, etc.).
As an example, a framework may include features for implementing one or more mesh generation techniques. For example, a framework may include an input component for receipt of information from interpretation of seismic data, one or more attributes based at least in part on seismic data, log data, image data, etc. Such a framework may include a mesh generation component that processes input information, optionally in conjunction with other information, to generate a mesh.
In the example of
As an example, the domain objects 182 can include entity objects, property objects and optionally other objects. Entity objects may be used to geometrically represent wells, surfaces, bodies, reservoirs, etc., while property objects may be used to provide property values as well as data versions and display parameters. For example, an entity object may represent a well where a property object provides log information as well as version information and display information (e.g., to display the well as part of a model).
In the example of
In the example of
As mentioned, the system 100 may be used to perform one or more workflows. A workflow may be a process that includes a number of worksteps. A workstep may operate on data, for example, to create new data, to update existing data, etc. As an example, a may operate on one or more inputs and create one or more results, for example, based on one or more algorithms. As an example, a system may include a workflow editor for creation, editing, executing, etc. of a workflow. In such an example, the workflow editor may provide for selection of one or more pre-defined worksteps, one or more customized worksteps, etc. As an example, a workflow may be a workflow implementable in the PETREL® software, for example, that operates on seismic data, seismic attribute(s), etc. As an example, a workflow may be a process implementable in the OCEAN® framework. As an example, a workflow may include one or more worksteps that access a module such as a plug-in (e.g., external executable code, etc.).
In some embodiments, the system 200 may calculate risk of failure for an action. The action may be proposed by the working agents 204 in the working environment 202, and the risk may be calculated in the validation environment 206. In some embodiments, the risk may be calculated using a DQN to evaluate the following relationship:
As noted above, the working environment 202 may include multiple working agents 204. Each working agent 204 may be employed by the method 300 to generate a proposed action based on (e.g., in response to) the observable, as at 304. Proposed actions may include adjustments to toolface settings, sliding ratios, and/or other drilling parameters. The method 300 may then include synchronizing the validation environment 208 with the working environment 202, so that the validation environment 208 accurately represents the current state of the drilling environment 202, e.g., the position, operating parameters, and/or state of drilling equipment, the formation properties, etc.
The method 300 may then include stepping the proposed action with a simulator, in the validation environment 208, so as to yield a new observable, as at 308. Thus, after stepping the simulation, the validation environment 208 represents the drilling environment in a hypothetical case in which the proposed action has been implemented. The validation agent 206 may then execute action decisions on the new observable in the validation environment 206, as at 310. The validation environment 206 may then step the action decided upon by the validation agent 206 in the simulator, as at 312. The worksteps of proposing action, making decisions, and stepping in the simulator may then be repeated, e.g., until the validation agent 208 finishes a drilling analysis, e.g., until the validation environment, executing the different steps, reaches a target location. From this analysis, the method 300 may include calculating a reward using the validation agent 208. The preceding aspects may then be repeated for the remaining working agents and the actions proposed by these other working agents, if any, as indicated in
The method 300 may then select an action proposed by one of the working agents 204 based on the reward, as at 314. For example, the method 300 may include selecting a proposed action that yields the maximum reward (R) according to the drilling analysis performed by the validation agent. The action that is selected may then be returned to the working environment 204, as at 316. For example, a drilling rig may be adjusted to implement the action. The process of acquiring working agent decision steps for a remainder of the drilling may then repeat, based on the new observation obtained. This may repeat, e.g., throughout the drilling process.
The working agents 402, working environment 404, validation environment 406, and validation agent 408 interact. In particular, the working agents 402 may apply actions to the working environment 404, and receive perceptions (e.g., sensor measurements) therefrom, e.g., a state of the working environment 404. The working environment 404 may synchronize with the validation environment 406. The validation environment 406 may evaluate actions by way of simulation through the validation agent 408, which may provide results of the simulation back to the validation environment 406. Further, the working agents 404 may provide action proposal sensory synchronization to the validation agent 408, which may provide action selections back to the working agents 404. The action may then be fed to the working environment 406, which may, for example, cause a drilling rig to implement the selected drilling action.
Embodiments of the method 300 can implement the validation agent 408 to run multiple times, potentially in different configurations, for a single action proposed by one or more working agents 404. For example, the validation agent 408 can be configured to prioritize efficiency in the drilling process, or minimization of risk, to name just two examples of different possible configurations for the validation agent 408. Further, in at least some examples, two or more different (and differently configured) validation agents 408 may be provided and may be used to perform the drilling analysis separately, e.g., in parallel, to generate a reward associated with an action proposed by one or more of the working agents 402. In some embodiments, the highest total reward may be used, but in others, the average total reward or lowest total reward may be used. The reward calculated, e.g., in one of these ways, may then be compared with the rewards, calculated the same or similarly, for other proposed actions, thereby permitting the machine-generated proposed actions to be quantitatively compared and automatically selected.
Further, by providing interaction between working agents 402 and validation agents 408, passing proposals and selections back and forth, more stable decision making may result, because agreement between working agent 402 and validation agent 408 may prevent irrational choices by either. Additionally, the validation agent 408 may present an empirical evaluation through simulation.
As shown, the method 600 may include receiving an observable event and/or data in a working environment, as at 602. For example, the observable may include one or more sensor measurements representing, for example, a position of a drill bit in the earth, and a comparison thereof to a planned trajectory.
The method 600 may then include proposing a drilling action using potentially several (e.g., 1, 2, ..., N) working agents, as at 604A, 604B. Each working agent may be configured to interpret data differently, e.g., may be tuned for different types of environments, may implement rules-based algorithms, different machine-learning models (e.g., of different types or trained using different data specific to different situations).
In some embodiments, the method 600 may also include receiving a drilling action proposed by a human user, as at 604C. This drilling action, which may be based on intuition, field experience, etc. may be used as a competitive drilling action proposal, and may be evaluated alongside the machine-generated proposals.
One or more validation agents may then simulate drilling responses for the actions proposed by the working agents, as at 606. In some embodiments, one validation agent may evaluate the drilling proposals from each of the working agents. In other embodiments, different validation agents may evaluate drilling actions from different working agents. For example, a different validation agent may be used for each different working agent, or there may be overlap between the drilling proposals evaluated by the different validation agents. Thus, any combination of working agents and validation agents may be provided. In a specific embodiment, several validation agents may be used, e.g., tuned to prioritize different goals, e.g., one may be tuned for efficiency, another for speed, another for risk, another for maintaining strict adherence to a planned trajectory, etc.
In some embodiments, the validation environment, e.g., drilling parameters, geological characteristics of the subsurface domain, etc., may be modified by a user before or during the simulating at 606. For example, the method 600 may include receiving a modification to the validation environment from a human user, as at 608. The validation agents may then use the modified validation environment in order to evaluate the proposed drilling actions, which may or may not include a human-proposed drilling action.
Using the validation agent(s), the method 600 may include determining a reward for each of the proposed drilling actions based on the drilling responses calculated using the validation environment, as at 610. For example, the validation agents may simulate a drilling scenario for each of the proposed actions, determining the risk of each resulting in failure, the efficiency in the drilling process, etc. The calculation of the drilling scenario may be accomplished solely by the validation agents running through the simulation of the entire scenario, or could be accomplished by recursively pushing incremental drilling responses back to the working environment, for the working agents to then propose next actions, until the end of the drilling scenario is reached. In an embodiment, the working agents propose a set of actions, and each action is individually evaluated by the validation agent in the validation environments. When the validation agent evaluate, a projected total future reward score, or estimated total reward (ETR), is calculated for each action. The final action is the one with the maximum ETR.
In some embodiments, the reward may be a quantification of a risk of failure for a given action, e.g., the DQN equation provided above. In other embodiments, other quantifications of a reward for a proposed action may be employed. The rewards may be different as calculated between different validation agents, and thus may be combined, e.g., using an average, taking a minimum/maximum, or using any other statistical method.
The method 600 may again account for human intervention, e.g., in the form of an override. Accordingly, at 612, the method 600 may provide an opportunity for a manual override of the proposed actions, e.g., in which a human operate selects an action notwithstanding, or at least not strictly adhering to, the rewards calculation by the validation agents. If an override is received (612: Yes), the override is selected, as at 614. Otherwise (612: No), the method 600 may include selecting one of the proposed drilling actions (either a computer-generated or user-entered action) based on the calculated reward, as at 616. The method 600 may then feed the selected drilling action back to the working agent, which may cause the working environment to be manipulated, e.g., by causing the drilling rig to execute the selected action, as at 618.
System and Method for Testing and Evaluating BHAs in a Simulated Environment Using Directional Drilling Artificial Intelligence (AI) Agents
The present disclosure evaluates a plurality of BHAs using one or more AI agents (e.g., working agents 204 and/or validation agents 208) in a simulated environment. For each BHA configuration, a sequence of drilling actions may be performed by the AI agents in the simulated environment. Each simulation may yield one or more outputs. One of the BHAs may then be selected based at least partially upon the outputs.
Thus, the present disclosure may test and evaluate the BHAs using the AI agents (also referred to as DD-net). In one embodiment, rather than testing a single BHA at a single depth in the simulated environment, the systems and methods described herein may test a plurality of BHAs using a plurality of configurations with a plurality of drilling activity sequences guided by the AI agents. In other words, the multi-agent DD-net may drill a predetermined trajectory with a plurality of candidate BHAs, and outputs of the simulations may be evaluated to select one of the candidate BHAs.
The method 800 may include receiving one or more inputs, as at 802. The inputs may be received by a computing system (e.g., the computing system described below with reference to
The inputs may also or instead include the planned trajectory of the wellbore to be drilled (e.g., the width, the depth, the turns, etc.). The inputs may also or instead include the formation configuration. The formation configuration may be or include the properties of the subterranean formation into which the wellbore will be drilled (e.g., the depths of the layers, the materials of the layers, etc.). The inputs may also or instead include drilling decisions from offset wellbores.
The method 800 may also include simulating drilling a wellbore based upon the one or more inputs, as at 804. In other words, the wellbore may be drilled in a simulated environment based upon the one or more inputs. The drilling of the wellbore may be simulated by the computing system. The wellbore may be drilled one or more times in the simulated environment using each of the BHAs to be evaluated. For example, the first BHA may drill the wellbore a plurality of times in the simulated environment, the second BHA may drill the wellbore a plurality of times in the simulated environment, and so on.
The BHAs may have the properties provided in the inputs. The properties for each BHA may remain constant for each simulation. The wellbore may have the planned trajectory provided in the inputs. The planned trajectory may remain constant for each simulation. The subterranean formation into which the wellbore is drilled may have the properties provided at the inputs. The properties of the subterranean formation may vary from one simulation to the next. This may be what causes the outputs to vary from one simulation to the next.
The wellbore may be drilled (e.g., the simulation may be performed) using one or more of the AI agents. The AI agents may be selected or modified (e.g., optimized) based at least partially upon an amount of deviation from the planned drilling trajectory, the cost (e.g., time) of the drilling operation, rate of penetration (ROP), or a combination thereof.
The method 800 may also include generating one or more outputs in response to simulating drilling the wellbore, as at 806. The outputs may be generated by the computing system.
The outputs may also or instead include a direction of the tool face of the BHA (e.g., in degrees) while simulating drilling along the planned drilling trajectory, which is shown in the graph 915.
The outputs may also or instead include a deviation of the simulated drilling trajectory from the planned drilling trajectory, which is shown in the graph 925. For example, the graph 925 shows the deviation of the azimuth of the simulated drilling trajectory from the azimuth of the planned drilling trajectory on the X axis (e.g., in degrees), and the deviation of the inclination of the simulated drilling trajectory from the inclination of the planned drilling trajectory on the Y axis (e.g., in degrees). The deviation may be a maximum deviation and/or an average deviation.
The outputs may also or instead include a deviation of the simulated drilling trajectory from the planned drilling trajectory (e.g., in distance), which is shown in the graph 930. The deviation may be a maximum deviation and/or an average deviation.
The outputs may also or instead include an estimated total reward (ETR) for the AI agent performing the simulation, as shown in the graph 935. The ETR may be determined after the current simulation begins and before the current simulation ends (e.g., while drilling is partially complete). The ETR refers to a sum of a current reward for the current simulation and an estimated future reward for the current simulation. The current reward covers the beginning of the simulation to the current point in the simulation, and the future reward covers the current point in the simulation to the end of the simulation. The current reward, the future reward, or both may be based at least partially upon one or more of the other outputs (e.g., the direction of the tool face, the single action risk matrix, the deviation of the trajectory, the tortuosity, the DLS, the tool face setting, the sliding ratio setting, or a combination thereof). For example, the current reward, the future reward, or both may be based upon (1) a deviation of the other outputs from the plan during the current simulation (which may be a negative value), (2) an operational efficiency of the BHA during the current simulation (which may be a negative value), (3) drilling rewards during the current simulation (which may be a positive value), (4) how close the simulated drilling gets to the target in the current simulation (which may be a positive value), or a combination thereof.
The outputs may also or instead include a tortuosity of the simulated drilling trajectory, as shown in the graph 940. Tortuosity refers to a measure of deviation from a straight line. More particularly, it is the ratio of the actual distance traveled between two points, including any curves encountered, divided by the straight line distance.
The outputs may also or instead include an estimated dog-leg severity (DLS), as shown in the graph 945. The estimated DLS refers to the DLS capacity of the BHA in the current formation. For example, the formation DLS refers to an estimated amount of the DLS of the BHA in the current formation.
The outputs may also or instead include a measured DLS, as shown in the graph 950. The measured DLS refers to the measured DLS of the BHA in the current formation. The measured DLS may include changes in the hole curvature. The severity of a dog-leg may be determined by the averaging changes in angle and/or direction calculated on the distance over which this change occurs. For example, if there is a 3° change in angle (no direction change) over 100 feet of hole, the dog-leg severity is 3° per 100 feet. The DLS may include a maximum DLS and/or an average DLS. For example, the first BHA may have an average DLS of 23°/100 feet, the second BHA may have an average DLS of 17°/100 feet, the third BHA may have an average DLS of 20°/100 feet, and the fourth BHA may have an average DLS of 15°/100 feet.
The outputs may also or instead include a tool face setting of the BHA, as shown in the graph 955. The tool face setting refers to a direction that the BHA is facing while being steered.
The outputs may also or instead include a sliding ratio setting, as shown in the graph 960. The sliding ratio setting refers to a ratio and/or percentage of distance that the BHA is sliding while drilling the wellbore. The remaining ratio and/or percentage is the distance that the BHA is rotating while drilling the wellbore. The sliding ratio may be determined at different depths.
The outputs may also or instead include a distance between the estimated location of the drill bit and the actual location of the drill bit, as shown in the graph 965.
The outputs may also or instead include a success rate (or failure) rate for each of the BHAs being evaluated. Table 1 below illustrates a plurality of simulations for each of the BHAs and the corresponding success rates for each BHA. In the example in Table 1, the first BHA has the highest success rate. In one embodiment, a successful outcome occurs when the BHA drills to within a predetermined distance (e.g., 5 meters) from a target location during a simulation, and an unsuccessful outcome occurs when the BHA does not drill to within the predetermined distance.
The outputs may also or instead include the cost in time and/or operation for each of the BHAs to be evaluated. The cost in time refers to the amount of time/operation that it takes to drill the wellbore in the simulated environment.
The outputs may also or instead include a drill bit predictability. The bit predictability refers to how accurately the location of the drill bit can be predicted.
The graph 1410 illustrates an average of the average tortuosity for each BHA. As mentioned above, a plurality of simulations may be performed for each BHA. Each simulation may include an average tortuosity. The average of the average tortuosity for the first BHA is 0.28, the average of the average tortuosity for the second BHA is 0.12, the average of the average tortuosity for the third BHA is 0.14, and the average of the average tortuosity for the fourth BHA is 0.05.
The graph 1415 illustrates an average of the total operation reward for each BHA. As mentioned above, a plurality of simulations may be performed for each BHA. Each simulation may include a total operation reward. The total operation reward may be based upon the operational efficiency of the BHA during the current simulation. The average of the total operation reward for the first BHA is -55.62, the average of the total operation reward for the second BHA is -61.56, the average of the total operation reward for the third BHA is -58.94, and the average of the total operation reward for the fourth BHA is -64.81.
The graph 1420 illustrates an average of the total reward for each BHA. As mentioned above, a plurality of simulations may be performed for each BHA. Each simulation may include a total reward. The total reward may be calculated while drilling and include the deviation from the plan, the operational efficiency, the drilling rewards, and the drilling to target. The average of the total reward for the first BHA is 364.09, the average of the total reward for the second BHA is 73.11, the average of the total reward for the third BHA is 236.03, and the average of the total reward for the fourth BHA is -192.76.
The graph 1425 illustrates an average of the standard deviation of the DLS for each BHA. As mentioned above, a plurality of simulations may be performed for each BHA. Each simulation may include a standard deviation of the DLS. The average of the standard deviation of the DLS for the first BHA is 4.72, the average of the standard deviation of the DLS for the second BHA is 3.96, the average of the standard deviation of the DLS for the third BHA is 4.16, and the average of the standard deviation of the DLS for the fourth BHA is 2.58.
The graph 1430 illustrates an average of the maximum tortuosity for each BHA. As mentioned above, a plurality of simulations may be performed for each BHA. Each simulation may include a maximum tortuosity. The average of the maximum tortuosity for the first BHA is 2.58, the average of the maximum tortuosity for the second BHA is 1.04, the average of the maximum tortuosity for the third BHA is 1.41, and the average of the maximum tortuosity for the fourth BHA is 0.51.
The graph 1435 illustrates an average of the average deviation for each BHA. As mentioned above, a plurality of simulations may be performed for each BHA. Each simulation may include an average deviation from the planned wellbore trajectory. The average of the average deviation for the first BHA is 9.4, the average of the average deviation for the second BHA is 14.71, the average of the average deviation for the third BHA is 11.76, and the average of the average deviation for the fourth BHA is 18.59.
The graph 1440 illustrates an average score for each BHA. As mentioned above, a plurality of simulations may be performed for each BHA. Each simulation may include an average score. The average score represents the final total reward after the simulated drilling is complete. The average score for the first BHA is 11458, the average score for the second BHA is 11273, the average score for the third BHA is 11726, and the average score for the fourth BHA is 7101.
The graph 1445 illustrates an average of the average DLS for each BHA. As mentioned above, a plurality of simulations may be performed for each BHA. Each simulation may include an average DLS. The average of the average DLS for the first BHA is 11.56, the average of the average DLS for the second BHA is 11.69, the average of the average DLS for the third BHA is 11.61, and the average of the average DLS for the fourth BHA is 11.15.
The graph 1450 illustrates an average of the average sliding ratio for each BHA. As mentioned above, a plurality of simulations may be performed for each BHA. Each simulation may include an average sliding ratio. The average of the average sliding ratio for the first BHA is 0.76, the average of the average sliding ratio for the second BHA is 0.87, the average of the average sliding ratio for the third BHA is 0.82, and the average of the average sliding ratio for the fourth BHA is 0.94.
Referring again to
The method 800 may also include selecting one of the BHAs based at least partially upon the one or more outputs, as at 810. The selection may be performed by the computing system or by a user (e.g., a directional driller). The BHA may be selected to drill the wellbore along the planned trajectory in the real (e.g., non-simulated) subterranean formation. In one embodiment, the BHA may be selected based at least partially upon the reward (e.g., graph 935 and/or graph 1820). In another embodiment, different weights may be applied to a plurality of the outputs, and the BHA may be selected based at least partially upon the weighted outputs.
The method 800 may also include causing a drilling rig to drill a wellbore using the selected BHA, as at 812. For example, the computing system may transmit a signal to the drilling rig to cause the drilling rig to drill the wellbore using the selected BHA. The wellbore may be drilled along the planned trajectory in the real (e.g., non-simulated) subterranean formation.
In some embodiments, the methods of the present disclosure may be executed by a computing system.
A processor may include a microprocessor, microcontroller, processor module or subsystem, programmable integrated circuit, programmable gate array, or another control or computing device.
The storage media 1506 may be implemented as one or more computer-readable or machine-readable storage media. Note that while in the example embodiment of
In some embodiments, computing system 1500 contains one or more BHA evaluation module(s) 1508. In the example of computing system 1500, computer system 1501A includes the BHA evaluation module 1508. In some embodiments, a single BHA evaluation module may be used to perform some aspects of one or more embodiments of the methods disclosed herein. In other embodiments, a plurality of BHA evaluation modules may be used to perform some aspects of methods herein.
It should be appreciated that computing system 1500 is merely one example of a computing system, and that computing system 1500 may have more or fewer components than shown, may combine additional components not depicted in the example embodiment of
Further, the steps in the processing methods described herein may be implemented by running one or more functional modules in information processing apparatus such as general purpose processors or application specific chips, such as ASICs, FPGAs, PLDs, or other appropriate devices. These modules, combinations of these modules, and/or their combination with general hardware are included within the scope of the present disclosure.
Computational interpretations, models, and/or other interpretation aids may be refined in an iterative fashion; this concept is applicable to the methods discussed herein. This may include use of feedback loops executed on an algorithmic basis, such as at a computing device (e.g., computing system 1500,
The foregoing description, for purpose of explanation, has been described with reference to specific embodiments. However, the illustrative discussions above are not intended to be exhaustive or limiting to the precise forms disclosed. Many modifications and variations are possible in view of the above teachings. Moreover, the order in which the elements of the methods described herein are illustrate and described may be re-arranged, and/or two or more elements may occur simultaneously. The embodiments were chosen and described in order to best explain the principles of the disclosure and its practical applications, to thereby enable others skilled in the art to best utilize the disclosed embodiments and various embodiments with various modifications as are suited to the particular use contemplated.