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