Skip to content

Javascript implementation of ISO-13790 monthly energy balance model

License

Notifications You must be signed in to change notification settings

buildzero/energy-model

Repository files navigation

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

About

Javascript implementation of ISO-13790 monthly energy balance model

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published