# Wellbore Pressure Drop Model AI Agent Connect

> Calculates multiphase pressure profiles and flow regimes in wellbores.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_1a6lOT23QUcipC9VEVxy0oDG1rDG5UpjJHOHLLnV/ai-agent-connect
- **Tags:** wellbore, multiphase-flow, pressure-drop, petroleum-engineering, fluid-dynamics

## Description

This MCP server provides specialized engineering tools to simulate fluid production in wellbores. It accounts for multiphase flow dynamics, phase slip, and varying inclination angles. Using established correlations like Hagedorn-Brown and Beggs-Brill, it calculates the complete pressure profile, bottomhole pressure, and wellhead pressure. You can also use `analyze_flow_regime` to identify specific flow patterns like slug or annular flow at any depth.

## Tools

### calculate_pressure_profile
Generates a complete map of pressure changes at specific depth intervals along the entire wellbore

### analyze_flow_regime
Identifies the specific pattern of fluid movement (e.g., slug flow) at a given point in the well

### get_bottomhole_pressure
Determines the pressure at the very bottom of the well

### get_wellhead_pressure
Calculates the surface pressure based on a known bottomhole pressure and the resistance encountered during ascent

## Prompt Examples

**Prompt:** 
```
Calculate the pressure profile for a vertical well with a flow rate of 500 m3/day, density of 800 kg/m3, viscosity of 0.001 Pa·s, diameter of 0.15m, depth of 2000m, and a temperature gradient of 0.03 C/m using Hagedorn-Brown.
```

**Response:** 
```
The calculated pressure profile shows a starting bottomhole pressure of 16.5 MPa and a wellhead pressure of 12.2 MPa at the surface.
```

**Prompt:** 
```
What is the flow regime at 500m depth for this well?
```

**Response:** 
```
At a depth of 500m, the flow regime is identified as slug flow with a slip velocity of 1.2 m/s.
```

**Prompt:** 
```
Find the bottomhole pressure if the wellhead pressure is 5 MPa and the profile is provided.
```

**Response:** 
```
The bottomhole pressure at the maximum depth is 14.8 MPa.
```

## Frequently Asked Questions

**Which flow correlations are supported?**
The model supports Hagedorn-Brown, Beggs-Brill, and Duns-Ros correlations.

**Can I determine the flow pattern at a specific depth?**
Yes, you can use the `analyze_flow_regime` tool to identify the flow regime and slip velocity at any given depth.

**How does inclination affect the results?**
The inclination angle is a critical input for `calculate_pressure_profile` as it determines the hydrostatic component of the pressure drop.
