From b4003d9da27ef37c77f13c9ecf7a5e42d43e3fda Mon Sep 17 00:00:00 2001 From: Erick Date: Tue, 30 Nov 2021 23:00:57 +0100 Subject: [PATCH 1/4] first commit --- .gitignore | 3 + README.md | 33 ++- aer_advanced_CV.txt | 541 ++++++++++++++++++++++++++++++++++++++++++++ aer_standard_CV.txt | 84 +++++++ aero_data_needed | 0 5 files changed, 660 insertions(+), 1 deletion(-) create mode 100644 .gitignore create mode 100644 aer_advanced_CV.txt create mode 100644 aer_standard_CV.txt create mode 100644 aero_data_needed diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..ebbf500 --- /dev/null +++ b/.gitignore @@ -0,0 +1,3 @@ +notes +/pdftotext +/__pycache__ \ No newline at end of file diff --git a/README.md b/README.md index 364858d..3fb7b4c 100644 --- a/README.md +++ b/README.md @@ -1 +1,32 @@ -# mmr-aeromap-vigrade \ No newline at end of file +# MoRe Modena Racing - Aeromap for VI-Grade simulation + +This repository is made to create an aeromap file for VI-Grade and make an accurate simulation of a FSAE vehicle. +There are two tipes of scripts, AER Standard and AER Advanced. The main difference between the two is that AER Advanced scripts require more input than AER Standard, and thus outputs more precise data. + + +## AER Standard + +The Standard AER file contains aero maps as functions of front and rear ride heights: + + - front downforce + - rear downforce + - drag force + +The maps resolution and extension is customizable, but it is strongly recommended that the maps are defined for +all the ride heights combination allowed by the ride height saturation boundaries. Standard and user defined units could be used to define the maps. +NOTE: the user-defined unit tags are not supported within tables. They are accepted for single value parameters only. + +## AER Advanced + +The Advanced AER file contains: + + - front and rear downforce + - front and rear side force + - drag force + - rolling torque + - pitch torque + +The maps resolution and extension is customizable, but it is strongly recommended that the maps are defined for all the ride heights combination allowed by the ride height saturation boundaries. Standard and user defined units could be used to define the maps. +NOTE: the user-defined unit tags are not supported within tables. They are accepted for single value parameters only. + +ATTENTION: the 1.0 file format is now deprecated, you need to use the 2.0 version or convert your 1.0 file to 2.0 file \ No newline at end of file diff --git a/aer_advanced_CV.txt b/aer_advanced_CV.txt new file mode 100644 index 0000000..7aa6e01 --- /dev/null +++ b/aer_advanced_CV.txt @@ -0,0 +1,541 @@ +$-----------------------------------------------------------------VIGRADE_HEADER +[VIGRADE_HEADER] +FILE_TYPE = 'aer' +FILE_VERSION = 2.0 +FILE_FORMAT = 'ASCII' +(COMMENTS) +{comment_string} +'AER Advanced MMR Combustion' +'NOTE: the user-defined unit tags are not supported within tables' +' They are accepted for single value parameters only.' +$--------------------------------------------------------------------------UNITS +[UNITS] +(BASE) +{length force angle mass time } +'mm' 'newton' 'degree' 'kg' 'sec' +(USER) +{unit_type length force angle mass time conversion} +'mps' 1 0 0 0 -1 1e3 +'kgpm3' -3 0 0 1 0 1e-9 +'kmh' 1 0 0 0 -1 277.78 +$-------------------------------------------------------------------------MODEL +[MODEL] +PROPERTY_FILE_FORMAT = 'ADVANCED' +$------------------------------------------------------------GENERAL_PARAMETERS +[GENERAL_PARAMETERS] +AIR_DENSITY = 1.22 $[kg/m^3] +AERO_FRONTAL_AREA = 1.0e6 +FRONT_RIDE_HEIGHT_MIN = 0.0 +FRONT_RIDE_HEIGHT_MAX = 120.0 +REAR_RIDE_HEIGHT_MIN = 0.0 +REAR_RIDE_HEIGHT_MAX = 140.0 +DRAG_ARM_HEIGHT_MIN = -1.0e3 +DRAG_ARM_HEIGHT_MAX = 1.0e3 +$--------------------------------------------------------------OFFSET_PARAMETERS +[OFFSET_PARAMETERS] +VELOCITY_THRESHOLD = 0.0 $[km/h] +REFERENCE_VELOCITY_OF_OFFSET = 0.0 $[km/h] +CZ = 0.0 $[per REFERENCE_VELOCITY_OF_OFFSET] +BALANCE_Z = 0.0 $[per REFERENCE_VELOCITY_OF_OFFSET] +CX_BODY = 0.0 $[per REFERENCE_VELOCITY_OF_OFFSET] +CX_FRONT = 0.0 $[per REFERENCE_VELOCITY_OF_OFFSET] +CX_REAR = 0.0 $[per REFERENCE_VELOCITY_OF_OFFSET] +$ +$ downforce coefficients and modifiers +$-----------------------------------------------------------------------------CZ +[CZ] +(Z_DATA) +{rear_ride_height} +0.0 +20.0 +40.0 +60.0 +80.0 +100.0 +120.0 +140.0 +(XY_DATA) +{ front_ride_height cz_coeff } +0.0 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 +20.0 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 +40.0 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 +60.0 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 +80.0 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 +100.0 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 +120.0 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 1.901639 +$----------------------------------------------------------------------BALANCE_Z +[BALANCE_Z] +(Z_DATA) +{rear_ride_height} +0.0 +20.0 +40.0 +60.0 +80.0 +100.0 +120.0 +140.0 +(XY_DATA) +{ front_ride_height balance_coeff } +0.0 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 +20.0 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 +40.0 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 +60.0 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 +80.0 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 +100.0 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 +120.0 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 41.3793 +$------------------------------------------------------------------------CZB_YAW +[CZB_YAW] +{ yaw_angle cbody_effect } +-5.0 1.0 +-2.5 1.0 +0.0 1.0 +2.5 1.0 +5.0 1.0 +$----------------------------------------------------------------------CZB_PITCH +[CZB_PITCH] +{ pitch_angle cbody_effect } +-30.0 1.0 +-20.0 1.0 +-10.0 1.0 +0.0 1.0 +10.0 1.0 +20.0 1.0 +30.0 1.0 +$-----------------------------------------------------------------------CZB_ROLL +[CZB_ROLL] +{ roll_angle cbody_effect } +-2.0 1.0 +0.0 1.0 +2.0 1.0 +$-------------------------------------------------------------------CZB_STEERING +[CZB_STEERING] +{ steering_angle cbody_effect } +-50.0 1.0 +-20.0 1.0 +0.0 1.0 +20.0 1.0 +50.0 1.0 +$-------------------------------------------------------------------------CZF_YAW +[CZF_YAW] +{ yaw_angle cfront_effect } +-5.0 1.0 +-2.5 1.0 +0.0 1.0 +2.5 1.0 +5.0 1.0 +$----------------------------------------------------------------------CZF_PITCH +[CZF_PITCH] +{ pitch_angle cfront_effect } +-30.0 1.0 +-20.0 1.0 +-10.0 1.0 +0.0 1.0 +10.0 1.0 +20.0 1.0 +30.0 1.0 +$-----------------------------------------------------------------------CZF_ROLL +[CZF_ROLL] +{ roll_angle cfront_effect } +-20.0 1.0 +-10.0 1.0 +0.0 1.0 +10.0 1.0 +20.0 1.0 +$-------------------------------------------------------------------CZF_STEERING +[CZF_STEERING] +{ steering_angle cfront_effect } +-10.0 1.0 +-5.0 1.0 +0.0 1.0 +5.0 1.0 +10.0 1.0 +$------------------------------------------------------------------------CZR_YAW +[CZR_YAW] +{ yaw_angle crear_effect } +-5.0 1.0 +-2.5 1.0 +0.0 1.0 +2.5 1.0 +5.0 1.0 +$----------------------------------------------------------------------CZR_PITCH +[CZR_PITCH] +{ pitch_angle crear_effect } +-30.0 1.0 +-20.0 1.0 +-10.0 1.0 +0.0 1.0 +10.0 1.0 +20.0 1.0 +30.0 1.0 +$-----------------------------------------------------------------------CZR_ROLL +[CZR_ROLL] +{ roll_angle crear_effect } +-20.0 1.00 +-10.0 1.00 +0.0 1.00 +10.0 1.00 +20.0 1.00 +$-------------------------------------------------------------------CZR_STEERING +[CZR_STEERING] +{ steering_angle crear_effect } +-50.0 1.00 +-20.0 1.00 +0.0 1.00 +20.0 1.00 +50.0 1.00 +$ +$ dragforce coefficients and modifiers +$------------------------------------------------------------------------CX_BODY +[CX_BODY] +(Z_DATA) +{rear_ride_height} +0.0 +20.0 +40.0 +60.0 +80.0 +100.0 +120.0 +140.0 +(XY_DATA) +{ front_ride_height cx_body_coeff } +0.0 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 +20.0 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 +40.0 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 +60.0 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 +80.0 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 +100.0 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 +120.0 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 1.311475 +$-----------------------------------------------------------------------CX_FRONT +[CX_FRONT] +(Z_DATA) +{rear_ride_height} +0.0 +20.0 +40.0 +60.0 +80.0 +100.0 +120.0 +140.0 +(XY_DATA) +{ front_ride_height cx_front_coeff } +0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +20.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +40.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +60.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +80.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +100.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +120.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +$------------------------------------------------------------------------CX_REAR +[CX_REAR] +(Z_DATA) +{ rear_ride_height } +0.0 +20.0 +40.0 +60.0 +80.0 +100.0 +120.0 +140.0 +(XY_DATA) +{ front_ride_height cx_front_coeff } +0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +20.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +40.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +60.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +80.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +100.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +120.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 0.0 +$-------------------------------------------------------------------------CX_YAW +[CX_YAW] +{ yaw_angle cdrag_effect } +-5.0 1.00 +-2.5 1.00 +0.0 1.00 +2.5 1.00 +5.0 1.00 +$-----------------------------------------------------------------------CX_PITCH +[CX_PITCH] +{ pitch_angle cdrag_effect } +-30.0 1.0 +-20.0 1.0 +-10.0 1.0 +0.0 1.0 +10.0 1.0 +20.0 1.0 +30.0 1.0 +$------------------------------------------------------------------------CX_ROLL +[CX_ROLL] +{ roll_angle cdrag_effect } +-20.0 1.00 +-10.0 1.00 +0.0 1.00 +10.0 1.00 +20.0 1.00 +$--------------------------------------------------------------------CX_STEERING +[CX_STEERING] +{ steering_angle cdrag_effect } +-50.0 1.0 +-20.0 1.0 +0.0 1.0 +20.0 1.0 +50.0 1.0 +$ +$ sideforce coefficients and modifiers +$-----------------------------------------------------------------------------CY +[CY] +(Z_DATA) +{rear_ride_height} +0.0 +40.0 +80.0 +140.0 +(XY_DATA) +{ front_ride_height cy_coeff } +0.0 0.2 0.2 0.2 0.2 +40.0 0.2 0.2 0.2 0.2 +80.0 0.2 0.2 0.2 0.2 +120.0 0.2 0.2 0.2 0.2 +$----------------------------------------------------------------------BALANCE_Y +[BALANCE_Y] +(Z_DATA) +{rear_ride_height} +0.0 +40.0 +80.0 +140.0 +(XY_DATA) +{ front_ride_height balance_coeff } +0.0 30.0 30.0 30.0 30.0 +40.0 30.0 30.0 30.0 30.0 +80.0 30.0 30.0 30.0 30.0 +120.0 30.0 30.0 30.0 30.0 +$------------------------------------------------------------------------CYB_YAW +[CYB_YAW] +{ yaw_angle cbody_effect } +-5.0 1.00 +-2.5 1.00 +0.0 0.00 +2.5 -1.00 +5.0 -1.00 +$----------------------------------------------------------------------CYB_PITCH +[CYB_PITCH] +{ pitch_angle cbody_effect } +-30.0 1.00 +-20.0 1.00 +-10.0 1.00 +0.0 1.00 +10.0 1.00 +20.0 1.00 +30.0 1.00 +$-----------------------------------------------------------------------CYB_ROLL +[CYB_ROLL] +{ roll_angle cbody_effect } +-20.0 1.00 +-10.0 1.00 +0.0 1.00 +10.0 1.00 +20.0 1.00 +$-------------------------------------------------------------------CYB_STEERING +[CYB_STEERING] +{ steering_angle cbody_effect } +-50.0 1.00 +-20.0 1.00 +0.0 1.00 +20.0 1.00 +50.0 1.00 +$------------------------------------------------------------------------CYF_YAW +[CYF_YAW] +{ yaw_angle cfront_effect } +-5.0 1.00 +-2.5 1.00 +0.0 1.00 +2.5 1.00 +5.0 1.00 +$----------------------------------------------------------------------CYF_PITCH +[CYF_PITCH] +{ pitch_angle cfront_effect } +-30.0 1.00 +-20.0 1.00 +-10.0 1.00 +0.0 1.00 +10.0 1.00 +20.0 1.00 +30.0 1.00 +$-----------------------------------------------------------------------CYF_ROLL +[CYF_ROLL] +{ roll_angle cfront_effect } +-20.0 1.00 +-10.0 1.00 +0.0 1.00 +10.0 1.00 +20.0 1.00 +$-------------------------------------------------------------------CYF_STEERING +[CYF_STEERING] +{ steering_angle cfront_effect } +-50.0 1.00 +-20.0 1.00 +0.0 1.00 +20.0 1.00 +50.0 1.00 +$------------------------------------------------------------------------CYR_YAW +[CYR_YAW] +{ yaw_angle crear_effect } +-5.0 1.00 +-2.5 1.00 +0.0 1.00 +2.5 1.00 +5.0 1.00 +$----------------------------------------------------------------------CYR_PITCH +[CYR_PITCH] +{ pitch_angle crear_effect } +-30.0 1.00 +-20.0 1.00 +-10.0 1.00 +0.0 1.00 +10.0 1.00 +20.0 1.00 +30.0 1.00 +$-----------------------------------------------------------------------CYR_ROLL +[CYR_ROLL] +{ roll_angle crear_effect } +-20.0 1.00 +-10.0 1.00 +0.0 1.00 +10.0 1.00 +20.0 1.00 +$-------------------------------------------------------------------CYR_STEERING +[CYR_STEERING] +{ steering_angle crear_effect } +-50.0 1.00 +-20.0 1.00 +0.0 1.00 +20.0 1.00 +50.0 1.00 +$ +$ rollmoment coefficients and modifiers +$----------------------------------------------------------------------------CMX +[CMX] +(Z_DATA) +{rear_ride_height} +0.0 +40.0 +80.0 +140.0 +(XY_DATA) +{ front_ride_height cmx_coeff } +0.0 0.0 0.0 0.0 0.0 +40.0 0.0 0.0 0.0 0.0 +80.0 0.0 0.0 0.0 0.0 +120.0 0.0 0.0 0.0 0.0 +$-----------------------------------------------------------------------CMXB_YAW +[CMXB_YAW] +{ yaw_angle cbody_effect } +-5.0 1.00 +-2.5 1.00 +0.0 0.00 +2.5 -1.00 +5.0 -1.00 +$---------------------------------------------------------------------CMXB_PITCH +[CMXB_PITCH] +{ pitch_angle cbody_effect } +-30.0 1.00 +-20.0 1.00 +-10.0 1.00 +0.0 1.00 +10.0 1.00 +20.0 1.00 +30.0 1.00 +$----------------------------------------------------------------------CMXB_ROLL +[CMXB_ROLL] +{ roll_angle cbody_effect } +-20.0 1.00 +-10.0 1.00 +0.0 1.00 +10.0 1.00 +20.0 1.00 +$------------------------------------------------------------------CMXB_STEERING +[CMXB_STEERING] +{ steering_angle cbody_effect } +-50.0 1.00 +-20.0 1.00 +0.0 1.00 +20.0 1.00 +50.0 1.00 +$-----------------------------------------------------------------------CMXF_YAW +[CMXF_YAW] +{ yaw_angle cfront_effect } +-5.0 1.00 +-2.5 1.00 +0.0 1.00 +2.5 1.00 +5.0 1.00 +$---------------------------------------------------------------------CMXF_PITCH +[CMXF_PITCH] +{ pitch_angle cfront_effect } +-30.0 1.00 +-20.0 1.00 +-10.0 1.00 +0.0 1.00 +10.0 1.00 +20.0 1.00 +30.0 1.00 +$----------------------------------------------------------------------CMXF_ROLL +[CMXF_ROLL] +{ roll_angle cfront_effect } +-20.0 1.00 +-10.0 1.00 +0.0 1.00 +10.0 1.00 +20.0 1.00 +$------------------------------------------------------------------CMXF_STEERING +[CMXF_STEERING] +{ steering_angle cfront_effect } +-50.0 1.00 +-20.0 1.00 +0.0 1.00 +20.0 1.00 +50.0 1.00 +$-----------------------------------------------------------------------CMXR_YAW +[CMXR_YAW] +{ yaw_angle crear_effect } +-5.0 1.00 +-2.5 1.00 +0.0 1.00 +2.5 1.00 +5.0 1.00 +$---------------------------------------------------------------------CMXR_PITCH +[CMXR_PITCH] +{ pitch_angle crear_effect } +-30.0 1.00 +-20.0 1.00 +-10.0 1.00 +0.0 1.00 +10.0 1.00 +20.0 1.00 +30.0 1.00 +$----------------------------------------------------------------------CMXR_ROLL +[CMXR_ROLL] +{ roll_angle crear_effect } +-20.0 1.00 +-10.0 1.00 +0.0 1.00 +10.0 1.00 +20.0 1.00 +$------------------------------------------------------------------CMXR_STEERING +[CMXR_STEERING] +{ steering_angle crear_effect } +-50.0 1.00 +-20.0 1.00 +0.0 1.00 +20.0 1.00 +50.0 1.00 +$-------------------------------------------------------------------WIND_EFFECT +[WIND_EFFECT] +$ Direction w.r.t. X axis (angle units) +DIRECTION = 180.0 +$ Wind velocity +SPEED = 0 \ No newline at end of file diff --git a/aer_standard_CV.txt b/aer_standard_CV.txt new file mode 100644 index 0000000..50de495 --- /dev/null +++ b/aer_standard_CV.txt @@ -0,0 +1,84 @@ +$---------------------------------------------------------------------MDI_HEADER +[MDI_HEADER] +FILE_TYPE = 'aer' +FILE_VERSION = 5 +FILE_FORMAT = 'ASCII' +(COMMENTS) +{comment_string} +'AER Standard MMR Combustion' +'NOTE: the user-defined unit tags are not supported within tables' +' They are accepted for single value parameters only.' +$----------------------------------------------------------------units +[UNITS] +(BASE) +{length force angle mass time} +'mm' 'N' 'degree' 'kg' 'sec' +(USER) +{unit_type length force angle mass time conversion} +'m_s' 1 0 0 0 -1 1000.0 +'kgpm3' -3 0 0 1 0 1e-9 +$-------------------------------------------------------------test_conditions +[TEST_CONDITIONS] +reference_velocity = 100.0 +air_density = 1.0 $[kg/m^3] +reference_density = 1.0 +front_ride_height_min = 10.0 +front_ride_height_max = 160.0 +rear_ride_height_min = 10.0 +rear_ride_height_max = 160.0 +drag_arm_height_min = -50.0 +drag_arm_height_max = 50.0 +$-------------------------------------------------------------front_downforce +[FRONT_DOWNFORCE] +(Z_DATA) +{rear_ride_height } +10.0 +40.0 +80.0 +120.0 +140.0 +160.0 +(XY_DATA) +{front_ride_height downforce } +10.0 400.0 400.0 400.0 400.0 400.0 400.0 +40.0 400.0 400.0 400.0 400.0 400.0 400.0 +80.0 400.0 400.0 400.0 400.0 400.0 400.0 +120.0 400.0 400.0 400.0 400.0 400.0 400.0 +140.0 400.0 400.0 400.0 400.0 400.0 400.0 +160.0 400.0 400.0 400.0 400.0 400.0 400.0 +$--------------------------------------------------------------rear_downforce +[REAR_DOWNFORCE] +(Z_DATA) +{rear_ride_height } +10.0 +40.0 +80.0 +120.0 +140.0 +160.0 +(XY_DATA) +{front_ride_height downforce } +10.0 500.0 500.0 500.0 500.0 500.0 500.0 +40.0 500.0 500.0 500.0 500.0 500.0 500.0 +80.0 500.0 500.0 500.0 500.0 500.0 500.0 +120.0 500.0 500.0 500.0 500.0 500.0 500.0 +140.0 500.0 500.0 500.0 500.0 500.0 500.0 +160.0 500.0 500.0 500.0 500.0 500.0 500.0 +$------------------------------------------------------------------------drag +[DRAG] +(Z_DATA) +{rear_ride_height } +10.0 +40.0 +80.0 +120.0 +140.0 +160.0 +(XY_DATA) +{front_ride_height drag } +10.0 1200.0 1200.0 1200.0 1200.0 1200.0 1200.0 +40.0 1200.0 1200.0 1200.0 1200.0 1200.0 1200.0 +80.0 1200.0 1200.0 1200.0 1200.0 1200.0 1200.0 +120.0 1200.0 1200.0 1200.0 1200.0 1200.0 1200.0 +140.0 1200.0 1200.0 1200.0 1200.0 1200.0 1200.0 +160.0 1200.0 1200.0 1200.0 1200.0 1200.0 1200.0 \ No newline at end of file diff --git a/aero_data_needed b/aero_data_needed new file mode 100644 index 0000000..e69de29 From fe80dfe8a4f8e964ea464cfa73bd503045675378 Mon Sep 17 00:00:00 2001 From: Erick Date: Tue, 30 Nov 2021 23:06:06 +0100 Subject: [PATCH 2/4] Update LICENSE --- LICENSE | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/LICENSE b/LICENSE index 8000a6f..e96aa7a 100644 --- a/LICENSE +++ b/LICENSE @@ -501,4 +501,4 @@ necessary. Here is a sample; alter the names: , 1 April 1990 Ty Coon, President of Vice -That's all there is to it! +That's all there is to it! From e0a669f9cc5f5e99a236c193737d5816fc6f7fc2 Mon Sep 17 00:00:00 2001 From: Erick <74315338+erickahmed@users.noreply.github.com> Date: Tue, 30 Nov 2021 23:07:47 +0100 Subject: [PATCH 3/4] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 3fb7b4c..631b890 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,7 @@ # MoRe Modena Racing - Aeromap for VI-Grade simulation -This repository is made to create an aeromap file for VI-Grade and make an accurate simulation of a FSAE vehicle. -There are two tipes of scripts, AER Standard and AER Advanced. The main difference between the two is that AER Advanced scripts require more input than AER Standard, and thus outputs more precise data. +This repository was made to create an aeromap file for VI-Grade and make an accurate simulation of a FSAE vehicle. +There are two tipes of scripts, AER Standard and AER Advanced. The main difference between the two is that AER Advanced scripts requires more data in input than AER Standard, and thus outputs more precise data. ## AER Standard @@ -29,4 +29,4 @@ The Advanced AER file contains: The maps resolution and extension is customizable, but it is strongly recommended that the maps are defined for all the ride heights combination allowed by the ride height saturation boundaries. Standard and user defined units could be used to define the maps. NOTE: the user-defined unit tags are not supported within tables. They are accepted for single value parameters only. -ATTENTION: the 1.0 file format is now deprecated, you need to use the 2.0 version or convert your 1.0 file to 2.0 file \ No newline at end of file +ATTENTION: the 1.0 file format is now deprecated, you need to use the 2.0 version or convert your 1.0 file to 2.0 file From 5667461da456a247684eb68acbd88521883f7316 Mon Sep 17 00:00:00 2001 From: Erick Date: Tue, 30 Nov 2021 23:10:29 +0100 Subject: [PATCH 4/4] changed format from .txt to .aer --- aer_advanced_CV.txt => aer_advanced_CV.aer | 0 aer_standard_CV.txt => aer_standard_CV.aer | 0 2 files changed, 0 insertions(+), 0 deletions(-) rename aer_advanced_CV.txt => aer_advanced_CV.aer (100%) rename aer_standard_CV.txt => aer_standard_CV.aer (100%) diff --git a/aer_advanced_CV.txt b/aer_advanced_CV.aer similarity index 100% rename from aer_advanced_CV.txt rename to aer_advanced_CV.aer diff --git a/aer_standard_CV.txt b/aer_standard_CV.aer similarity index 100% rename from aer_standard_CV.txt rename to aer_standard_CV.aer