Skip to content

Latest commit

 

History

History
30 lines (19 loc) · 1.12 KB

README.md

File metadata and controls

30 lines (19 loc) · 1.12 KB

BuildZero.org Energy Model

An implementation of ISO 13790-2008 and limited to only single-zone building definitions, written in javascript.

Latest Release GitHub license

Capabilities

Installation (npm)

npm install --save buildzero-energy-model

Usage

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);

License

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