glynhudson / heatlossjs

Simple room by room heat loss calculator

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HeatLossJS

A small open source room by room heat loss calculator

Create html page, load heatloss.js tool with the following:

<script type="text/javascript" src="files/bothylab_data.js"></script>
<link rel="stylesheet" type="text/css" href="heatlossjs/style.css" />
<script type="text/javascript" src="heatlossjs/model.js"></script>
<div id="heatloss"></div><script>heatloss.init("#heatloss")</script>

Define your building in json object input definition (loaded in the first line above).

Examples:

Examples with notes on input values:

About

Simple room by room heat loss calculator


Languages

Language:JavaScript 95.9%Language:CSS 2.8%Language:HTML 1.2%