calculate_effective_porosity
Calculate effective porosity for reservoir analysis by adjusting total porosity based on shale volume to determine actual pore space available for fluid flow.
Instructions
Calculate effective porosity from total porosity and shale volume.
PHIE = PHIT * (1 - Vshale)
Args: phi_total: Total porosity (fraction v/v, 0-1). vshale: Shale volume (fraction v/v, 0-1).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phi_total | Yes | ||
| vshale | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |