Changes between Version 1 and Version 2 of Ticket #2788, comment 9


Ignore:
Timestamp:
2014-08-24T18:01:01Z (11 years ago)
Author:
Vitalij Ruge

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2788, comment 9

    v1 v2  
    44 Req = if Req == Test.SimpleEngine_pass.Requirement.success or (-the_model_under_test.damper1.w_rel) > desired_velocity then Test.SimpleEngine_pass.Requirement.success else Test.SimpleEngine_pass.Requirement.unknown
    55}}}
    6 Req = f(Req)
     6We get as solution the Req = f(Req), which is still a nonlinear loop.
    77My fix worked for this good enough!
    88