Skip to content
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

issue1494: fix missing parameter bindings #1504

Merged
merged 5 commits into from
Jun 19, 2024

Conversation

jonas0902
Copy link
Contributor

closes #1494
Missing parameter bindings have been added in the form of default parameters.
Redundant conditional arguments in a non-connect context have been removed.

Copy link
Contributor

@FWuellhorst FWuellhorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Looks good, only two minor questions!

@@ -226,12 +226,6 @@ model Chiller "Base model of FastHVAC Chiller"
extent={{6,-6},{-6,6}},
rotation=90,
origin={16,-52})));
Modelica.Blocks.Interfaces.RealInput iceFac_in if not useBusConnectorOnly
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please revert this change, this should not impact OM

@FWuellhorst
Copy link
Contributor

@jonas0902 : Can you check the model Error: Check Model AixLib.ThermalZones.HighOrder.Validation.EmpiricalValidation.Warehouse? Error:

     Error:     AixLib.ThermalZones.HighOrder.Validation.EmpiricalValidation.Warehouse  
['Check of <a href="Modelica://AixLib.ThermalZones.HighOrder.Validation.EmpiricalValidation.Warehouse">AixLib.ThermalZones.HighOrder.Validation.EmpiricalValidation.Warehouse</a>:\nError: The following parameters don\'t have any value:\n  room.absInnerWallSurf\n  room.coeffTableSolDistrFractions.coeffCeiling\n  room.coeffTableSolDistrFractions.coeffFloor\n  room.coeffTableSolDistrFractions.coeffOWEast\n  room.coeffTableSolDistrFractions.coeffOWNorth\n  room.coeffTableSolDistrFractions.coeffOWSouth\n  room.coeffTableSolDistrFractions.coeffOWWest\n  room.coeffTableSolDistrFractions.coeffWinAbs\n  room.coeffTableSolDistrFractions.coeffWinLost\n\nThe model has the same number of unknowns and equations: 1161\nThe model has the same number of unknowns and equations\nfor the given numerical settings of parameters: 1161\nError: ERRORS have been issued.\n', 2, 0, 3]

@ebc-aixlib-bot
Copy link
Contributor

Errors in regression test. Compare the results on the following page
https://ebc.pages.rwth-aachen.de/EBC_all/github_ci/AixLib/issue1494-fix-missing-param-bindings/plots

Copy link
Contributor

@FWuellhorst FWuellhorst left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CI passes, thanks for the fix!

@jonas0902 jonas0902 merged commit 0a91f07 into main Jun 19, 2024
@jonas0902 jonas0902 deleted the issue1494-fix-missing-param-bindings branch June 19, 2024 08:12
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
3 participants