Changes between Version 1 and Version 2 of Ticket #2788, comment 9
- Timestamp:
- 2014-08-24T18:01:01Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2788, comment 9
v1 v2 4 4 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 5 5 }}} 6 Req = f(Req) 6 We get as solution the Req = f(Req), which is still a nonlinear loop. 7 7 My fix worked for this good enough! 8 8