calculate_density_porosity
Compute porosity from bulk density log using matrix and fluid density values. Input bulk density (g/cc) and optional matrix/fluid densities to obtain density porosity.
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 |