Changes between Version 1 and Version 2 of Ticket #6068, comment 13


Ignore:
Timestamp:
2020-08-19T09:27:35Z (4 years ago)
Author:
Karim Adbdelhak

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #6068, comment 13

    v1 v2  
    1515
    1616I 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`)
    1818  2. `delta(min = 0.0)` is an incorrect lower boundary
    1919  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`.