Changes between Initial Version and Version 1 of Ticket #4293
- Timestamp:
- 2017-03-01T21:22:14Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #4293 – Description
initial v1 1 Please consider the models contained in the attached .mo file. They containan implicit rational equation to compute {{{mu}}} given {{{p}}} and {{{T}}}1 Please 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}}} 2 2 {{{ 3 3 T = r_mu * (p *1e-5) / (mu * 1e7 - c_mu) … … 40 40 This 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. 41 41 42 Please also note that all the involved variables have nominal values for scaling. 43 42 44 If the kinsol solver is used, the simulation fails at initialization, which is at least a consistent behaviour. 43 45