Changes between Version 1 and Version 2 of Ticket #5459, comment 33
- Timestamp:
- 2019-07-18T22:31:00Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #5459, comment 33
v1 v2 4 4 Whoa, there are 122 function calls and constructors in the simples {{{HeatingSystem3}}} model, going through them one by one is a bit inconvenient. Besides, they involve the Modelica.Fluid IF97 water model, which has a very tricky hidden caching systems based on LateInline and CSE. I wonder if that could also be part of the problem. 5 5 6 I searched for the keyword {{{dummy}}} in the flat model and I found that there are several functions with inputs that may or may not be used, such as viscosity, but my understanding is that no sane model should try to solve for the viscosity given other quantities, normally you compute it givepressure and temperature/specific enthalpy.6 I searched for the keyword {{{dummy}}} in the flat model and I found that there are several functions with inputs that may or may not be used, such as viscosity, but my understanding is that no sane model should try to solve for the viscosity given other quantities, normally you compute the viscosity givem pressure and temperature/specific enthalpy. 7 7 8 8 I think we should go once more through the bltdump and try to figure out why certain dummy candidate states are selected.