Skip to content

Latest commit

 

History

History
12 lines (9 loc) · 612 Bytes

README.md

File metadata and controls

12 lines (9 loc) · 612 Bytes

automated-heat-path-calculator

What does this program do?

Calculate heat paths.

How do I use it?

Simply run python heatpathcal.py in your terminal with the following parameters:

  • --input FILE a CSV file containing information about the heatpaths. **required**
  • --output FILE file name to output the calculated thermal resistance, overwrites the file by default. **optional**
  • --append append to the given output file instead of overwriting. **optional**

Make sure to check out how the input file should be formatted!