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

don't look at shift lines if torque demand is too high

parent 5f37be6b
Branches
No related tags found
No related merge requests found
......@@ -2087,7 +2087,9 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Strategies
// //tmp.FuelCosts = double.NaN; // = Tuple.Create(true, response.Gearbox.Gear - 1);
// tmp.IgnoreReason |= HybridConfigurationIgnoreReason.EngineSpeedBelowDownshift;
//}
if (!tmp.IgnoreReason.EngineTorqueDemandTooHigh()) {
CheckGearshiftLimits(tmp, resp);
}
if (resp.Source is TorqueConverter) {
if (resp is ResponseUnderload) {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment