-
Notifications
You must be signed in to change notification settings - Fork 58
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Issue1389 detailed house #1404
base: master
Are you sure you want to change the base?
Issue1389 detailed house #1404
Conversation
@LoneMeertens, thank you for addressing the issue! I really like the new structure, a great improvement. :-) Also, adding more documentation/explanation provides significant added value.
|
@lucasverleyen Thank you for the detailed feedback and suggestions! 😊 I'm glad you like the new structure and the additional documentation. I’ll take this up and include open-ideas/CrashCourse#25 and Update Tutorial IDEAS #1374 in this PR as suggested—it does make sense to consolidate related issues and PRs. Regarding the documentation and result visualization, I'll align it with the SimpleHouse tutorial from IBPSA to ensure consistency and maintain the high standard of quality. I'll also add DetailedHouse10 (as DetailedHouse) as a final example, positioned at the same level as SimpleHouse. Thanks again for the valuable input! |
@LoneMeertens perfect! Thanks a lot! In the mean time, I have looked at the unit tests, but currently, I am not able to solve the issues. DetailedHouse5 does work, but the other examples do not and I don't know why... to be continued in the new year ;-) |
@jelgerjansen good catch (__Dymola_Commands)! I suggest adding this to the documentation of the testing framework: https://github.com/open-ideas/IDEAS/blob/master/IDEAS/Resources/Scripts/tests/README.md under Developing new tests. Something like: "Make sure that the file name and path in the model annotation under __Dymola_Comands correspond to the name and path to the .mos file in Resources/Scripts/Dymola/... " What do you think? |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LoneMeertens thank you for addressing this issue. Most comments are related to model documentation and syntax.
The models previously didn't run due to the reference to an unexisting mos file in __Dymola_Commands()
. This does not generates warnings when translating the model in Dymola, but it does for the unit tests. I solved this issue via commits 8cca500 and e8f49c5
Once you've also addressed the other related issues (e.g. #1374), I'll do another review.
@lucasverleyen the If you add it, the file in |
…ating system as well.
…led house 1-5 models
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@LoneMeertens, thanks for all the changes, huge improvements! :-)
I have added a few comments on the image file names. And I have taken the freedom to improve some graphics and documentation myself. I'll have a detailed look at DetailedHouse9 and 10 before the beginning of next week, as it is too late now...
- I see that the unit tests still fail. That is most likely because many component model names have changed, so the .mos files should still be updated.
IDEAS/Resources/Images/Examples/Tutorial/DetailedHouse/Example6.png
Outdated
Show resolved
Hide resolved
IDEAS/Resources/Images/Examples/Tutorial/DetailedHouse/Example6_bis.png
Outdated
Show resolved
Hide resolved
IDEAS/Resources/Images/Examples/Tutorial/DetailedHouse/Example7.png
Outdated
Show resolved
Hide resolved
IDEAS/Resources/Images/Examples/Tutorial/DetailedHouse/Example9.png
Outdated
Show resolved
Hide resolved
IDEAS/Resources/Images/Examples/Tutorial/DetailedHouse/Example9_bus.png
Outdated
Show resolved
Hide resolved
IDEAS/Resources/Images/Examples/Tutorial/DetailedHouse/Schematic6.png
Outdated
Show resolved
Hide resolved
IDEAS/Resources/Images/Examples/Tutorial/DetailedHouse/Schematic7.png
Outdated
Show resolved
Hide resolved
IDEAS/Resources/Images/Examples/Tutorial/DetailedHouse/Schematic9.png
Outdated
Show resolved
Hide resolved
…tens/IDEAS into issue1389_DetailedHouse
…floor/ceiling in DetailedHouse5
…or as this uses a different model now (BESTEST heavy floor)
…and rename rectangular zones to recZon and recZon1
…egrator (avoid unit test warning)
…tens/IDEAS into issue1389_DetailedHouse
…e numerical values according to new model
I did some more updates, which resolves all previously mentioned To do:
@lucasverleyen and @LoneMeertens unless you would like to spend time on this during the weekend, let's discuss this further on Monday. |
Fixes #1389.
More detailed documentation and result visualization can be added if deemed valuable. This can be combined with open-ideas/__CrashCourse__#25. and #1374