All Projects → lbl-srg → Modelica Buildings

lbl-srg / Modelica Buildings

Modelica Buildings library

Labels

Projects that are alternatives of or similar to Modelica Buildings

Sizeslidebutton
A fun Swift UIControl for picking a size
Stars: ✭ 46 (-63.78%)
Mutual labels:  control
Orangetool
📚 Control Functions For Single-Board Computers
Stars: ✭ 82 (-35.43%)
Mutual labels:  control
Mesh navigation
ROS Mesh Navigation Bundle
Stars: ✭ 114 (-10.24%)
Mutual labels:  control
Missionplanner
Mission Planner Ground Control Station (c# .net)
Stars: ✭ 1,059 (+733.86%)
Mutual labels:  control
Flowa
🔥Service level control flow for Node.js
Stars: ✭ 66 (-48.03%)
Mutual labels:  control
Nanoleaf Desktop
A modern desktop application for the Nanoleaf Aurora and Canvas
Stars: ✭ 90 (-29.13%)
Mutual labels:  control
Angular Contenteditable Accessor
This accessor allows you to use Angular forms with contenteditable elements with ease. It has zero dependencies, other than Angular itself as peer and works with Angular 4+ in all modern browsers, including Internet Explorer 11
Stars: ✭ 34 (-73.23%)
Mutual labels:  control
Idisagree
Control remote computers using discord bot and python 3.
Stars: ✭ 116 (-8.66%)
Mutual labels:  control
Irext
Universal IR Remote Control Solution
Stars: ✭ 1,240 (+876.38%)
Mutual labels:  control
Grl
Robotics tools in C++11. Implements soft real time arm drivers for Kuka LBR iiwa plus V-REP, ROS, Constrained Optimization based planning, Hand Eye Calibration and Inverse Kinematics integration.
Stars: ✭ 105 (-17.32%)
Mutual labels:  control
Acc
acc
Stars: ✭ 55 (-56.69%)
Mutual labels:  control
Mrs uav system
The entry point to the MRS UAV system.
Stars: ✭ 64 (-49.61%)
Mutual labels:  control
Rat Hodin V2.9
Remote Administration Tool for Linux
Stars: ✭ 97 (-23.62%)
Mutual labels:  control
Uhubctl
uhubctl - USB hub per-port power control
Stars: ✭ 1,036 (+715.75%)
Mutual labels:  control
Aura.ui
A Library with a lot of Controls for AvaloniaUI
Stars: ✭ 114 (-10.24%)
Mutual labels:  control
Bebops
BebopS aims to simulate the behavior of Parrot Bebop 2 by using SIL methodologies
Stars: ✭ 40 (-68.5%)
Mutual labels:  control
Panuonui.silver
Panuon.UI optimized version. A beautiful wpf ui library using templates & attached properties.
Stars: ✭ 1,279 (+907.09%)
Mutual labels:  control
Distancepicker
Custom UIKit control to select a distance with a pan gesture, written in Swift
Stars: ✭ 118 (-7.09%)
Mutual labels:  control
Dingding
免root远程钉钉打卡,支持wifi和gps定位,仅支持android系统。本项目出于学习目的,仅用于学习玩耍,请于24小时后自行删除。xposed, crack,package,dingtalk,remote control
Stars: ✭ 116 (-8.66%)
Mutual labels:  control
Pylot
Modular autonomous driving platform running on the CARLA simulator and real-world vehicles.
Stars: ✭ 104 (-18.11%)
Mutual labels:  control

Modelica Buildings library

Build Status

This is the development site for the Modelica Buildings library and its user guide.

Stable releases including all previous releases are available from the main project site at http://simulationresearch.lbl.gov/modelica.

Instructions for developers are available on the wiki.

Library description

The Modelica Buildings library is a free open-source library with dynamic simulation models for building energy and control systems. The library contains models for

  • air-based HVAC systems,
  • water-based heating systems,
  • controls,
  • heat transfer among rooms and the outside,
  • multizone airflow, including natural ventilation and contaminant transport, and
  • electrical systems.

The main project site is http://simulationresearch.lbl.gov/modelica.

Current release

Download Buildings Library 7.0.0 (2020-05-28)

License

The Modelica Buildings Library is available under a 3-clause BSD-license. See Modelica Buildings Library license.

Python modules are available under a 3-clause BSD-license. See BuildingsPy license.

Development and contribution

You may report any issues with using the Issues button.

Contributions in the form of Pull Requests are always welcome. Prior to issuing a pull request, make sure your code follows the style guide and coding conventions.

Building binaries

The distribution at https://simulationresearch.lbl.gov/modelica/download.html contains all binaries.

Developers may build the binaries as follows.

Spawn of EnergyPlus

To build the Spawn of EnergyPlus binaries, CMake is required. The binaries consist of the fmi-library, and a library that connects Modelica to EnergyPlus.

To build the fmi-library, which is only needed if https://github.com/modelon-community/fmi-library is updated, run

cd Buildings/Resources/src/fmi-library
rm -rf build && mkdir build && \
  cd build && cmake .. && cmake --build . && \
  cd .. && rm -rf build

To build the Modelica to EnergyPlus library, run

cd modelica-buildings
rm -rf build && mkdir build && cd build && \
  cmake ../ && cmake --build . --target install && \
  cd .. && rm -rf build

To install the latest build of EnergyPlus that contains the Spawn interface, run

cd Buildings/Resources/src/ThermalZones/EnergyPlus/
./install.sh
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].