Skip to content

A numeric solution for the steady-state heat equation using different methods.

Notifications You must be signed in to change notification settings

Larissa-Rocha/2D-steady-state-heat-equation

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

2D-steady-state-heat-equation

This code solves the 2D steady state heat equation, in an unit square domain: 0 < x < 1, 0 < y < 1. Boundary condition: T(0, y) = T(1, y) = 0, dT/dy(in y=0) = 0, T(x, 1) = sin(pi*x)

About

A numeric solution for the steady-state heat equation using different methods.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages