Just a short bug report:
The ride height in the setup viewer is wrong for the Nordschleife. Here's some info I just gathered:
Ferrari 296 GT3:
Nordschleife:
Test-Setup-1:
Rear: 70mm, 12 wing, 4 brake ducts
Front: 70mm, 0 splitter, 4 brake
JSON:
"aeroBalance":
{
"rideHeight": [ 0, 6, 0, 18 ],
"rodLength": [ 54.432662963867188, 54.432662963867188, 53.447620391845703, 53.447620391845703 ],
"splitter": 0,
"rearWing": 12,
"brakeDuct": [ 4, 4 ]
},
Test-Setup-2:
Rear:
75mm, 12 wing, 4 brake ducts
Front: 70mm, 0 splitter, 4 brake
JSON:
"aeroBalance":
{
"rideHeight": [ 0, 6, 5, 18 ],
"rodLength": [ 54.507701873779297, 54.507701873779297, 58.459964752197266, 58.459964752197266 ],
"splitter": 0,
"rearWing": 12,
"brakeDuct": [ 4, 4 ]
},
Monza for comparison:
Test-Setup-1:
Rear: 70mm, 12 wing, 4 brake ducts
Front: 70mm, 0 splitter, 4 brake
JSON:
"aeroBalance":
{
"rideHeight": [ 20, 6, 20, 18 ],
"rodLength": [ 53.571235656738281, 53.571235656738281, 50.839450836181641, 50.839450836181641 ],
"splitter": 0,
"rearWing": 12,
"brakeDuct": [ 4, 4 ]
},
Test-Setup-2:
Rear:
75mm, 12 wing, 4 brake ducts
Front: 70mm, 0 splitter, 4 brake
JSON:
"aeroBalance":
{
"rideHeight": [ 20, 6, 25, 18 ],
"rodLength": [ 53.645999908447266, 53.645999908447266, 55.855415344238281, 55.855415344238281 ],
"splitter": 0,
"rearWing": 12,
"brakeDuct": [ 4, 4 ]
},
And since 70/70 is the minimum for the Nordschleife, here's the minimum at Monza too:
Test-Setup-3:
Rear:
50mm, 12 wing, 4 brake ducts
Front:
50mm, 0 splitter, 4 brake
JSON:
"aeroBalance":
{
"rideHeight": [ 0, 6, 0, 18 ],
"rodLength": [ 33.4869384765625, 33.4869384765625, 30.938554763793945, 30.938554763793945 ],
"splitter": 0,
"rearWing": 12,
"brakeDuct": [ 4, 4 ]
},
Summary:
Nordschleife Minimum (70/70):
- Ride Heights: 0/0
- Rod Lengths: 54.4/53.4
Nordschleife Rear +5mm:
- Ride Heights: 0/5
- Rod Lengths: 54.5/58.5
Monza Minimum (50/50):
- Ride Heights: 0/0
- Rod Lengths: 33.5/30.9
Monza 70/70:
- Ride Heights: 20/20
- Rod Lengths: 53.6/50.8
Monza 70/75:
- Ride Heights: 20/25
- Rod Lengths: 53.6/55.9
Conclusion:
1. Rod lengths seem to be a bit different: Nords = +1mm front, +2.6mm rear
2. From there, the clicks are as usual +1mm
3. Other view: 0 clicks mean +21mm for the front and +22.6mm for the rear