From 993ca5c36552e8a024c4fec7f4bd81a978abf6f6 Mon Sep 17 00:00:00 2001 From: David Blum Date: Wed, 28 Aug 2024 13:40:26 -0700 Subject: [PATCH] Add multizone_office_simple_hydronic to next release and describe dependencies for all test cases --- web/_data/testcases_menubar.yml | 6 ++- web/build_docs.sh | 1 + web/testcases_ibpsa_bestest_air.md | 5 +++ web/testcases_ibpsa_bestest_hydronic.md | 5 +++ ...tcases_ibpsa_bestest_hydronic_heat_pump.md | 5 +++ ...cases_ibpsa_multizone_office_simple_air.md | 5 +++ ..._ibpsa_multizone_office_simple_hydronic.md | 44 ++++++++++++------- ...es_ibpsa_multizone_residential_hydronic.md | 5 +++ ...es_ibpsa_singlezone_commercial_hydronic.md | 5 +++ ...tcases_ibpsa_twozone_apartment_hydronic.md | 5 +++ 10 files changed, 68 insertions(+), 18 deletions(-) diff --git a/web/_data/testcases_menubar.yml b/web/_data/testcases_menubar.yml index dc4c58d70..a49271e24 100644 --- a/web/_data/testcases_menubar.yml +++ b/web/_data/testcases_menubar.yml @@ -14,14 +14,16 @@ link: /testcases/ibpsa/testcases_ibpsa_multizone_residential_hydronic/ - name: Multizone Office Simple Air link: /testcases/ibpsa/testcases_ibpsa_multizone_office_simple_air/ +- label: Available in Next Release + items: + - name: Multizone Office Simple Hydronic + link: /testcases/ibpsa/testcases_ibpsa_multizone_office_simple_hydronic/ - label: Under Development items: - name: Single Zone Commercial Air link: /testcases/ibpsa/testcases_ibpsa_singlezone_commercial_air/ - name: Flexible Research Platform link: /testcases/ibpsa/testcases_ibpsa_flexible_research_platform/ - - name: Multizone Office Simple Hydronic - link: /testcases/ibpsa/testcases_ibpsa_multizone_office_simple_hydronic/ - name: Multizone Office Simple Hybrid link: /testcases/ibpsa/testcases_ibpsa_multizone_office_simple_hybrid/ - name: Multizone Office Complex Air diff --git a/web/build_docs.sh b/web/build_docs.sh index 060dfcd0f..dc8f411a2 100755 --- a/web/build_docs.sh +++ b/web/build_docs.sh @@ -94,4 +94,5 @@ cp -r ../testcases/multizone_residential_hydronic/doc $dir_testcases/multizone_r cp -r ../testcases/singlezone_commercial_hydronic/doc $dir_testcases/singlezone_commercial_hydronic cp -r ../testcases/multizone_office_simple_air/doc $dir_testcases/multizone_office_simple_air cp -r ../testcases/twozone_apartment_hydronic/doc $dir_testcases/twozone_apartment_hydronic +cp -r ../testcases/multizone_office_simple_hydronic/doc $dir_testcases/multizone_office_simple_hydronic echo Finished test case design documentation. diff --git a/web/testcases_ibpsa_bestest_air.md b/web/testcases_ibpsa_bestest_air.md index 0e28118d8..1e602d975 100644 --- a/web/testcases_ibpsa_bestest_air.md +++ b/web/testcases_ibpsa_bestest_air.md @@ -39,3 +39,8 @@ explicitly modeled. ``constant`` ``dynamic`` ``highly_dynamic`` + +# Dependencies +The Modelica model for this test case uses the [Modelica Standard Library](https://github.com/modelica/ModelicaStandardLibrary) and the [Modelica Buildings Library](https://simulationresearch.lbl.gov/modelica/index.html). + +The FMU for this test case is compiled by the open-source [JModelica.org](https://jmodelica.org/). diff --git a/web/testcases_ibpsa_bestest_hydronic.md b/web/testcases_ibpsa_bestest_hydronic.md index 0500c45ff..0f2f17bba 100644 --- a/web/testcases_ibpsa_bestest_hydronic.md +++ b/web/testcases_ibpsa_bestest_hydronic.md @@ -33,3 +33,8 @@ is maintained. ``constant`` ``dynamic`` ``highly_dynamic`` + +# Dependencies +The Modelica model for this test case uses the [Modelica Standard Library](https://github.com/modelica/ModelicaStandardLibrary) and the [Modelica IDEAS Library](https://github.com/open-ideas/IDEAS). + +The FMU for this test case is compiled by the open-source [JModelica.org](https://jmodelica.org/). diff --git a/web/testcases_ibpsa_bestest_hydronic_heat_pump.md b/web/testcases_ibpsa_bestest_hydronic_heat_pump.md index 718245215..7e015875c 100644 --- a/web/testcases_ibpsa_bestest_hydronic_heat_pump.md +++ b/web/testcases_ibpsa_bestest_hydronic_heat_pump.md @@ -37,3 +37,8 @@ floorr when the heat pump is operating. ``constant`` ``dynamic`` ``highly_dynamic`` + +# Dependencies +The Modelica model for this test case uses the [Modelica Standard Library](https://github.com/modelica/ModelicaStandardLibrary) and the [Modelica IDEAS Library](https://github.com/open-ideas/IDEAS). + +The FMU for this test case is compiled by the open-source [JModelica.org](https://jmodelica.org/). diff --git a/web/testcases_ibpsa_multizone_office_simple_air.md b/web/testcases_ibpsa_multizone_office_simple_air.md index 9e9cd34d3..94ba6065f 100644 --- a/web/testcases_ibpsa_multizone_office_simple_air.md +++ b/web/testcases_ibpsa_multizone_office_simple_air.md @@ -37,3 +37,8 @@ terminal box controls utilize single-maximum airflow control. ``constant`` ``dynamic`` ``highly_dynamic`` + +# Dependencies +The Modelica model for this test case uses the [Modelica Standard Library](https://github.com/modelica/ModelicaStandardLibrary) and the [Modelica Buildings Library](https://simulationresearch.lbl.gov/modelica/index.html). + +The FMU for this test case is compiled by the open-source [JModelica.org](https://jmodelica.org/). diff --git a/web/testcases_ibpsa_multizone_office_simple_hydronic.md b/web/testcases_ibpsa_multizone_office_simple_hydronic.md index 5a37a7683..d1a5b1549 100644 --- a/web/testcases_ibpsa_multizone_office_simple_hydronic.md +++ b/web/testcases_ibpsa_multizone_office_simple_hydronic.md @@ -8,26 +8,38 @@ menubar: testcases_menubar permalink: /testcases/ibpsa/testcases_ibpsa_multizone_office_simple_hydronic/ --- -

Test Case Name

+# Test Case Name ``multizone_office_simple_hydronic`` -

Brief Description

- -The test case represents an office hydronic with two zones zones in Belgium. -The building test case is modeled as a rectangular building -of 40x25 m and 15 m of height. -The height of each floor is considered to be 3 m, -and at each floor internal floors are added to account for the thermal mass. +# Brief Description +The test case represents an office HVAC system with two zones in Belgium. +The building represented is a rectangular building +of 40x25 m and 15 m of height, including five floors each 3 m high. Hence, the total floor area to be conditioned is 5000 m2. -The building is divided in two zones/spaces of equal floor area, -with their main façades oriented towards north (NZ) and south (SZ) respectively. +For modeling, the building is divided in two zones of equal floor area, +with their main facades oriented towards north (NZ) and south (SZ) respectively, +and with five internal floors included for thermal mass. Each zone has a window-to-wall ratio of 50%. - - Each zone is equipped with independent air handling units (AHUs) for ventilation -and circuits connected to fan-coil units (also known as ventiloconvectors) as the emission system. -Heat/cold is procuded by means of a gas boiler and a chiller. - +and fan-coil units (also known as ventiloconvectors) for space heating and cooling. +Heating water is produced by an air-source heat pump and chilled water is produced by an air-cooled chiller. -

(Under Development)

+[Click here](/docs-testcases/multizone_office_simple_hydronic/index.html) to view detailed documentation. + +# Available Test Scenarios +### Time Periods +``peak_heat_day`` +``typical_heat_day`` +``peak_cool_day`` +``typical_cool_day`` +``mix_day`` +### Electricity Prices +``constant`` +``dynamic`` +``highly_dynamic`` + +# Dependencies +The Modelica model for this test case uses the [Modelica Standard Library](https://github.com/modelica/ModelicaStandardLibrary), [Modelica Buildings Library](https://simulationresearch.lbl.gov/modelica/index.html), and [Modelica IDEAS Library](https://github.com/open-ideas/IDEAS). + +The FMU for this test case is compiled by [Modelon's OPTIMICA Compiler Toolkit (OCT)](https://help.modelon.com/latest/reference/oct/). diff --git a/web/testcases_ibpsa_multizone_residential_hydronic.md b/web/testcases_ibpsa_multizone_residential_hydronic.md index 4e99030f4..07cdbfebb 100644 --- a/web/testcases_ibpsa_multizone_residential_hydronic.md +++ b/web/testcases_ibpsa_multizone_residential_hydronic.md @@ -35,3 +35,8 @@ emission system is heated by a gas boiler. Domestic hot water is not included. ``constant`` ``dynamic`` ``highly_dynamic`` + +# Dependencies +The Modelica model for this test case uses the [Modelica Standard Library](https://github.com/modelica/ModelicaStandardLibrary) and the [Modelica Buildings Library](https://simulationresearch.lbl.gov/modelica/index.html). + +The FMU for this test case is compiled by the open-source [JModelica.org](https://jmodelica.org/). diff --git a/web/testcases_ibpsa_singlezone_commercial_hydronic.md b/web/testcases_ibpsa_singlezone_commercial_hydronic.md index b7d3d3f71..5423a3f5a 100644 --- a/web/testcases_ibpsa_singlezone_commercial_hydronic.md +++ b/web/testcases_ibpsa_singlezone_commercial_hydronic.md @@ -33,3 +33,8 @@ is also served by the district heating source. ``constant`` ``dynamic`` ``highly_dynamic`` + +# Dependencies +The Modelica model for this test case uses the [Modelica Standard Library](https://github.com/modelica/ModelicaStandardLibrary) and the [Modelica Buildings Library](https://simulationresearch.lbl.gov/modelica/index.html). + +The FMU for this test case is compiled by the open-source [JModelica.org](https://jmodelica.org/). diff --git a/web/testcases_ibpsa_twozone_apartment_hydronic.md b/web/testcases_ibpsa_twozone_apartment_hydronic.md index 4a5b8b3aa..f87eb3965 100644 --- a/web/testcases_ibpsa_twozone_apartment_hydronic.md +++ b/web/testcases_ibpsa_twozone_apartment_hydronic.md @@ -36,3 +36,8 @@ curve that depends on the external temperature. ``constant`` ``dynamic`` ``highly_dynamic`` + +# Dependencies +The Modelica model for this test case uses the [Modelica Standard Library](https://github.com/modelica/ModelicaStandardLibrary), [Modelica Buildings Library](https://simulationresearch.lbl.gov/modelica/index.html), and [Modelica IDEAS Library](https://github.com/open-ideas/IDEAS). + +The FMU for this test case is compiled by the open-source [JModelica.org](https://jmodelica.org/).