-
Notifications
You must be signed in to change notification settings - Fork 82
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
Issue1349 reducedorder fails in openmodelica #1377
Issue1349 reducedorder fails in openmodelica #1377
Conversation
…openmodelica' into Issue1349_reducedorder_fails_in_openmodelica
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.
Thanks for the nice work! Please revert one file.
block StartState | ||
outer output Modelica.Units.SI.HeatFlowRate Q_dot_C; | ||
outer output Modelica.Units.SI.HeatFlowRate Q_dot_H; | ||
initial equation | ||
Q_dot_C = 1e-3; | ||
Q_dot_H = 1e-3; |
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.
Either I pushed local changes or you merged the branch for the AHU in here. Please revert this file, as my current changes may be wrong!
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.
Nice, thanks!!
Solving 1349, all examples except for MultizoneEquipped and MultizoneMoistAirCO2Equipped simulate in OM. This is related to Issue1344 missing transition functions in AHU.