# Vacuum Distillation Unit (VDU) Designer AI Agent Connect

> Technical design tool for calculating VDU column geometry, separation stages, flash zone conditions, and product yields.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_jSTry3LNKC6NVyUU4jlFEICR8yB6rPBi2mX1ne7H/ai-agent-connect
- **Tags:** distillation, vdu, refinery, chemical-engineering, vacuum-distillation

## Description

This MCP server provides specialized engineering tools for designing Vacuum Distillation Units (VDU). It allows engineers to calculate critical column parameters such as diameter using `calculate_column_geometry`, determine required separation levels with `estimate_separation_stages`, and evaluate thermodynamic conditions via `analyze_flash_zone`. Additionally, users can predict mass distribution between VGO and vacuum residue using `predict_product_yields`. It is designed to help optimize vacuum distillation processes by managing residue rates, vacuum pressures, and product specifications.

## Tools

### analyze_flash_zone
Evaluates the thermodynamic conditions at the point of feed entry

### calculate_column_geometry
Determines the physical size of the column needed to handle the vapor load

### estimate_separation_stages
Calculates the number of theoretical stages required to meet product specifications

### predict_product_yields
Predicts the mass distribution between VGO and Vacuum Residue

## Prompt Examples

**Prompt:** 
```
Calculate the column diameter for a residue rate of 500 units, vacuum pressure of 10 mmHg, and vapor density of 0.05.
```

**Response:** 
```
The calculated column diameter is 4.2 meters with a vapor velocity of 0.85 m/s.
```

**Prompt:** 
```
What is the expected VGO yield for a residue rate of 1000, a cut point of 350, and vacuum pressure of 15?
```

**Response:** 
```
The predicted VGO yield is 650 units and the vacuum residue yield is 350 units.
```

**Prompt:** 
```
Analyze the flash zone for a feed temperature of 380, residue rate of 400, and vacuum pressure of 12.
```

**Response:** 
```
The flash temperature is 375 degrees with a vaporization fraction of 0.42.
```

## Frequently Asked Questions

**How do I calculate the column diameter?**
You can use the `calculate_column_geometry` tool by providing the residue rate, vacuum pressure, and vapor density.

**Can I predict the VGO yield?**
Yes, the `predict_product_yields` tool calculates the mass distribution between VGO and vacuum residue based on your target cut point.

**How many stages are needed for a specific purity?**
Use the `estimate_separation_stages` tool with the required product purity and relative volatility to find the theoretical and actual stages.
