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:
- Run 'ThermalConduction2D.py'
- Select material data from 'material_data.csv'
- Load model example .csv file (model parameters such as tolerances and total time can be edited in CSV)
- Select solve method with either 'euler' or 'RK'