Skip to content
#

heat-equation

Here are 23 public repositories matching this topic...

Applying the finite-difference method to the Convection Diffusion equation in python3. Examples included: One dimensional Heat equation, Transport equation, Fokker-Plank equation and some two dimensional examples.

  • Updated Mar 16, 2024
  • Python

This code solves for the steady-state heat transport in a 2D model of a microprocessor, ceramic casing and an aluminium heatsink. It uses either Jacobi or Gauss-Seidel relaxation method on a finite difference grid. It can be run with the microprocessor only, microprocessor and casing, or microprocessor with casing and heatsink. Options for eithe…

  • Updated Feb 2, 2021
  • Python

Improve this page

Add a description, image, and links to the heat-equation topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the heat-equation topic, visit your repo's landing page and select "manage topics."

Learn more