# Cyclone Design Simulation AI Agent Connect

> Design hydrocyclone circuits by calculating dimensions, capacity, and efficiency.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_v6TdomPUxuKCtthJunD0ZGdIDxr7IVAZBmWt4LRF/ai-agent-connect
- **Tags:** hydrocyclone, fluid-dynamics, mining, particle-separation, slurry-processing

## Description

This MCP server provides a complete suite of tools for hydrocyclone classification design. It allows engineers to determine optimal physical dimensions using `calculate_single_cyclone_dimensions`, calculate the required number of units with `estimate_system_capacity`, evaluate separation performance via `predict_classification_efficiency`, and ensure operational stability with `validate_design_feasibility`. It bridges the gap between slurry properties and physical cyclone geometry.

## Tools

### calculate_single_cyclone_dimensions
Determines the optimal physical dimensions for a single cyclone unit based on target performance

### estimate_system_capacity
Calculates how many cyclones are needed to meet the total process requirement

### predict_classification_efficiency
Evaluates the separation sharpness and efficiency of a designed cyclone

### validate_design_feasibility
Checks if a specific set of dimensions and slurry properties will result in a stable, non-clogging operation

## Prompt Examples

**Prompt:** 
```
Calculate the dimensions for a cyclone with a target cut size of 50 microns, slurry density of 1200 kg/m3, viscosity of 0.001 Pa·s, and throughput of 100 m3/h.
```

**Response:** 
```
The calculated cyclone diameter is 450mm, with a vortex finder diameter of 120mm and a spigot diameter of 45mm.
```

**Prompt:** 
```
How many cyclones are needed if each unit handles 25 m3/h and the total throughput is 150 m3/h?
```

**Response:** 
```
You will need 6 cyclones to meet the total throughput of 150 m3/h.
```

**Prompt:** 
```
Is a design with a 300mm diameter, 30mm spigot, and 40 micron cut size feasible?
```

**Response:** 
```
The design is infeasible due to a high risk of clogging because the spigot diameter is too small for the target cut size.
```

## Frequently Asked Questions

**How do I determine the size of a single cyclone?**
You can use the `calculate_single_cyclone_dimensions` tool by providing the target cut size, slurry density, viscosity, and required throughput.

**Can I check if my design will clog?**
Yes, use `validate_design_feasibility` to check for clogging risks based on the spigot diameter and target cut size.

**How many cyclones do I need for my process?**
Use the `estimate_system_capacity` tool after you have determined the capacity of a single unit.
