Skip to content

A model for solving 2-D heat conduction through multiple materials with user defined IVP's.

Notifications You must be signed in to change notification settings

ErinB97/ThermalConduction2D

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ThermalConduction2D

A model for solving 2-D heat conduction through multiple materials with user defined IVP's. Model is solved using either Euler's method or 2nd order Runge-Kutta method.

Summary Report is found within the folder "Documents"

Instructions:

  1. Run 'ThermalConduction2D.py'
  2. Select material data from 'material_data.csv'
  3. Load model example .csv file (model parameters such as tolerances and total time can be edited in CSV)
  4. Select solve method with either 'euler' or 'RK'

About

A model for solving 2-D heat conduction through multiple materials with user defined IVP's.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages