# Thermal Recovery Design AI Agent Connect

> Simulate and optimize thermal enhanced oil recovery (EOR) projects.

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

## Description

This MCP server provides specialized engineering tools for designing thermal enhanced oil recovery (EOR) projects. It allows AI agents to calculate optimal steam injection rates using `calculate_steam_injection_rate`, design efficient well configurations with `design_well_pattern`, and predict total yield via `estimate_oil_recovery`. Additionally, it can quantify energy dissipation through `analyze_thermal_losses` to ensure project efficiency.

## Tools

### analyze_thermal_losses
Quantifies the energy lost to the non-productive layers

### calculate_steam_injection_rate
Determines the optimal rate of steam injection required to maintain a stable thermal front

### design_well_pattern
Determines the optimal spatial configuration and distance between wells

### estimate_oil_recovery
Predicts the total volume of oil that can be successfully recovered

## Prompt Examples

**Prompt:** 
```
What is the optimal steam injection rate for a reservoir with 50 cP viscosity, 20m thickness, and 2.0 thermal conductivity at 250 degrees?
```

**Response:** 
```
The optimal steam injection rate is 150.5 units per hour with an energy efficiency of 72%.
```

**Prompt:** 
```
Design a five-spot well pattern for a 15m thick reservoir with 100 cP viscosity and a steam injection rate of 200.
```

**Response:** 
```
The optimal pattern size is 45m with a well spacing of 31.8m using the five-spot configuration.
```

**Prompt:** 
```
Estimate the oil recovery for a reservoir 500m deep, 30m thick, with a 100m pattern size, 80 cP viscosity, and 250 steam injection rate.
```

**Response:** 
```
The expected oil recovery is 1,250,000 barrels with a recovery factor of 35% and an efficiency loss of 12%.
```

## Frequently Asked Questions

**How do I calculate the required steam injection rate?**
You can use the `calculate_steam_injection_rate` tool by providing the oil viscosity, reservoir thickness, thermal conductivity, and your target temperature.

**Can I predict the total oil recovery for my reservoir?**
Yes, the `estimate_oil_recovery` tool predicts the total volume of oil that can be successfully recovered based on reservoir depth, thickness, pattern size, and injection rate.

**How does this tool handle heat loss to surrounding rock?**
The `analyze_thermal_losses` tool specifically quantifies energy lost to the overburden and underburden layers.
