volumetric_ooip
Calculate volumetric Original Oil In Place (OOIP) in stock tank barrels by entering reservoir area in acres, net pay thickness, porosity, water saturation, and oil formation volume factor.
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 |