# Reservoir Compaction Model AI Agent Connect

> Quantifies reservoir deformation, subsidence, and compaction drive.

## Overview
- **Category:** energy
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_DP8imCMdf0VLdpTvW4cSWHHfRzyJiJJ8L7muoN14/ai-agent-connect
- **Tags:** reservoir, compaction, subsidence, geomechanics, petroleum

## Description

This MCP server provides specialized simulation tools to model the physical deformation of a reservoir as pore pressure declines. It allows AI agents to calculate vertical subsidence using `calculate_vertical_subsidence`, estimate energy contribution via `estimate_compaction_drive`, and predict flow degradation with `predict_permeability_loss`. It also offers a holistic view of the reservoir's mechanical state through `summarize_reservoir_impact`.

## Tools

### calculate_vertical_subsidence
Calculates the total vertical movement of the reservoir top due to compaction

### estimate_compaction_drive
Determines the volumetric contribution of compaction to the reservoir's energy

### predict_permeability_loss
Predicts how much the ability to flow is degraded by the reduction in pore space

### summarize_reservoir_impact
Provides a holistic view of the reservoir's mechanical state

## Prompt Examples

**Prompt:** 
```
Calculate the vertical subsidence for a reservoir with 0.0001 compressibility, 100m thickness, and 5MPa pressure change using uniaxial mode.
```

**Response:** 
```
The total vertical subsidence is 0.005 meters.
```

**Prompt:** 
```
What is the predicted permeability loss if initial permeability is 150mD, initial porosity is 0.25, and porosity reduction is 0.02?
```

**Response:** 
```
The final permeability is 132.4 mD, representing a 11.73% reduction.
```

**Prompt:** 
```
Estimate the compaction drive for a reservoir with 0.2 porosity, 0.0001 compressibility, 10MPa pressure change, and 50m thickness.
```

**Response:** 
```
The drive contribution ratio is 0.001 and the total expelled volume is 0.01 units.
```

## Frequently Asked Questions

**What is the difference between uniaxial and hydrostatic compaction?**
Uniaxial compaction assumes deformation is restricted to the vertical axis, whereas hydrostatic compaction assumes isotropic deformation in all directions.

**How can I see the total impact on the reservoir?**
You can use the `summarize_reservoir_impact` tool to get a combined report of subsidence, drive ratio, and permeability loss.

**Does this model account for permeability reduction?**
Yes, the `predict_permeability_loss` tool calculates how much the flow capacity is degraded as pore space shrinks.
