Skip to content

Commit 12b341f

Browse files
authored
Merge pull request #990 from open-ideas/issue968_release2_1
release 2.1 modifications
2 parents 179b190 + f5b8c89 commit 12b341f

3 files changed

Lines changed: 28 additions & 4 deletions

File tree

IDEAS/package.mo

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,9 +9,9 @@ import SI = Modelica.SIunits;
99
annotation (
1010
uses(Modelica(version="3.2.2")),
1111
Icon(graphics),
12-
version="2.0.0",
13-
versionDate="2018-09-27",
14-
dateModified = "2018-09-27",
12+
version="2.1.0",
13+
versionDate="2019-02-28",
14+
dateModified = "2019-02-28",
1515
conversion(
1616
from(version={"0.2"},
1717
script="modelica://IDEAS/Resources/Scripts/convertIdeas030to100.mos")),

README.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,11 @@
1-
IDEAS v2.0
1+
IDEAS v2.1
22
============
33
[![Build Status](https://travis-ci.org/open-ideas/IDEAS.svg?branch=master)](https://travis-ci.org/open-ideas/IDEAS)
44

55
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.
66

77
## Release history
8+
+ February 28th, 2019: IDEAS v2.1 has been released.
89
+ September 28th, 2018: IDEAS v2.0 has been released.
910
+ May 5th, 2017: IDEAS v1.0 has been released.
1011
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.
@@ -42,6 +43,7 @@ IDEAS is licensed by [KU Leuven](http://www.kuleuven.be) and [3E](http://www.3e.
4243
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.
4344
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.
4445
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).
46+
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.
4547

4648
### Applications of IDEAS
4749
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.

ReleaseNotes.md

Lines changed: 22 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,25 @@
1+
## IDEAS v2.1
2+
IDEAS 2.1 has been released on February 28th, 2019. The most important changes are:
3+
4+
+ IBPSA has been updated up to commit 2d6a5a6ff80.
5+
+ The twin house example model has been re-added to the library.
6+
+ The PPD12 examples now includes a model that compares a rule based controller with a model predictive controller.
7+
8+
### Detailed release notes:
9+
1. Deprecated IDEAS.Fluid.Actuators.Valves.Simplified.ThreeWayValve.
10+
2. Extended IDEAS.Buildings.Components.Shading.BuildingShade with a parameter for configuring partial shading.
11+
3. Added a two-way and three-way valve with a mixed linear-equal percentage opening characteristic.
12+
4. Added a bypass for the PPD12 air handling unit.
13+
5. Modified the way how initial equations are defined for wall models. This avoids duplicate initial equations.
14+
6. Fixed a bug in the zone model when allowFlowReversal was set to false.
15+
7. Added the option for setting a fixed boudnary condition temperature in BoundaryWall.
16+
8. Added a utility that automatically checks the git version of library dependencies when running a model, for enhanced version checking of models.
17+
9. Revised the implementation of the thermostatic radiator valve model such that it is smooth.
18+
10. Revised documentation in ExteriorSolarAbsorption.
19+
11. Fixed a compatibility bug with OpenModelica.
20+
12. Removed reference to non-existent parameter in RectangularZoneTemplate.
21+
22+
123
## IDEAS v2.0
224
IDEAS 2.0 has been released on September 28th, 2018. Highlights of this release compared to v1.0 are:
325

0 commit comments

Comments
 (0)