# LNG Regasification Designer AI Agent Connect

> Design LNG regasification systems by calculating vaporizer types, heat duties, and seawater flow.

## Overview
- **Category:** engineering
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_8jAxFcrMazNLpEKgIcnDbZOTnbUbB8a6D3ci3BZ4/ai-agent-connect
- **Tags:** lng, regasification, thermal-engineering, seawater, vaporizer

## Description

This MCP server provides specialized engineering tools for designing Liquefied Natural Gas (LNG) regasification systems. It allows users to determine the most efficient technology for their specific environment using `select_vaporizer_type`. Engineers can calculate the total thermal energy required via `calculate_heat_duty` and determine necessary seawater volumes with `calculate_seawater_flow`. Additionally, the tool accounts for seasonal demand shifts using `analyze_seasonal_variation` to ensure system reliability throughout the year.

## Tools

### analyze_seasonal_variation
Adjusts design parameters to account for changes in demand and environmental conditions across different seasons

### calculate_heat_duty
Determines the total thermal energy required for the regasification process

### calculate_seawater_flow
Calculates the necessary seawater flow rate to satisfy the heat duty

### select_vaporizer_type
Determines the most appropriate regasification technology based on environmental conditions and demand

## Prompt Examples

**Prompt:** 
```
What vaporizer type should I use if the seawater is 15°C and the air is 25°C with a sendout of 500 units?
```

**Response:** 
```
The recommended vaporizer type is ORV with a suitability score of 0.85.
```

**Prompt:** 
```
Calculate the heat duty for 1000 units of gas, moving from -160°C to 15°C.
```

**Response:** 
```
The total heat duty required is 450.5 MW.
```

**Prompt:** 
```
How much seawater flow is needed for a 300 MW heat duty if seawater enters at 20°C and leaves at 10°C?
```

**Response:** 
```
The required seawater flow rate is 12500 m3/h.
```

## Frequently Asked Questions

**How do I choose the right vaporizer?**
You can use the `select_vaporizer_type` tool, which evaluates seawater and ambient air temperatures to recommend an ORV, SCV, or AAV.

**Can I account for winter demand increases?**
Yes, the `analyze_seasonal_variation` tool adjusts your base sendout requirements based on seasonal factors and temperature deltas.

**What inputs are needed for heat duty calculations?**
To use `calculate_heat_duty`, you need the sendout requirement, the target gas temperature, and the initial LNG inlet temperature.
