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 d106e611 authored by Markus Quaritsch's avatar Markus Quaritsch
Browse files

adapt clutch test: clutch is only slipping during drive off

parent d7179e48
No related branches found
No related tags found
No related merge requests found
......@@ -56,12 +56,12 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
[Test,
// clutch slipping
TestCase(DrivingBehavior.Driving, 100, 0, 0, 65.6889),
TestCase(DrivingBehavior.Driving, 100, 30, 45.6697, 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),
TestCase(DrivingBehavior.Driving, 100, 30, 100, 30),
// clutch opened due to braking
//TestCase(DrivingBehavior.Braking, 0, 55, null, null),
]
......
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