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

Folders and files

NameName
Last commit message
Last commit date

Latest commit

570b609 · Mar 16, 2018

History

54 Commits
Mar 16, 2018
Nov 28, 2017
Nov 23, 2017
Feb 23, 2017
Mar 22, 2017
Mar 17, 2017
Apr 3, 2017
Mar 17, 2017
Apr 3, 2017
Nov 24, 2017
Mar 17, 2017
Mar 16, 2018

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