calculate_hpt
Calculate hydrocarbon pore thickness (HPT) for petroleum reservoir analysis using thickness, porosity, water saturation, and net-to-gross ratio inputs.
Instructions
Calculate hydrocarbon pore thickness (HPT = h * phi * (1-Sw) * NTG).
Args: thickness: Net or gross thickness (ft). phi: Average porosity (fraction v/v, 0-1). sw: Average water saturation (fraction v/v, 0-1). ntg: Net-to-gross ratio (0-1). Default 1.0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| thickness | Yes | ||
| phi | Yes | ||
| sw | Yes | ||
| ntg | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |