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

Merge pull request #246 in VECTO/vecto-sim from...

Merge pull request #246 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:bugfix/VECTO-327-tc_loss-0 to develop

* commit 'd5d207dd':
  when disengaged: at gearbox input speed (and torque converter speed) is 0
  change code to have a brakepoint when tc-loss < 0
parents 2e64d459 d5d207dd
No related branches found
No related tags found
No related merge requests found
......@@ -246,7 +246,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
var retval = IdleController.Request(absTime, dt, 0.SI<NewtonMeter>(), null);
retval.ClutchPowerRequest = 0.SI<Watt>();
CurrentState.SetState(0.SI<NewtonMeter>(), retval.EngineSpeed, outTorque, outAngularVelocity);
CurrentState.SetState(0.SI<NewtonMeter>(), 0.SI<PerSecond>(), outTorque, outAngularVelocity);
TorqueConverter.Locked(CurrentState.InTorque, CurrentState.InAngularVelocity);
......
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