# Wave Diffraction Model AI Agent Connect

> Models wave diffraction around maritime obstacles like breakwaters and headlands.

## Overview
- **Category:** physics-simulation
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_GdS7vkmeTVGDOW2Tj4Go17ospBIUizNnHhgSWjmc/ai-agent-connect
- **Tags:** wave-physics, diffraction, maritime, oceanography, coastal-engineering

## Description

This MCP server provides specialized tools for maritime engineering and oceanography. It models how wave energy redistributes when encountering physical obstacles. Using diffraction theory, it allows AI agents to calculate the `get_diffraction_coefficient` for specific points, determine the `calculate_shadow_zone_height` in protected areas, generate an `get_energy_distribution_map` for spatial analysis, and use `analyze_obstacle_type_effect` to compare how different geometries like breakwaters or headlands influence wave patterns.

## Tools

### calculate_shadow_zone_height
Calculate wave height in shadow zone

### analyze_obstacle_type_effect
Analyze obstacle type effect

### get_diffraction_coefficient
Calculate diffraction coefficient

### get_energy_distribution_map
Get energy distribution map

## Prompt Examples

**Prompt:** 
```
How much has the wave height decreased at a point 50m behind a 100m breakwater with a 10m wavelength at a 30 degree angle?
```

**Response:** 
```
The diffraction coefficient at that location is 0.45.
```

**Prompt:** 
```
What is the wave height in the shadow zone if the incident wave is 3m, wavelength is 15m, obstacle is 200m, distance is 40m, and angle is 10 degrees?
```

**Response:** 
```
The resulting wave height at that target point is 0.85m.
```

**Prompt:** 
```
Compare the impact of a breakwater versus a headland for a 12m wavelength at a 45 degree angle.
```

**Response:** 
```
The breakwater produces a more predictable linear shadow zone, while the headland creates a more complex, curved energy pattern with an impact factor of 1.24.
```

## Frequently Asked Questions

**What can I calculate with this tool?**
You can calculate the diffraction coefficient, the specific wave height in shadow zones, the energy distribution across a coordinate grid, and the impact of different obstacle types.

**Does it support both breakwaters and headlands?**
Yes, the `analyze_obstacle_type_effect` tool specifically allows you to compare the diffraction patterns of breakwaters versus natural headlands.

**How is the energy distribution map generated?**
The `get_energy_distribution_map` tool generates a grid of coordinates and energy density values based on the provided wavelength, obstacle length, and search radius.
