# Steam Injection Design AI Agent Connect

> Design steam injection processes for heavy oil recovery, calculating injection rates, steam quality, and expected oil recovery.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_qRNaWHiRiGsXxFYPPkcU7njWtibu11y1rdPfyrwt/ai-agent-connect
- **Tags:** steam-injection, eor, heavy-oil, reservoir-engineering, thermal-recovery

## Description

This MCP server provides specialized tools for designing thermal enhanced oil recovery (EOR) processes. It allows AI agents to calculate optimal steam injection rates using `get_injection_rate`, determine steam quality with `calculate_steam_properties`, define well pattern geometry via `design_pattern_geometry`, and predict total oil recovery using `estimate_oil_recovery`. The design accounts for critical reservoir factors like viscosity, depth, thickness, and gravity override to ensure efficient heat delivery and oil movement.

## Tools

### get_injection_rate
Determines the optimal rate of steam injection based on reservoir properties and steam supply

### design_pattern_geometry
Determines the spatial arrangement and size of the well patterns

### calculate_steam_properties
Calculates the necessary steam quality and characteristics for the design

### estimate_oil_recovery
Predicts the total volume of oil that can be recovered using the designed steam injection parameters

## Prompt Examples

**Prompt:** 
```
What is the optimal steam injection rate for an oil with 500 cP viscosity at 1000m depth, 50m thickness, and 500 units of steam availability?
```

**Response:** 
```
The optimal steam injection rate is 125.5 units, optimized for the reservoir.
```

**Prompt:** 
```
Calculate the steam quality if the injection rate is 150 and steam availability is 200.
```

**Response:** 
```
The calculated steam quality is 0.75 with a thermal efficiency of 0.82.
```

**Prompt:** 
```
Estimate the oil recovery for 200 cP oil, 150 injection rate, 500 pattern size, 0.8 steam quality, and 40m thickness.
```

**Response:** 
```
The expected oil recovery is 12,500 barrels with a recovery factor of 0.35.
```

## Frequently Asked Questions

**How do I calculate the optimal steam injection rate?**
You can use the `get_injection_rate` tool by providing the oil viscosity, reservoir depth, thickness, and available steam supply.

**Can this tool predict the total oil recovered?**
Yes, the `estimate_oil_recovery` tool predicts the total volume of oil recovered and the recovery factor based on your design parameters.

**Does the design account for gravity override?**
Yes, the `design_pattern_geometry` tool considers reservoir thickness and steam quality to adjust pattern size for gravity override effects.
