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

add attributes to air density property: required

parent d3c3e1ad
Branches
Tags
No related merge requests found
......@@ -138,9 +138,10 @@ namespace TUGraz.VectoCore.Models.SimulationComponent.Data
SIRange(0, 60000, emsMission: true)]
public Kilogram TrailerGrossVehicleWeight { get; internal set; }
[Required, SIRange(0.1, 0.7)]
[Required, SIRange(0.1, 2)]
public Meter DynamicTyreRadius { get; internal set; }
[Required, SIRange(0.1, 100)]
public KilogramPerCubicMeter AirDensity { get; internal set; }
public KilogramSquareMeter WheelsInertia
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment