0.2.0-b06 • Published 6 years ago

buildzero-energy-model v0.2.0-b06

Weekly downloads
-
License
MIT
Repository
-
Last release
6 years ago

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

0.2.0-b06

6 years ago

0.2.0-b05

6 years ago

0.2.0-b04

6 years ago

0.2.0-b03

6 years ago

0.2.0-b02

6 years ago

0.2.0-b01

6 years ago

0.1.1

7 years ago

0.1.0

7 years ago