Opened 4 years ago
Last modified 3 years ago
#6088 new defect
Remaining issues with HelmholtzMedia — at Initial Version
Reported by: | Francesco Casella | Owned by: | Francesco Casella |
---|---|---|---|
Priority: | high | Milestone: | |
Component: | Third-Party Libraries | Version: | |
Keywords: | Cc: | matthis.thorade@…, Karim Adbdelhak |
Description
As of 18 Aug 2020, we have 42 runnable models in the library, which all go through all phases of code generation.
One fails during C-code compilation, see #6087.
Another six fail at runtime
- HelmholtzMedia.Examples.ConvergenceTest.Ancillary_Saturation apparently go above critical temperature
- HelmholtzMedia.Examples.ConvergenceTest.setSat has convergence issues with
setSat_T
at time 8.5363 - HelmholtzMedia.Examples.MediaTestModels.CarbondioxideTestModel fails with
{CarbondioxideTestModel_functions.c:2829: Invalid root: (-0.996066)^(1.33333)
, probably for reasons similar to the issue raised in this ticket - HelmholtzMedia.Examples.MediaTestModels.IsopentaneTestModel fails at initialization, probably because of bad initialization value:
assert | warning | The following assertion has been violated at time 0.000000 | | | | false assert | warning | Nominal variable violating min/max constraint: -725000.0 <= ambient.h_ambient <= 700000.0, has value: 1e+06
- HelmholtzMedia.Examples.Validation.Derivatives_SaturationBoundary fails at initialization because of multiple issues with out-of-range values
- HelmholtzMedia.Examples.Validation.idealGasLimit runs into numerical problems at time = 480
@matthis, feel free to further investigate and comment or ask for clarifications here.
Note:
See TracTickets
for help on using tickets.