-
Notifications
You must be signed in to change notification settings - Fork 7
Home
Joris Zimmermann edited this page Mar 2, 2022
·
12 revisions
Welcome to the modeliquarree wiki!
Useful tips for Git:
- When working with your own fork of modeliquarree, you need to be able to stay in sync with the upstream repository:
- Nice alias for viewing the commit history in the command line
git hist
- Add this to your .gitconfig file (in
C:\Users\yourname\.gitconfig
) hist = log --graph --decorate --oneline --all
- Add this to your .gitconfig file (in
- Meld: Great tool for viewing differences between files. Can be linked to
git difftool
Track the compatibility of the different models with different versions of OpenModelica and Dymola.
"FMU" means: The functional mockup unit can be created by that program version and works with pyfmi
Status at b01a639 (15 Dec 2021)
Model | OpenModelica 1.16.2 | OpenModelica 1.18.0 | Dymola 2021 |
---|---|---|---|
Gesamt_Sim_noLP | ☑ | ☑ | ☑ |
Gesamt_Sim_noLP (FMU) | not tested | not tested | not tested |
Gesamt_Sim_ExcelReadIn | ☐ | ☐ | ☐ (crashes at 5.7s) |
Gesamt_Sim_ExcelReadIn (FMU) | not tested | not tested | not tested |
FMU_PhyModel | ☑ | ☑ | ☑ |
FMU_PhyModel (FMU) | ☐ | ☐ | not tested |
FMU_PhyModel_sorted | ☑ | ☑ | ☑ |
FMU_PhyModel_sorted (FMU) | ☐ | ☐ | not tested |
ElectrolysisSystem | ☑ | ☐ | ☑ |
ElectrolysisSystem (FMU) | ☑ | ☐ | not tested |
Status at 2fc9776 (16 Nov 2021)
After first inclusion of ExcelReader.
Model | OpenModelica 1.16.2 | OpenModelica 1.18.0 | Dymola 2021 |
---|---|---|---|
Gesamt_Sim_noLP | ☑ | ☑ | not tested |
Gesamt_Sim_noLP (FMU) | not tested | not tested | not tested |
FMU_PhyModel | ☑ | ☑ | not tested |
FMU_PhyModel (FMU) | ☐ "Exit Initialize returned with an error" | ☐ "Exit Initialize returned with an error" | not tested |
FMU_PhyModel_sorted | ☑ | ☑ | not tested |
FMU_PhyModel_sorted (FMU) | ☐ "Exit Initialize returned with an error" | ☐ "Exit Initialize returned with an error" | not tested |
ElectrolysisSystem | not tested | not tested | not tested |
ElectrolysisSystem (FMU) | ☑ | ☐ no .fmu created | not tested |
Status at 1bb0cea (4 Aug 2021)
Model without detailed electrolyser.
Model | OpenModelica 1.16.2 | OpenModelica 1.18.0 | Dymola 2021 | Simulink |
---|---|---|---|---|
Gesamt_Sim_noLP | ☑ | ☑ | not tested | not tested |
Gesamt_Sim_noLP (FMU) | not tested | not tested | not tested | not tested |
FMU_PhyModel | ☑ | ☑ | not tested | not tested |
FMU_PhyModel (FMU) | ☑ | ☑ | not tested | ☑ |
Drafts for defining some versions
- 0.1.0 33bf438 Provide BouncingBall example
- 0.2.0 957ff9b Include hptestbench (OpenModelica Heatpump Testbench in Python)
- 0.3.0 1bb0cea District model with simplified electrolyser
- 0.4.0 47a8669 District model with detailed electrolyser
- 0.5.0 2fc9776 Inclusion of ExcelReader
- 0.6.0 7974715 Removal of detailed electrolyser from district model