Code development platform for open source projects from the European Union institutions

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

engine: add source for dry-run response

parent 2b3143f0
No related branches found
No related tags found
No related merge requests found
...@@ -207,6 +207,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl ...@@ -207,6 +207,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
EnginePowerRequest = torqueOut * avgEngineSpeed, EnginePowerRequest = torqueOut * avgEngineSpeed,
AuxiliariesPowerDemand = auxTorqueDemand * avgEngineSpeed, AuxiliariesPowerDemand = auxTorqueDemand * avgEngineSpeed,
EngineSpeed = angularVelocity, EngineSpeed = angularVelocity,
Source = this,
}; };
} }
......
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