rta_permeability
Calculate permeability from RTA linear flow analysis using the slope from sqrt(t) analysis. When fracture half-length is known, computes permeability; otherwise returns the sqrt(k)*xf product.
Instructions
Extract permeability from RTA linear flow analysis.
Uses the slope from sqrt(t) analysis to calculate either permeability (if fracture half-length is known) or the sqrt(k)*xf product.
Args: slope_from_linear_flow: Slope from sqrt(t) analysis (psi*d/bbl/d^0.5). net_pay_ft: Net pay thickness (ft). porosity: Porosity (fraction, 0-1). viscosity_cp: Fluid viscosity (cp). total_compressibility: Total compressibility (1/psi). fracture_half_length_ft: Fracture half-length (ft). If None, returns sqrt(k)*xf.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| slope_from_linear_flow | Yes | ||
| net_pay_ft | Yes | ||
| porosity | Yes | ||
| viscosity_cp | Yes | ||
| total_compressibility | Yes | ||
| fracture_half_length_ft | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |