diff --git a/.gitignore b/.gitignore index cb7991f..bfa6551 100644 --- a/.gitignore +++ b/.gitignore @@ -1,3 +1 @@ -pdftotext.py -/__pycache__ notes diff --git a/aer_standard_CV.aer b/aer_standard_CV.aer index 5a220bc..bc18521 100644 --- a/aer_standard_CV.aer +++ b/aer_standard_CV.aer @@ -17,6 +17,7 @@ $----------------------------------------------------------------units {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 +'kmh' 1 0 0 0 -1 277.78 $-------------------------------------------------------------test_conditions [TEST_CONDITIONS] reference_velocity = 100.0 diff --git a/data_needed.md b/data_needed.md index a252c43..ed03569 100644 --- a/data_needed.md +++ b/data_needed.md @@ -3,29 +3,29 @@ ### AER STANDARD: ### - simulation parameters: - car speed - air density at the track - ride heights min and max (front and rear) - drag arm height min and max (?) + general parameters: + [km/h] car speed + [kgpm3] air density at the track + [mm] ride heights min and ride height max, front/rear aero parame: - front and rear downforce + [mm] drag arm height min and max TODO: verify what data exactly the program expects + [N] front and rear downforce (X,Y,Z) + [N] front and rear ride height drag (X,Y,Z) ### AER ADVANCED: ### - simulation parameters: - air density at the track - car frontal area - ride heights min and max (front and rear) - drag arm height min and max (?) + general parameters: + [kgpm3] air density at the track + [mm^2] car frontal area TODO: verify unit (mm^2 or m^2) + [mm] drag arm height min and max TODO: verify what data exactly the program expects offset parameters: - speed threshold - velocity offset reference - cz - BALANCE_Z (?) + [km/h] velocity threshold + [km/h] velocity offset reference + CZ + BALANCE_Z TODO: verify what does it mean CX body/front/rear aero and dynamics parameters (body/front/rear and angles): @@ -34,4 +34,4 @@ roll steering angle front and rear ride height - wind effect (angle and speed) + wind effect (angle [deg] and speed[km/h])