Skip to content

Latest commit

Β 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
Β 
Β 
Β 
Β 
Β 
Β 

Repository files navigation

ThermoMine-Sim: 2D Underground Mine Thermal Simulator

πŸ“Œ Project Overview

As a freshman majoring in Resource, Environment, and Big Data Engineering at XAUAT, I developed this simulator to explore thermal dissipation in deep underground mines. This project bridges Mining Engineering with Computational Physics.

🧬 Scientific Foundation

The simulation is grounded in the 2D Heat Equation, solved via the Finite Difference Method (FDM):

$$\frac{\partial T}{\partial t} = \alpha \left( \frac{\partial^2 T}{\partial x^2} + \frac{\partial^2 T}{\partial y^2} \right)$$

πŸš€ Key Features

  • Boundary Condition Modeling: Simulates active ventilation (20Β°C) within a rock mass (40Β°C).
  • Localized Heat Source Analysis: Capable of simulating mechanical heat emissions (e.g., pumps at 80Β°C).
  • High-Resolution Visualization: Utilizes Matplotlib for thermal gradient mapping.

πŸ“Š Result Preview

Simulation Result

πŸ› οΈ Tech Stack

  • Python (NumPy, Matplotlib)
  • Numerical Analysis

About

A 2D thermal distribution simulator for underground mines using Finite Difference Method (FDM).

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages