calculate_burst_pressure
Calculate internal burst pressure for pipes using Barlow's formula with API 12.5% tolerance to determine maximum safe operating pressure.
Instructions
Calculate internal burst pressure using Barlow's formula with API 12.5% tolerance.
P_burst = 0.875 * 2 * Fy * t / OD.
Args: yield_strength_psi: Minimum yield strength (psi). wall_thickness_in: Nominal wall thickness (inches). od_in: Outer diameter (inches).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| yield_strength_psi | Yes | ||
| wall_thickness_in | Yes | ||
| od_in | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |