项目作者: buildzero

项目描述 :
Javascript implementation of ISO-13790 monthly energy balance model
高级语言: JavaScript
项目地址: git://github.com/buildzero/energy-model.git
创建时间: 2017-02-23T19:10:56Z
项目社区:https://github.com/buildzero/energy-model

开源协议:MIT License

下载


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)

  1. npm install --save buildzero-energy-model

Usage

  1. var EnergyModel = require('buildzero-energy-model');
  2. // check out the example.js file to see what the input data structures are meant to look like.
  3. // better docs coming once things are more finalized.
  4. 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