# Formwork Pressure Calculator AI Agent Connect

> Calculates lateral pressure on formwork using ACI standards.

## Overview
- **Category:** construction
- **Price:** Free
- **Endpoint:** https://edge.vinkius.com/vk_preview_cWlImL8MKLgYW27MCJpV9K35YRk3foDsVFWZ5igh/ai-agent-connect
- **Tags:** concrete, aci-standards, structural-engineering, formwork, civil-engineering

## Description

This MCP server provides engineering tools to calculate lateral pressure exerted by fresh concrete against formwork. It accounts for placement rates, concrete temperature, and vibration methods to ensure structural safety. Use `calculate_max_pressure` to find peak loads, `get_pressure_distribution` for vertical profiles, `calculate_tie_spacing` for reinforcement planning, and `analyze_mix_impact` to simulate how temperature or retarders change the pressure profile.

## Tools

### analyze_mix_impact
Evaluates how changing specific variables (like temperature or retarders) affects the pressure

### calculate_max_pressure
Determines the peak lateral pressure exerted at the most critical point of the formwork

### calculate_tie_spacing
Determines the maximum allowable distance between formwork ties to prevent structural failure

### get_pressure_distribution
Provides a vertical profile of pressure at different depths to help engineers plan reinforcement

## Prompt Examples

**Prompt:** 
```
What is the maximum pressure for a 5m pour at 2m/h with StandardMix and internal vibration?
```

**Response:** 
```
The maximum lateral pressure is 45.2 kPa, occurring at a critical height of 2.1 meters.
```

**Prompt:** 
```
Show me the pressure distribution for a 3m pour with HighDensityMix.
```

**Response:** 
```
The pressure profile shows a peak of 38.5 kPa at the base, decreasing to 12.2 kPa at the 3m mark.
```

**Prompt:** 
```
How much will the pressure increase if I use retarders in my mix?
```

**Response:** 
```
Using retarders will increase the maximum pressure by 12.5% for this specific configuration.
```

## Frequently Asked Questions

**How does the placement rate affect the results?**
A higher placement rate increases the time concrete behaves like a fluid, leading to higher peak pressure. You can use `calculate_max_pressure` to see how this affects your specific pour.

**Can I calculate the required tie spacing?**
Yes, once you have the peak pressure, use `calculate_tie_spacing` to determine the maximum horizontal and vertical distances allowed between ties.

**Does the tool account for chemical retarders?**
Yes, the `calculate_max_pressure` tool includes an optional parameter for retarders, which extends the fluid state of the concrete.
