Changes between Version 1 and Version 2 of Ticket #6068, comment 13
- Timestamp:
- 2020-08-19T09:27:35Z (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #6068, comment 13
v1 v2 15 15 16 16 I only see four options for the origin of this error: 17 1. `a[i,7] = 0.3` is an incorrect value (defined in [https://github.com/thorade/HelmholtzMedia/blob/master/HelmholtzMedia/HelmholtzFluids/Carbondioxide/package.mo#L116 HelmholtzMedia.HelmholtzFluids.Carbondioxide] as residualNonAnalytical)17 1. `a[i,7] = 0.3` is an incorrect value (defined in [https://github.com/thorade/HelmholtzMedia/blob/master/HelmholtzMedia/HelmholtzFluids/Carbondioxide/package.mo#L116 HelmholtzMedia.HelmholtzFluids.Carbondioxide] as `residualNonAnalytical`) 18 18 2. `delta(min = 0.0)` is an incorrect lower boundary 19 19 3. `delta` is never supposed to actually be lower than `1.0` but due to issues during solving of algebraic loops it temporarily gets assigned a value lower than `1.0`.