calculate_density_porosity
Calculate porosity from bulk density logs using matrix and fluid density values to analyze reservoir rock properties in petroleum engineering.
Instructions
Calculate porosity from bulk density log.
Args: rhob: Bulk density (g/cc). rho_matrix: Matrix density (g/cc). Default 2.65 (sandstone). rho_fluid: Fluid density (g/cc). Default 1.0 (fresh water).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| rhob | Yes | ||
| rho_matrix | No | ||
| rho_fluid | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |