# In-Situ Combustion Design AI Agent Connect

> Simulate and optimize fire flood processes by scaling combustion tube data to field-scale operations.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_UIlav5A9MAh0STFQ8nSk92ICuOnZE0ajki7Y3Keg/ai-agent-connect
- **Tags:** eor, combustion, reservoir-engineering, fire-flood, petroleum

## Description

This MCP server provides engineering tools to design and optimize in-situ combustion (ISC) processes. It allows users to scale laboratory combustion tube results to full-scale reservoir operations by calculating critical parameters like air injection rates, fuel consumption, and burn front velocity. Use `calculate_air_injection_rate` to stabilize the combustion front, `predict_fuel_consumption` to estimate oil loss, `estimate_burn_front_velocity` to predict front migration, and `evaluate_recovery_efficiency` to assess total oil recovery and breakthrough risks.

## Tools

### calculate_air_injection_rate
Determines the required rate of air injection to maintain a stable combustion front

### estimate_burn_front_velocity
Predicts how fast the combustion front will migrate through the reservoir

### evaluate_recovery_efficiency
Calculates the expected oil recovery based on combustion parameters and breakthrough risks

### predict_fuel_consumption
Estimates how much oil will be consumed to sustain the combustion process

## Prompt Examples

**Prompt:** 
```
What air injection rate do I need for a reservoir of 500,000 m3 with a target velocity of 0.05 m/day, 0.21 oxygen, and 0.15 permeability?
```

**Response:** 
```
The required air injection rate is 1250.5 m3/day with an expected pressure drop of 15.2 bar.
```

**Prompt:** 
```
How much oil will be consumed if the initial saturation is 0.7, efficiency is 0.4, and the burn front volume is 50,000 m3?
```

**Response:** 
```
The total fuel consumed will be 14,000 m3, leaving 21,000 m3 of residual oil.
```

**Prompt:** 
```
Predict the front velocity for an injection rate of 1000 m3/day, reactivity of 0.8, porosity of 0.25, and oxygen utilization of 0.7.
```

**Response:** 
```
The predicted burn front velocity is 0.12 m/day, with an estimated time until breakthrough of 450 days.
```

## Frequently Asked Questions

**How can I determine the required air supply?**
You can use the `calculate_air_injection_rate` tool to determine the necessary air volume per unit of time based on your reservoir volume and target front velocity.

**Can I predict when air might reach the production well?**
Yes, the `estimate_burn_front_velocity` tool provides an estimated time until breakthrough, helping you manage oxygen utilization and prevent premature air arrival.

**How is the total oil recovery calculated?**
The `evaluate_recovery_efficiency` tool calculates the expected recovery factor and volume by weighing the oil in place against front velocity and breakthrough risks.
