Compare commits

..

4 Commits

Author SHA1 Message Date
DenisMitchell b545406ac8
Merge e4ed698125 into c06e1bf43c 2024-08-31 11:58:40 +00:00
DenisMitchell e4ed698125
Update Charge-Temp-Estimation.md
Reference images from repo
2024-08-31 07:58:38 -04:00
DenisMitchell ac67db6bda
Add files via upload
for direct reference
2024-08-31 07:54:50 -04:00
DenisMitchell ca1123e595
Merge branch 'FOME-Tech:master' into patch-2_electronic-TB 2024-08-31 07:53:08 -04:00
4 changed files with 3 additions and 3 deletions

View File

@ -10,7 +10,7 @@ Three modes of charge temperature estimation are available; _RPM+TPS_, _Air Mass
Interpolates between four coefficients based on RPM and TPS to generate a coefficient for estimating the intake air temperature. The coefficient determines the percentage of the estimated air temperature that comes from the IAT with the remainder coming from the CLT.
![image](https://github.com/user-attachments/assets/1eecfe48-18ae-4510-8b28-ca4c4c882153)
![image](Charge-Temp-Estimation/cteRpmTpsMode.png)
For example, a coefficient of 0.2500 means that 25% of the estimated air temperature is from the IAT, and 75% from the CLT. If the IAT was 20C and the CLT was 80C, the calculation for estimated air temperature would be `(40C * 0.25) + (80C * 0.75) = 70C`.
@ -20,7 +20,7 @@ A coefficient of 0.9000 (which may be used at high loads/RPM) would result in th
Also labeled as Airflow interpolation mode. This uses linear interpolation between the _low flow coefficient_ at zero flow and the _high flow coefficient_ at the _max air flow_ to calculate the balance between IAT and CLT to arrive at the final estimated air temperature. Similar to RPM+TPS, the calculated coefficient determines what percentage of the IAT makes up the charge temperature estimate.
![image](https://github.com/user-attachments/assets/ae7dde43-d062-4b67-89ff-a57a4bddfc52)
![image](Charge-Temp-Estimation/cteAirflowInterpolation.png)
For example, a _low flow coefficient_ of 0.100, a _high flow coefficent_ of 0.900 and a _max air flow_ of 300 kg/h would result in a calculated coefficient of 0.5 at an air flow of 150 kg/h. This means that the charge temperature estimate would be a 50/50 split between IAT and CLT. At or above max air flow, the calculated coefficient would be 0.9. Similar to the above examples in RPM+TPS mode, the resultant charge temperature estimate would be `(40C * 0.90) + (80C * 0.10) = 44C`.
@ -28,7 +28,7 @@ For example, a _low flow coefficient_ of 0.100, a _high flow coefficent_ of 0.90
Uses a 2D table to return the charge temperature estimation coefficient based on the calculated flow rate. Similar to the above examples, the resultant charge temperature estimate is calculated by `(IAT * coefficient) + (CLT * [1 - coefficient])`.
![image](https://github.com/user-attachments/assets/174bb7a2-d67f-469a-80c8-780f70e4f7fb)
![image](Charge-Temp-Estimation/cteCoeff.png)
## Increase rate limit, Decrease rate limit

Binary file not shown.

After

Width:  |  Height:  |  Size: 9.6 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 50 KiB

Binary file not shown.

After

Width:  |  Height:  |  Size: 14 KiB