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

Skip to content
Snippets Groups Projects
Commit 3e915e5e authored by Michael KRISPER's avatar Michael KRISPER
Browse files

changed torque range from 50k Nm to 100kNm

parent 4b0b0ff1
No related branches found
No related tags found
No related merge requests found
......@@ -204,7 +204,7 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Data.Gearbox
[Required, SIRange(0, 5000)]
public PerSecond InputSpeed { get; set; }
[Required, SIRange(-50000, 50000)]
[Required, SIRange(-100000, 100000)]
public NewtonMeter InputTorque { get; set; }
[Required, SIRange(0, double.MaxValue)]
......
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