# SAGD Process Design AI Agent Connect

> Model Steam Assisted Gravity Drainage processes using Butler's analytical models.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_8LFCg66sHYhawI0AHkPtmpdacHO6ZvjAcyLCL7P0/ai-agent-connect
- **Tags:** sagd, bitumen, reservoir-modeling, thermal-recovery, heavy-oil

## Description

This MCP server provides specialized engineering tools for modeling Steam Assisted Gravity Drainage (SAGD) processes. It uses Butler's analytical framework to calculate critical recovery metrics. Use `get_production_forecast` to predict oil recovery rates and steam-oil ratios. Use `optimize_well_geometry` to determine the ideal vertical spacing between injector and producer wells. The server also includes `analyze_heterogeneity_impact` to assess how reservoir variations affect steam chamber growth and `calculate_steam_requirements` to estimate daily steam demand and energy needs.

## Tools

### analyze_heterogeneity_impact
Evaluates how variations in rock properties will affect the steam chamber

### calculate_steam_requirements
Determines the amount of steam needed to sustain the process for a specific period

### get_production_forecast
Predicts the expected oil recovery rate based on current reservoir and well parameters

### optimize_well_geometry
Recommends the ideal vertical distance between wells to maximize efficiency

## Prompt Examples

**Prompt:** 
```
What is the expected oil production rate for a reservoir with 2.0 Darcy permeability, 500 cP viscosity, 30m thickness, and 5m well spacing?
```

**Response:** 
```
The predicted production rate is 450 barrels per day with an estimated SOR of 2.8 and a chamber rise rate of 0.15 m/day.
```

**Prompt:** 
```
Recommend the best vertical spacing for a reservoir with 1.5 Darcy permeability, 800 cP viscosity, and a target SOR of 3.0.
```

**Response:** 
```
The optimal vertical spacing is 6.5 meters, providing an expected efficiency rating of 0.85.
```

**Prompt:** 
```
How much steam will I need daily for a 40m thick reservoir with 2.5 Darcy permeability to produce 500 barrels of oil per day at 400 cP viscosity?
```

**Response:** 
```
The daily steam demand is 1,400 barrels per day, with a total energy requirement of 12.5 million BTU and an estimated process duration of 1,200 days.
```

## Frequently Asked Questions

**What models are used for production forecasting?**
The server utilizes Butler's analytical models to predict oil production rates and steam-oil ratios.

**Can I optimize my well placement?**
Yes, you can use the `optimize_well_geometry` tool to find the recommended vertical distance between wells to maximize efficiency.

**How does reservoir heterogeneity affect my design?**
You can use `analyze_heterogeneity_impact` to evaluate how variations in rock properties might delay steam chamber growth or reduce recovery.
