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

correct testdata truck to match vetco 2.2

parent 7445ddc2
No related branches found
No related tags found
No related merge requests found
......@@ -128,7 +128,7 @@ namespace TUGraz.VectoCore.Tests.Integration
TyreTestLoad = 31300.SI<Newton>()
},
new Axle {
AxleWeightShare = 0.2,
AxleWeightShare = 0.25,
Inertia = 14.9.SI<KilogramSquareMeter>(),
RollResistanceCoefficient = 0.0065,
TwinTyres = true,
......@@ -160,7 +160,7 @@ namespace TUGraz.VectoCore.Tests.Integration
};
return new VehicleData {
AxleConfiguration = AxleConfiguration.AxleConfig_4x2,
CrossSectionArea = 9.5.SI<SquareMeter>(),
CrossSectionArea = 6.2985.SI<SquareMeter>(),
CrossWindCorrectionMode = CrossWindCorrectionMode.NoCorrection,
DragCoefficient = 1,
CurbWeight = 7100.SI<Kilogram>(),
......
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