Skip to content

Predict thermal properties; thermal conductivity, specific heat capacity and thermal diffusivity.

Notifications You must be signed in to change notification settings

Hamid-Reza-Mousavi/SHC-TC-TD-Prediction-using-petrophysical-well-logs

Repository files navigation

Thermal-property profiles from well-logs in sedimentary rocks: a physically informed Machine-Learning based prediction tool (ThermoProfiler)

Overview

Predicting thermal properties such as thermal conductivity, specific heat capacity, and thermal diffusivity is crucial for understanding heat flow in subsurface environments, particularly in sedimentary rock formations. These properties are essential for applications in geothermal energy, hydrocarbon exploration, and underground storage systems. Accurate predictions of thermal properties from well-log data enhance the ability to model subsurface temperature distributions, which are vital for assessing the viability of geothermal resources and optimizing drilling operations. The ThermoProfiler, a machine learning-based prediction tool, leverages well-logs to generate precise thermal-property profiles. By integrating physical principles with advanced machine learning techniques, ThermoProfiler provides a reliable and efficient method to estimate these critical thermal properties, ultimately aiding in the effective management and utilization of subsurface energy resources.

Guide

1- Create virtual environment (⚠️ python 3.9.12):

python -m venv thermal-venv
thermal-venv\Scripts\activate

2- Install below versions library:

pip install pandas
pip install numpy
pip install joblib==1.2.0
pip install matplotlib==3.8.1
pip install scikit-learn==1.2.1
pip install xgboost==1.6.1

3- Add venv to ipykernel (if use jupyter notebook)

pip install ipykernel
python -m ipykernel install --user --name=thermal-venv

Examples

Find multiple examples under: https://github.com/Hamid-Reza-Mousavi/SHC-TC-TD-Prediction-using-petrophysical-well-logs/tree/main/notebook

${\color{red} 1-Log}$
1- ['RHOB']
2- ['PHIN']
3- ['VSH']
4- ['Vp']

${\color{red} 2-Log}$
5- ['RHOB', 'PHIN']
6- ['RHOB', 'VSH']
7- ['RHOB', 'Vp']
8- ['PHIN', 'VSH']
9- ['PHIN', 'Vp']
10- ['VSH', 'Vp']

${\color{red} 3-Log}$
11- ['RHOB', 'PHIN', 'VSH']
12- ['RHOB', 'PHIN', 'Vp']
13- ['RHOB', 'VSH', 'Vp']
14- ['PHIN', 'VSH', 'Vp']

${\color{red} 4-Log}$
15- ['RHOB', 'PHIN', 'VSH', 'Vp']

Acknowledgments

This research was partially supported by Iran University of Science & Technology (IUST) and by the German project ThermoBase (BGE).

About

Predict thermal properties; thermal conductivity, specific heat capacity and thermal diffusivity.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published