Build up Rate Calculation Pdf

Build-Up Rate (BUR) Calculator for Directional Drilling body { font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif; line-height: 1.6; color: #333; max-width: 800px; margin: 0 auto; padding: 20px; background-color: #f4f7f6; } .calculator-container { background: #ffffff; padding: 30px; border-radius: 12px; box-shadow: 0 4px 15px rgba(0,0,0,0.1); margin-bottom: 40px; border-top: 5px solid #0056b3; } .calc-title { text-align: center; color: #0056b3; margin-bottom: 25px; font-size: 24px; font-weight: 700; } .input-group { margin-bottom: 20px; } .input-group label { display: block; margin-bottom: 8px; font-weight: 600; color: #444; } .input-group input { width: 100%; padding: 12px; border: 1px solid #ddd; border-radius: 6px; font-size: 16px; box-sizing: border-box; transition: border-color 0.3s; } .input-group input:focus { border-color: #0056b3; outline: none; } .help-text { font-size: 12px; color: #666; margin-top: 4px; } button.calc-btn { width: 100%; padding: 15px; background-color: #0056b3; color: white; border: none; border-radius: 6px; font-size: 18px; font-weight: bold; cursor: pointer; transition: background-color 0.3s; } button.calc-btn:hover { background-color: #004494; } .result-box { margin-top: 25px; padding: 20px; background-color: #eef7ff; border-radius: 8px; border-left: 5px solid #0056b3; display: none; } .result-item { margin-bottom: 15px; padding-bottom: 15px; border-bottom: 1px solid #dcebf7; } .result-item:last-child { border-bottom: none; margin-bottom: 0; padding-bottom: 0; } .result-label { font-size: 14px; color: #555; text-transform: uppercase; letter-spacing: 0.5px; } .result-value { font-size: 28px; font-weight: 700; color: #0056b3; } .article-section { background: white; padding: 30px; border-radius: 12px; box-shadow: 0 2px 10px rgba(0,0,0,0.05); } .article-section h2 { color: #2c3e50; border-bottom: 2px solid #eee; padding-bottom: 10px; margin-top: 30px; } .article-section h3 { color: #34495e; margin-top: 20px; } .article-section p, .article-section ul { color: #555; } .formula-box { background-color: #f8f9fa; padding: 15px; border-left: 4px solid #6c757d; font-family: monospace; margin: 15px 0; } table { width: 100%; border-collapse: collapse; margin: 20px 0; } table, th, td { border: 1px solid #ddd; } th, td { padding: 12px; text-align: left; } th { background-color: #f4f7f6; }
Directional Drilling BUR Calculator
The angle of the wellbore at the start of the section.
The desired or achieved angle at the end of the section.
The measured depth (MD) distance drilled between the two survey points (Feet or Meters).
100 Feet (Standard US) 30 Meters (Standard Metric)
Defines the unit base for the rate (e.g., °/100ft or °/30m).
Build-Up Rate (BUR)
Radius of Curvature
Angle Change
function calculateBUR() { // Get input values var initInc = parseFloat(document.getElementById('initialInc').value); var finalInc = parseFloat(document.getElementById('finalInc').value); var length = parseFloat(document.getElementById('courseLength').value); var standard = parseFloat(document.getElementById('standardLength').value); var resultBox = document.getElementById('result'); // Validation if (isNaN(initInc) || isNaN(finalInc) || isNaN(length) || length === 0) { alert("Please enter valid numerical values. Interval Length cannot be zero."); resultBox.style.display = "none"; return; } // Calculation Logic // 1. Calculate the absolute change in angle var angleDiff = Math.abs(finalInc – initInc); // 2. Calculate BUR: (Change in Angle / Course Length) * Standard Length var bur = (angleDiff / length) * standard; // 3. Calculate Radius of Curvature: R = (Standard Length * 180) / (BUR * Pi) // Alternatively: R = 57.2958 / (BUR / Standard) // If BUR is 0, Radius is infinite. var radius = 0; var radiusText = ""; if (bur === 0) { radiusText = "Infinite (Tangent Section)"; } else { // Constant 57.2958 is 180/PI radius = (180 / Math.PI) * (standard / bur); radiusText = radius.toFixed(2) + " units"; } // Display Results document.getElementById('burResult').innerHTML = bur.toFixed(2) + "° / " + standard + " units"; document.getElementById('radiusResult').innerHTML = radiusText; document.getElementById('angleChangeResult').innerHTML = angleDiff.toFixed(2) + "°"; // Show result container resultBox.style.display = "block"; }

Understanding Build-Up Rate (BUR) in Directional Drilling

In directional drilling and well planning, the Build-Up Rate (BUR) is a critical parameter that defines how quickly the inclination of a wellbore increases or decreases over a specific distance. Unlike simple geometry, drilling trajectories require precise control over these rates to ensure the Bottom Hole Assembly (BHA) can navigate the formation without excessive stress or missing the geological target.

This page serves as a digital guide—replacing static "calculation PDFs"—to help drilling engineers, mud loggers, and students calculate BUR instantly. It specifically addresses the 2D plane change in inclination.

The Build-Up Rate Formula

The calculation assumes a constant curvature (circular arc) between two survey points. The fundamental formula used by the calculator above is:

BUR = (| I2 – I1 | / MDinterval) × Standard Length

Where:

  • I1: Initial Inclination (degrees)
  • I2: Final Inclination (degrees)
  • MDinterval: The measured depth drilled between the two points (Feet or Meters)
  • Standard Length: The normalization unit. In the US, this is typically 100 ft. Internationally, it is often 30 meters.

Calculation Example

To understand the logic behind the tool, let's manually calculate a scenario often found in drilling engineering exams or field reports:

Scenario: A directional driller starts a "kick-off" at a depth where the inclination is 0° (vertical). After drilling 500 feet, the inclination reaches 15°.

Parameter Value
Initial Inclination
Final Inclination 15°
Drilled Length 500 ft
Standard Base 100 ft

Step 1: Determine Angle Change
Change = |15 – 0| = 15°

Step 2: Apply BUR Formula
BUR = (15° / 500 ft) × 100 ft = 0.03 × 100 = 3°/100ft

This means for every 100 feet drilled, the angle of the well increases by 3 degrees.

Relationship with Radius of Curvature

The Build-Up Rate is inversely proportional to the radius of the curve drilled. A higher BUR implies a tighter curve (smaller radius), which can be harder for casing to pass through. This is known as the Radius of Curvature method.

Radius (R) = (180 / π) / (BUR / Standard Length) ≈ 57.3 × (Standard Length / BUR)

Why is BUR Important?

  • Casing & Cementing: High doglegs or build-up rates can prevent casing from running to the bottom.
  • Torque & Drag: Excessive BUR increases friction against the drill string.
  • Tool Limitations: Measurement While Drilling (MWD) tools and motors have specific maximum BUR limits (yield rates) to prevent mechanical failure.

FAQ: BUR vs. Dogleg Severity (DLS)

Is BUR the same as Dogleg Severity?
Not exactly. BUR specifically refers to the rate of change in inclination (vertical angle). Dogleg Severity (DLS) is a 3D measurement that accounts for changes in both inclination AND azimuth (direction). If the well is only building angle without turning left or right, the BUR and DLS are identical. If the well turns, the DLS will be higher than the BUR.

Leave a Comment