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

Skip to content
Snippets Groups Projects
Commit 76725a04 authored by Markus QUARITSCH's avatar Markus QUARITSCH
Browse files

Merge pull request #800 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:develop to develop

* commit '2007eb85':
  revert unintendedly committed change
parents 7ddbfcec 2007eb85
No related branches found
No related tags found
No related merge requests found
......@@ -323,7 +323,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
var operatingPointList = ModelData.FindOperatingPoint(outTorque, outAngularVelocity, DataBus.EngineIdleSpeed);
if (operatingPointList.Count == 0) {
Log.Debug("TorqueConverter: Failed to find torque converter operating point, fallback: creeping");
var tqOperatingPoint = ModelData.FindOperatingPoint(DataBus.EngineIdleSpeed * 1.001, outAngularVelocity);
var tqOperatingPoint = ModelData.FindOperatingPoint(DataBus.EngineIdleSpeed * 1.00, outAngularVelocity);
var engineResponse = (ResponseDryRun)
NextComponent.Request(absTime, dt, tqOperatingPoint.InTorque, tqOperatingPoint.InAngularVelocity, true);
......
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