File format
To submit a test case, use the following format (comments that start with // are not part of the specification).
Test cases are stored in the _cases directory.
---
layout: case // leave this entry as is
date-submitted: 2015-05-17 // Date of submission
model: IBPSA.Fluid.Examples.FlowSystem.Basic // Modelica model name
sources: // List of required repositories
- repository: git@github.com:ibpsa/modelica-ibpsa.git // Git repository
commit: 15259eeb2dcd4f5c60794a1cd11a55fcb4eb6cb9 // Commit hash
- repository: git@github.com:myRepo/test-repo.git // Git repository
commit: 25259eeb2dcd4f5c60794a1cd11a55fcb4eb6cb9 // Commit hash
tool: Dymola|OPTIMICA|OpenModelica // Tool. Enter either Dymola, OPTIMICA, OpenModelica
tool-version: 2022 // Tool version
tool-issue-number: xxx // Optional: The ticket number if there is
// a support request with the tool developer
tool-issue-link: xxx // Optional: URL to the tool issue,
// such as link to a github issue
status: // Status: either closed, work-around or open
discussion: xxx // Optional: URL to dicussion or issue on
// https://github.com/ibpsa/modelica-challenge-problems
library-issue-link: xxx // Optional: URL to the library issue,
// such as link to a github issue
os: Linux Ubuntu 20.04 // Operating system
compiler: gcc version 9.4.0 // Optional. Compiler version.
command: xxx // Command to simulate the model
files: // List any number of scripts needed to run the model
- name: xxx // File name of the script (as is used in the command)
content: xxx // Content of script
log: xxx // Paste the log output of the simulator
---
Provide a brief one to two sentence description that will be displayed in the overview table.
<!--excerpt-->
Provide a more detailed description.
Note that entries with multiple lines can be entered as follows:
log: |+ This is a log entry that has two lines.