From 95d134d27d52d8d0bd54159fcbcb6284b102a5f9 Mon Sep 17 00:00:00 2001 From: Erick Date: Thu, 16 Dec 2021 18:40:31 +0100 Subject: [PATCH] Updated downforce and ride height values New front and rear downforce reference value for 2022 car from AE division. New drag force value for 2022 car from AE division. New ride height values based on VI-Grade reference system --- aer_standard_CV.aer | 62 ++++++++++++++++++++++----------------------- 1 file changed, 31 insertions(+), 31 deletions(-) diff --git a/aer_standard_CV.aer b/aer_standard_CV.aer index 1cc0a3b..228c251 100644 --- a/aer_standard_CV.aer +++ b/aer_standard_CV.aer @@ -4,7 +4,7 @@ FILE_TYPE = 'aer' FILE_VERSION = 5.00 FILE_FORMAT = 'ASCII' (COMMENTS) -{comment_string) +{comment_string} 'Aero Data Standard CV' $--------------------------------------------------------------------------UNITS [UNITS] @@ -18,10 +18,10 @@ $--------------------------------------------------------------------------UNITS $----------------------------------------------------------------TEST_CONDITIONS [TEST_CONDITIONS] reference_velocity = 50.0 -reference_density = 1.21 -front_ride_height_min = -25.0 +reference_density = 1.18 +front_ride_height_min = 95.0 front_ride_height_max = 100.0 -rear_ride_height_min = -25.0 +rear_ride_height_min = 40.0 rear_ride_height_max = 100.0 DRAG_ARM_HEIGHT_MIN = -50 DRAG_ARM_HEIGHT_MAX = 800 @@ -29,47 +29,47 @@ $----------------------------------------------------------------FRONT_DOWNFORCE [FRONT_DOWNFORCE] (Z_DATA) {rear_ride_height } -0 -25 -50 -75 +40 +55 +70 +85 100 (XY_DATA) {front_ride_height downforce } -0 238.340 238.340 238.340 238.340 238.340 238.340 -25 238.340 238.340 238.340 238.340 238.340 238.340 -50 238.340 238.340 238.340 238.340 238.340 238.340 -75 238.340 238.340 238.340 238.340 238.340 238.340 -100 238.340 238.340 238.340 238.340 238.340 238.340 +35 212.000 212.000 212.000 212.000 212.000 +50 212.000 212.000 212.000 212.000 212.000 +65 212.000 212.000 212.000 212.000 212.000 +80 212.000 212.000 212.000 212.000 212.000 +95 212.000 212.000 212.000 212.000 212.000 $-----------------------------------------------------------------REAR_DOWNFORCE [REAR_DOWNFORCE] (Z_DATA) {rear_ride_height } -0 -25 -50 -75 +40 +55 +70 +85 100 (XY_DATA) {front_ride_height downforce } -0 257.060 257.060 257.060 257.060 257.060 257.060 -25 257.060 257.060 257.060 257.060 257.060 257.060 -50 257.060 257.060 257.060 257.060 257.060 257.060 -75 257.060 257.060 257.060 257.060 257.060 257.060 -100 257.060 257.060 257.060 257.060 257.060 257.060 +35 293.000 293.000 293.000 293.000 293.000 +50 293.000 293.000 293.000 293.000 293.000 +65 293.000 293.000 293.000 293.000 293.000 +80 293.000 293.000 293.000 293.000 293.000 +95 293.000 293.000 293.000 293.000 293.000 $---------------------------------------------------------------------------DRAG [DRAG] (Z_DATA) {rear_ride_height } -0 -25 -50 -75 +40 +55 +70 +85 100 (XY_DATA) {front_ride_height drag } -0 151.6000 151.6000 151.6000 151.6000 151.6000 151.6000 -25 151.6000 151.6000 151.6000 151.6000 151.6000 151.6000 -50 151.6000 151.6000 151.6000 151.6000 151.6000 151.6000 -75 151.6000 151.6000 151.6000 151.6000 151.6000 151.6000 -100 151.6000 151.6000 151.6000 151.6000 151.6000 151.6000 \ No newline at end of file +35 151.0000 151.0000 151.0000 151.0000 151.0000 +50 151.0000 151.0000 151.0000 151.0000 151.0000 +65 151.0000 151.0000 151.0000 151.0000 151.0000 +80 151.0000 151.0000 151.0000 151.0000 151.0000 +95 151.0000 151.0000 151.0000 151.0000 151.0000 \ No newline at end of file