Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS has been phased out. To see alternatives please check here

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

gearbox: when disengaged: set gearbox input speed to engine speed.

results in a more concise output in vmod. P_clutch_out and P_gbx_in are equal
parent 26168cd5
Branches
Tags
No related merge requests found
...@@ -264,6 +264,8 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl ...@@ -264,6 +264,8 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
var response = NextComponent.Request(absTime, dt, inTorque, null); var response = NextComponent.Request(absTime, dt, inTorque, null);
CurrentState.InAngularVelocity = response.EngineSpeed;
response.GearboxPowerRequest = outTorque * avgAngularVelocity; response.GearboxPowerRequest = outTorque * avgAngularVelocity;
return response; return response;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment