Changes between Version 2 and Version 3 of Ticket #2788, comment 9
- Timestamp:
- 2014-08-24T18:02:05Z (11 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #2788, comment 9
v2 v3 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 We get as solution the Req = f(Req), which is still a nonlinear loop .6 We get as solution the Req = f(Req), which is still a nonlinear loop and not the soultion, because left and right side depennds on Req. 7 7 My fix worked for this good enough! 8 8