# Polymerization Unit Design AI Agent Connect

> Design polymerization units for converting propylene and butylene into high-value fuel additives.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_7TZ2quMbn5hr5mZtVfoq5nOmXXPNcyvhmJvMe1qY/ai-agent-connect
- **Tags:** polymerization, kinetics, reactor-design, fuel-production, chemical-engineering

## Description

This MCP server provides specialized engineering tools for designing polymerization units. It allows users to calculate reactor dimensions using `calculate_reactor_sizing`, predict product mass with `estimate_product_yield`, verify fuel quality via `evaluate_product_specifications`, and determine efficient chemical dosing with `optimize_catalyst_usage`. It is designed to handle both poly-gasoline and poly-diesel production streams.

## Tools

### calculate_reactor_sizing
Determines the necessary physical dimensions and capacity of the reactor based on feed and kinetic profiles

### estimate_product_yield
Predicts the total mass of product generated from a given amount of feedstock

### evaluate_product_specifications
Verifies if the calculated product meets the required quality standards for its intended use

### optimize_catalyst_usage
Calculates the most efficient catalyst dosage to balance reaction speed against operational cost

## Prompt Examples

**Prompt:** 
```
What is the required reactor volume for a feed rate of 500 kg/h with a kinetic constant of 0.05 and 85% conversion?
```

**Response:** 
```
The required reactor volume is 8500 liters with a residence time of 17 hours and 425 kg of catalyst required.
```

**Prompt:** 
```
How much poly-gasoline will I get from 1000 kg of feed at 90% conversion?
```

**Response:** 
```
The total product mass is 900 kg, with 100 kg of unreacted mass remaining.
```

**Prompt:** 
```
Is a poly-diesel product with a density of 0.85 and a cetane rating of 55 compliant?
```

**Response:** 
```
Yes, the product is compliant with the required diesel specifications.
```

## Frequently Asked Questions

**How do I calculate the required reactor volume?**
You can use the `calculate_reactor_sizing` tool by providing the olefin feed rate, the kinetic constant, and your target conversion percentage.

**Can I check if my product meets fuel standards?**
Yes, the `evaluate_product_specifications` tool verifies if your poly-gasoline or poly-diesel meets required octane, cetane, or density standards.

**How is the product yield determined?**
The `estimate_product_yield` tool calculates the total mass of the product based on the initial olefin feed mass and the conversion rate.
