Code development platform for open source projects from the European Union institutions :large_blue_circle: EU Login authentication by SMS will be completely phased out by mid-2025. To see alternatives please check here

Skip to content
Snippets Groups Projects
Commit 83e8e58e authored by Raphael LUZ's avatar Raphael LUZ
Browse files

- defined constant for trailer tyre

parent 7ff0af68
No related branches found
No related tags found
No related merge requests found
......@@ -383,7 +383,7 @@ Public Class cVEH
a0 = New cAxle
a0.Inertia = 0 'Defined later
a0.Wheels = "385/65 R22.5"
a0.Wheels = cDeclaration.TyreTr
a0.Share = a / 100
a0.TwinTire = False
......
......@@ -38,6 +38,7 @@ Public Class cDeclaration
Public Const RRCTr As Single = 0.00555
Public Const FzISOTr As Single = 37500
Public Const TyreTr As String = "385/65 R22.5"
Public Const AirDensity As Single = 1.188
Public Const FuelDens As Single = 0.832
......
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