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


Ignore:
Timestamp:
2014-08-24T17:49:31Z (11 years ago)
Author:
Vitalij Ruge

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #2788, comment 9

    initial v1  
    11The solution of SimpleEngine.mo is wrong!
    2 My fix worked for this good enough!
     2
    33{{{
    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}}}
     6Req = f(Req)
     7My fix worked for this good enough!
    68
    7 Req = f(Req)