Skip to content

Repository files navigation

HEAT-SIMULATION

Designed a heat simulation in C++ using OpenCV matrices and the Jacobi method to simulate temperature changes in a classroom.

Make sure OpenCV is properly installed and configured before compiling.

Compile

g++ simulation.cpp \
-I/opt/homebrew/opt/opencv/include/opencv4 \
-L/opt/homebrew/opt/opencv/lib \
-lopencv_core -lopencv_highgui -lopencv_imgproc \
-o simulation


To run:
./simulation 100 75 1e-3 top 

Heat-simulation output:

Heat simulation output

About

Designed a heat simulation in C++ that uses OpenCV's matrices to and Jacobi method to simulate the temperature change in a classroom.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages