# Polymer Flood Design AI Agent Connect

> Design optimal EOR polymer flooding projects by calculating concentration, slug size, and recovery.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_6wir8kICHax23VxP85SDosPKudYVbVBi6OenarVb/ai-agent-connect
- **Tags:** eor, polymer, reservoir-engineering, oil-recovery, chemical-flooding

## Description

This MCP server provides specialized tools for Enhanced Oil Recovery (EOR) design. It allows AI agents to calculate critical chemical parameters for polymer flooding, including optimal concentration to manage mobility ratios, required slug sizes accounting for adsorption, and predicted incremental oil recovery. Users can also use `assess_polymer_stability` to ensure chosen polymers withstand reservoir temperature and shear rates.

## Tools

### assess_polymer_stability
Evaluates if the chosen polymer properties are suitable for the reservoir conditions

### calculate_slug_size
Calculates the total volume of the polymer slug required

### estimate_recovery_improvement
Predicts the incremental oil recovered due to the polymer flood

### get_optimal_concentration
Determines the required polymer concentration to achieve a target mobility ratio

## Prompt Examples

**Prompt:** 
```
What is the required polymer concentration for a target mobility ratio of 2.0 with an oil viscosity of 15 cP and water viscosity of 1 cP, using a coefficient of 0.5?
```

**Response:** 
```
The required polymer concentration to achieve a mobility ratio of 2.0 is 28.0 cP/unit.
```

**Prompt:** 
```
Calculate the slug size for a reservoir with 100 million m3 pore volume, 70% desired sweep efficiency, and a 0.1 adsorption loss factor.
```

**Response:** 
```
The required polymer slug volume is 77,000,000 m3, which represents 0.77 of the total pore volume.
```

**Prompt:** 
```
Will a polymer with 20 million MW be stable at 80 degrees Celsius with a shear rate of 50 s-1 and a threshold of 90?
```

**Response:** 
```
Yes, the polymer is stable under these conditions.
```

## Frequently Asked Questions

**How do I calculate the required polymer concentration?**
Use the `get_optimal_concentration` tool by providing the target mobility ratio, oil viscosity, water viscosity, and the viscosity coefficient.

**Can I check if a polymer will degrade in my reservoir?**
Yes, the `assess_polymer_stability` tool evaluates degradation risk based on molecular weight, reservoir temperature, and shear rate.

**How is the slug size determined?**
The `calculate_slug_size` tool determines the volume needed by considering the reservoir pore volume, desired sweep efficiency, and adsorption loss factors.
