Skip to content

Commit

Permalink
Merge pull request #990 from open-ideas/issue968_release2_1
Browse files Browse the repository at this point in the history
release 2.1 modifications
  • Loading branch information
Mathadon authored Feb 28, 2019
2 parents 179b190 + f5b8c89 commit 12b341f
Show file tree
Hide file tree
Showing 3 changed files with 28 additions and 4 deletions.
6 changes: 3 additions & 3 deletions IDEAS/package.mo
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ import SI = Modelica.SIunits;
annotation (
uses(Modelica(version="3.2.2")),
Icon(graphics),
version="2.0.0",
versionDate="2018-09-27",
dateModified = "2018-09-27",
version="2.1.0",
versionDate="2019-02-28",
dateModified = "2019-02-28",
conversion(
from(version={"0.2"},
script="modelica://IDEAS/Resources/Scripts/convertIdeas030to100.mos")),
Expand Down
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,10 +1,11 @@
IDEAS v2.0
IDEAS v2.1
============
[![Build Status](https://travis-ci.org/open-ideas/IDEAS.svg?branch=master)](https://travis-ci.org/open-ideas/IDEAS)

Modelica model environment for Integrated District Energy Assessment Simulations (IDEAS), allowing simultaneous transient simulation of thermal and electrical systems at both building and feeder level.

## Release history
+ February 28th, 2019: IDEAS v2.1 has been released.
+ September 28th, 2018: IDEAS v2.0 has been released.
+ May 5th, 2017: IDEAS v1.0 has been released.
February 16th 2018: A [paper describing IDEAS v1.0](http://www.tandfonline.com/doi/full/10.1080/19401493.2018.1428361) has been published on line.
Expand Down Expand Up @@ -42,6 +43,7 @@ IDEAS is licensed by [KU Leuven](http://www.kuleuven.be) and [3E](http://www.3e.
8. D. Picard, L. Helsen (2014). Advanced Hybrid Model for Borefield Heat Exchanger Performance Evaluation, an Implementation in Modelica. In Proceedings of the 10th International Modelica Conference. Lund, 857-866.
9. D. Picard, L. Helsen (2014). A New Hybrid Model For Borefield Heat Exchangers Performance Evaluation. 2014 ASHRAE ANNUAL CONFERENCE: Vol. 120 (2). ASHRAE: Ground Source Heat Pumps: State of the Art Design, Performance and Research. Seattle, 1-8.
10. Picard D., Jorissen F., Helsen L. (2015). Methodology for Obtaining Linear State Space Building Energy Simulation Models. 11th International Modelica Conference. International Modelica Conference. Paris, 21-23 September 2015 (pp. 51-58).
10. Jorissen F., Helsen L. (2019). Integrated Modelica Model and Model Predictive Control of a Terraced House Using IDEAS. 13th International Modelica Conference. Regensburg, 4-6 March 2019.

### Applications of IDEAS
1. D. Picard. (2017) Modeling, optimal control and HVAC design of large buildings using ground source heat pump systems. PhD thesis, Arenberg Doctoral School, KU Leuven.
Expand Down
22 changes: 22 additions & 0 deletions ReleaseNotes.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,25 @@
## IDEAS v2.1
IDEAS 2.1 has been released on February 28th, 2019. The most important changes are:

+ IBPSA has been updated up to commit 2d6a5a6ff80.
+ The twin house example model has been re-added to the library.
+ The PPD12 examples now includes a model that compares a rule based controller with a model predictive controller.

### Detailed release notes:
1. Deprecated IDEAS.Fluid.Actuators.Valves.Simplified.ThreeWayValve.
2. Extended IDEAS.Buildings.Components.Shading.BuildingShade with a parameter for configuring partial shading.
3. Added a two-way and three-way valve with a mixed linear-equal percentage opening characteristic.
4. Added a bypass for the PPD12 air handling unit.
5. Modified the way how initial equations are defined for wall models. This avoids duplicate initial equations.
6. Fixed a bug in the zone model when allowFlowReversal was set to false.
7. Added the option for setting a fixed boudnary condition temperature in BoundaryWall.
8. Added a utility that automatically checks the git version of library dependencies when running a model, for enhanced version checking of models.
9. Revised the implementation of the thermostatic radiator valve model such that it is smooth.
10. Revised documentation in ExteriorSolarAbsorption.
11. Fixed a compatibility bug with OpenModelica.
12. Removed reference to non-existent parameter in RectangularZoneTemplate.


## IDEAS v2.0
IDEAS 2.0 has been released on September 28th, 2018. Highlights of this release compared to v1.0 are:

Expand Down

0 comments on commit 12b341f

Please sign in to comment.