From ec0e3777416a3a0504b35bc2b03c17d2b19d7fc3 Mon Sep 17 00:00:00 2001
From: fwongkwok <53922077+fwongkwok@users.noreply.github.com>
Date: Sat, 15 Aug 2020 17:08:34 +1000
Subject: [PATCH] changed more downforce values

---
 mur_2019/data/aero.ini             |  9 ++++++---
 mur_2019/data/wing_body_AOA_CD.lut | 17 +++++------------
 mur_2019/data/wing_body_AOA_CL.lut | 12 ++++++------
 3 files changed, 17 insertions(+), 21 deletions(-)

diff --git a/mur_2019/data/aero.ini b/mur_2019/data/aero.ini
index 6cae1e8..e979e5e 100644
--- a/mur_2019/data/aero.ini
+++ b/mur_2019/data/aero.ini
@@ -6,13 +6,13 @@ VERSION=3
 NAME=BODY								; name of the wing
 CHORD=1									; length of the wing in meters
 SPAN=1.0								; width of the wing in meters. both help determine the frontal area of the wing. Single unit is used to simplify calculations
-POSITION=0,0.23,0						; position in x,y,z starting from the CoG
+POSITION=0,0.278,0						; position in x,y,z starting from the CoG
 LUT_AOA_CL=wing_body_AOA_CL.lut			; Coefficient of Lift lookup table
 LUT_GH_CL=								; Height aero lift multiplier lookup table
-CL_GAIN=1.0								; Coefficient of Lift multiplier (for easy fine tuning) 
+CL_GAIN=6.0								; Coefficient of Lift multiplier (for easy fine tuning) 
 LUT_AOA_CD=wing_body_AOA_CD.lut			; Coefficient of drag lookup table
 LUT_GH_CD=								; Height aero drag multiplier table
-CD_GAIN=1.0								; Coefficient of drag multiplier (for easy fine tuning)
+CD_GAIN=6.0								; Coefficient of drag multiplier (for easy fine tuning)
 ANGLE=0									; Default starting wing angle (degrees)
 ZONE_FRONT_CL=0     ; CL=CL/(1.0+ZONE_0_CL*DAMAGE)
 ZONE_FRONT_CD=0    ; CD=CD*(1.0+ZONE_0_CD*DAMAGE)
@@ -24,3 +24,6 @@ ZONE_RIGHT_CL=0     ; CL=CL/(1.0+ZONE_0_CL*DAMAGE)
 ZONE_RIGHT_CD=0.01     ; CD=CD*(1.0+ZONE_0_CD*DAMAGE)
 YAW_CL_GAIN=-0.0
 
+
+
+
diff --git a/mur_2019/data/wing_body_AOA_CD.lut b/mur_2019/data/wing_body_AOA_CD.lut
index 01b5a0c..29ffb3b 100644
--- a/mur_2019/data/wing_body_AOA_CD.lut
+++ b/mur_2019/data/wing_body_AOA_CD.lut
@@ -1,15 +1,8 @@
 -10|1
-0|0.41
-2|0.42
-5|0.44
-8|0.46
-10|0.48
-12|0.50
-14|0.51
-16|0.53
-20|0.60
-24|0.65
-26|0.70
-30|1
+0|0.2
+4|0.39
+8|0.78
+13|1.17
+17|1.56
 
 
diff --git a/mur_2019/data/wing_body_AOA_CL.lut b/mur_2019/data/wing_body_AOA_CL.lut
index b7a745a..7a507e0 100644
--- a/mur_2019/data/wing_body_AOA_CL.lut
+++ b/mur_2019/data/wing_body_AOA_CL.lut
@@ -1,7 +1,7 @@
--10|0
-0|0.0
-2|0.0
-5|0.0
-8|0.0
-10|0.0
+-10|2.3
+0|0.45
+4|0.87
+8|1.73
+13|2.65
+17|3.46
 
-- 
GitLab