An implementation of ISO 13790-2008 and limited to only single-zone building definitions, written in javascript.
npm install --save buildzero-energy-model var EnergyModel = require('buildzero-energy-model'); // check out the example.js file to see what the input data structures are meant to look like. // better docs coming once things are more finalized. var modelResults = EnergyModel.thermalDemand(buildingSettings, hourlyConditions, buildingElements, climateData); Unless otherwise specified all BuildZero.org source files are made available under the terms of the MIT License (MIT). See LICENSE.txt for details.
All files © 2017 BuildZero.org