ThermalConductivityResults API Reference
geoloop.lithology.process_lithology.ThermalConductivityResults
Class that stores the results of thermal conductivity calculations, including depth profiles of lithology fraction, porosity, and bulk thermal conductivity.
Attributes:
| Name | Type | Description |
|---|---|---|
sample |
int
|
Sample number or identifier. |
depth |
ndarray
|
Array of depth values corresponding to the intervals with different subsurface properties. |
lithology_a_fraction |
ndarray
|
Array of lithology fraction values for the first lithology in each depth-interval. |
phi |
ndarray
|
Array of porosity values corresponding to the depth intervals. |
kx |
ndarray
|
Array of bulk thermal conductivity values corresponding to the depth intervals. |