-
Notifications
You must be signed in to change notification settings - Fork 70
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #489 from ibpsa/issue409_twoZoneApartmentHydronic
Closes #409
- Loading branch information
Showing
76 changed files
with
352,416 additions
and
2 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,29 @@ | ||
BOPTEST testcase twozone_apartment_hydronic | ||
=================== | ||
twozone_apartment_hydronic | ||
|
||
Structure | ||
--------- | ||
|
||
- ``doc/`` contains documentation of the test case. | ||
- ``models/`` contains the emulation model files for the test case. | ||
- ``config.py`` defines the configuration of the test case for building the Docker image. | ||
|
||
Compile the Model | ||
----------------- | ||
|
||
The Modelica model makes use of the signal overwrite blocks and uses the | ||
overwrite block parser (``<repo_root>/parser/parser.py``) to compile the FMU. | ||
|
||
1. Add the root of the BOPTEST repository to the PYTHONPATH environment variable. | ||
|
||
2. ``$ cd models`` | ||
|
||
3. ``$ python compile_fmu.py`` to compile the model FMU using the overwrite block parser. | ||
|
||
4. The resulting FMU will be named ``wrapped.fmu``. | ||
----------- | ||
To generate the boundary conditions refer to: | ||
models/Resources/...csv for the energy prices and emissions and | ||
to TwoZoneApartmentHydronic.TestCases.BoundaryConditions | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
This directory contains documentation of the test case. |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Oops, something went wrong.