Opened 9 years ago
Closed 4 years ago
#3438 closed defect (fixed)
Wrong reference results for verification of MSL 3.2.1
Reported by: | Rüdiger Franke | Owned by: | Martin Sjölund |
---|---|---|---|
Priority: | normal | Milestone: | 1.16.0 |
Component: | Build Environment | Version: | trunk |
Keywords: | Cc: |
Description
The reference results for Modelica.Fluid.Examples.TraceSubstances.RoomCO2
are wrong.
The two volume.m_flow_turbulent
are set to Modelica.Constants.inf
, because no port models are configured. OpenModelica evaluates to the correct values 1e60 -- the reference results say 3.4e38.
These m_flow_turbulent have been introduced to MSL on January 15, 2013 and never changed their value. Can it be that the reference results have been generated with a wrong ModelicaServices
?
Change History (1)
comment:1 by , 4 years ago
Milestone: | Future → 1.16.0 |
---|---|
Resolution: | → fixed |
Status: | new → closed |
Note:
See TracTickets
for help on using tickets.
RoomCO2
in 3.2.1 now simulates correctly according to our library coverage tests, so I assume this was fixed at some point.