Skip to content

Program to solve a system of differential equations modeling heat flow and aging in a multicore processor

Notifications You must be signed in to change notification settings

dgibb/Heat-Modeling-Project

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Heat-Modeling-Project

A Worked in pairs to create a program simulating heat flow and aging in a multicore computer processor.

Uses the Runge-Kutta (rk) method to solve a system of differential equations

parafile gives thermal resistances and capacitances

powerfile gives the power used by each core

output is printed to the outputfile, includes heat of each core

optional ambientinputfile which gives initial temperature of each core can be written

To Run

compile with command 'gcc thermalModel.c -o thermalModel.out'

run with command "./thermalModel.out paraFile.txt powerFile.txt outputFile.txt"

About

Program to solve a system of differential equations modeling heat flow and aging in a multicore processor

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages