calculate_sonic_porosity
Calculate porosity from sonic logs using Wyllie or Raymer methods for petroleum engineering analysis.
Instructions
Calculate porosity from sonic (compressional) log.
Methods: wyllie (time-average), raymer (Raymer-Hunt-Gardner).
Args: dt: Interval transit time (us/ft). dt_matrix: Matrix transit time (us/ft). Default 55.5 (sandstone). dt_fluid: Fluid transit time (us/ft). Default 189.0. method: 'wyllie' or 'raymer'. Default 'wyllie'.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dt | Yes | ||
| dt_matrix | No | ||
| dt_fluid | No | ||
| method | No | wyllie |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |