Changes between Initial Version and Version 1 of Ticket #4293


Ignore:
Timestamp:
2017-03-01T21:22:14Z (8 years ago)
Author:
Francesco Casella
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #4293 – Description

    initial v1  
    1 Please consider the models contained in the attached .mo file. They contain an implicit rational equation to compute {{{mu}}} given {{{p}}} and {{{T}}}
     1Please consider the package contained in the attached .mo file. It contains a model with an implicit rational equation to compute {{{mu}}} given {{{p}}} and {{{T}}}
    22{{{
    33T =   r_mu * (p *1e-5) / (mu * 1e7 - c_mu)
     
    4040This is really unacceptable, because no error is issued, though the solution is completely bogus. It is OK if we cannot solve some problems, but claiming they're solved when they aren't is really dangerous.
    4141
     42Please also note that all the involved variables have nominal values for scaling.
     43
    4244If the kinsol solver is used, the simulation fails at initialization, which is at least a consistent behaviour.
    4345