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

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

change rrc for trailer tyres

parent ffdbcf10
No related branches found
No related tags found
No related merge requests found
......@@ -65,7 +65,7 @@ namespace TUGraz.VectoCore.Models.Declaration
private Payloads _payloads;
private PTOTransmission _pto;
public static PTOTransmission PTOTransmission
{
get { return Instance()._pto ?? (Instance()._pto = new PTOTransmission()); }
......@@ -221,7 +221,7 @@ namespace TUGraz.VectoCore.Models.Declaration
public static class Trailer
{
public const double RollResistanceCoefficient = 0.00555;
public const double RollResistanceCoefficient = 0.0055;
public const double TyreTestLoad = 37500;
public const bool TwinTyres = false;
//public const string WheelsType = "385/65 R 22.5";
......
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