volumetric_ooip
Calculate Original Oil In Place (OOIP) using reservoir parameters like area, thickness, porosity, water saturation, and formation volume factor to estimate recoverable oil reserves.
Instructions
Calculate volumetric Original Oil In Place (OOIP).
OOIP = 7758 * A * h * phi * (1-Sw) / Bo (STB)
Args: area_acres: Reservoir area in acres. thickness_ft: Net pay thickness in feet. porosity: Porosity (fraction, 0-1). sw: Water saturation (fraction, 0-1). bo: Oil formation volume factor (bbl/STB).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| area_acres | Yes | ||
| thickness_ft | Yes | ||
| porosity | Yes | ||
| sw | Yes | ||
| bo | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |