Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit d54f0796 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

adapt cutch test due to changed clutch behavior: clutch-norm-speed changed, no...

adapt cutch test due to changed clutch behavior: clutch-norm-speed changed, no 'power equivalent' output torque - remains constant; no neg. clutch losses
parent 881f935e
No related branches found
No related tags found
No related merge requests found
......@@ -55,10 +55,10 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
[Test,
// clutch slipping
TestCase(DrivingBehavior.Driving, 100, 0, 0, 62.119969),
TestCase(DrivingBehavior.Driving, 100, 30, 48.293649, 62.119969),
// clutch opened
TestCase(DrivingBehavior.Halted, 100, 30, 0, 58.643062),
TestCase(DrivingBehavior.Driving, 100, 0, 100, 65.6889),
TestCase(DrivingBehavior.Driving, 100, 30, 100, 65.6889),
// clutch opened - would cause neg. clutch losses (which is not possible), torque is adapted
TestCase(DrivingBehavior.Halted, 100, 30, 51.1569, 58.643062),
// clutch closed
TestCase(DrivingBehavior.Driving, 100, 80, 100, 80),
TestCase(DrivingBehavior.Braking, 100, 80, 100, 80),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment