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

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

remove checks in vtp mode

parent 888803e7
No related branches found
No related tags found
No related merge requests found
......@@ -520,7 +520,7 @@ namespace TUGraz.VectoCore.Models.Declaration
public static readonly PerSecond WheelSpeedZeroTolerance = 0.1.RPMtoRad();
public static readonly PerSecond MaxWheelSpeedDifferenceStandstill = 1.RPMtoRad();
public static readonly NewtonMeter MaxWheelTorqueDifference = 200.SI<NewtonMeter>();
public static readonly NewtonMeter MaxWheelTorqueDifference = 1000.SI<NewtonMeter>();
public static readonly PerSecond MinFanSpeed = 20.RPMtoRad();
public static readonly PerSecond MaxFanSpeed = 4000.RPMtoRad();
......
......@@ -91,7 +91,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Impl
foreach (var entry in Data.Entries) {
VerifyWheelSpeeds(entry);
VerifyWheelTorque(entry);
//VerifyWheelTorque(entry); // no thresholds defined in legislation
VerifyFanSpeed(hasElectricFan, entry);
}
......
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