Skip to content

Commit

Permalink
Add reference to Modelica and FMI, link to training
Browse files Browse the repository at this point in the history
  • Loading branch information
dhblum committed Nov 7, 2024
1 parent 62196dd commit c9c9e19
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion web/01_software.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Click the button below to download the latest version as a zip file.

<a class="button is-primary" href="https://github.com/ibpsa/project1-boptest/releases/download/v0.6.0/project1-boptest-0.6.0.zip"><b>Download</b></a>

Get started with the [User Guide](/docs-userguide/index.html).
Get started with the [User Guide](/docs-userguide/index.html) and [Training](/project1-boptest/training/index.html).

Then, check out the available [Test Cases](/project1-boptest/testcases/index.html).

Expand Down
6 changes: 4 additions & 2 deletions web/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,11 +14,11 @@ hero_height: is-fullwidth
BOPTEST is designed to facilitate the performance evaluation and benchmarking of building control strategies.
It contains these key components:

1. **Run-Time Environment (RTE)**: Deployed with Docker and accessed with a RESTful HTTP API, use the RTE to set up tests, control building emulators, access data, and report KPIs.
1. **Run-Time Environment (RTE)**: An environment accessible with a RESTful HTTP API that is used to start a building emulator, set up tests, control the virtual systems, access data, and report KPIs.

2. **Test Case Repository**: A collection of ready-to-use building emulators representing a range of building types and HVAC systems.

3. **Key Performance Indicator (KPI) Reporting**: A set of KPIs is calculated by the the RTE using data from the building emulator being controlled.
3. **Key Performance Indicator (KPI) Reporting**: A set of KPIs calculated by the RTE using data from the building emulator being controlled.

Head over to the [Software](/project1-boptest/software/index.html) page to start testing your control strategy or look at the [Results Dashboard](/project1-boptest/dashboard/index.html) to view and compare tested control strategies.

Expand All @@ -39,6 +39,8 @@ Financial support provided in-part by:
- EU-H2020
- VLAIO

BOPTEST uses the open modeling language [Modelica](https://modelica.org/) and standard [FMI](https://fmi-standard.org/).

### Contact
David Blum, Lawrence Berkeley National Laboratory, [email protected]

Expand Down

0 comments on commit c9c9e19

Please sign in to comment.