A small open source room by room heat loss calculator
Create html page, load heatloss.js tool with the following:
<script src="https://code.jquery.com/jquery-3.2.1.min.js"></script>
<script src="https://cdn.jsdelivr.net/npm/vue@2"></script>
<script type="text/javascript" src="files/config_new.js"></script>
<script type="text/javascript" src="files/bothylab_data.js"></script>
<link rel="stylesheet" type="text/css" href="heatlossjs/style.css" />
<div id="heatloss"></div>
<script type="text/javascript" src="heatlossjs/model.js"></script>
Define your building in json object input definition (loaded in the first line above).
Examples:
Examples with notes on input values:
- heatlossjsITA An Italian adaptation of heatlossjs developed by @jumpjack. New features include taking into account different rates of heat loss from external walls depending on orientation as well as translation to Italian. https://github.com/jumpjack/heatlossjsITA