diff --git a/.gitignore b/.gitignore index 8a74085..ebbf500 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1,3 @@ -/pdftotext -/__pycache__ notes +/pdftotext +/__pycache__ \ No newline at end of file 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! diff --git a/README.md b/README.md index 364858d..631b890 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 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 + +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 diff --git a/aero_data_needed b/aero_data_needed new file mode 100644 index 0000000..e69de29