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

Merge pull request #725 in VECTO/vecto-sim from...

Merge pull request #725 in VECTO/vecto-sim from ~EMQUARIMA/vecto-sim:feature/VECTO-768-vtp-mode to develop

* commit '8b821030':
  remove checks in vtp mode
parents 73506fca 8b821030
No related branches found
No related tags found
No related merge requests found
......@@ -521,7 +521,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.
Please register or to comment