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

slightly different torque due to lossmap lookup using the average angular velocity

parent 03fd0f2b
Branches
Tags
No related merge requests found
......@@ -272,7 +272,7 @@ namespace TUGraz.VectoCore.Tests.Models.SimulationComponent
Assert.AreEqual(absTime, port.AbsTime);
Assert.AreEqual(dt, port.Dt);
Assert.AreEqual(n, port.AngularVelocity);
AssertHelper.AreRelativeEqual(-970.6942.SI<NewtonMeter>(), port.Torque);
AssertHelper.AreRelativeEqual(-973.15585.SI<NewtonMeter>(), port.Torque);
var modData = new MockModalDataContainer();
gearbox.CommitSimulationStep(modData);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment