calculate_permeability_coates
Estimate permeability from porosity, bound volume irreducible, and free fluid index using the Coates (1991) equation. Input porosity, BVI, FFI, and optional Coates constant.
Instructions
Estimate permeability using Coates (1991) equation.
k = ((phi / C)^2 * (FFI / BVI))^2
Args: phi: Porosity (fraction v/v, 0-1). bvi: Bound volume irreducible (fraction v/v). ffi: Free fluid index (fraction v/v). c: Coates constant. Default 10.0.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| phi | Yes | ||
| bvi | Yes | ||
| ffi | Yes | ||
| c | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |