Welcome to Tesla Motors Club
Discuss Tesla's Model S, Model 3, Model X, Model Y, Cybertruck, Roadster and More.
Register
This site may earn commission on affiliate links.
Since it's fun to speculate, I threw together a little python script that uses the EPA FTP-75/HWFET traces and the unadjusted EPA rating of the S 70D to guess at Model 3 range. Using an admittedly crude comparison, I'm guesstimating a 55kWh 3 will hit 240+ mile combined and 75kWh 3 will hit 325+ miles combined with a .21 Cd. A .24 Cd hits 220+ miles for the 55 and 300+ miles for the 75.

Here's a link to my script. I appreciate any suggestions and constructive criticisms.

Model3.py

In terms of the nuts and bolts, I assumed the 3 would be 71" wide and 55" tall with a drag coefficient of .21/.24. The estimated dimensions are from the Model 3 dimensions thread on this forum. The 55s weight is estimated to be 1815kg with a driver and the 75 weighs 1905kg with a driver. That estimate is assuming a 20% smaller vehicle with a little more steel, which I adjusted for by comparing the curb weights of the last gen high strength steel F150 to the current Al bodied F150, and the increase in battery weight is form the current differences in the weight of a 70D/90D. The Crr is .0089, which is from a 2014 Tesla blog post on the Roadster 3.0. The S 70D specs I found on the interweboftubes.

Long story short, the script grabs the EPA trace files from the site, and for each data file, loops through each entry and sums the power required to overcome aero and rolling drag for each car. The range estimate is pretty straightforward. It's just the product of the ratio of S 70D power to Model 3 XXkWh power, the ratio of battery capacities, and the 70D 5-cycle range.

This I think provides a good physical ballpark, but like most things could be improved. One of the assumptions I made is that the 3's baseline power consumption would scale with the car's size compared to the S, but that might not be accurate. I've seen 50W used for the roadster, so if someone could dig up the figure for the S 70D, they could use that to get an accurate idea of what lesser (or no) improvements to that figure would do to range. Someone who is better versed with Al/HSS vehicle construction could probably come up with more accurate weight/area estimates.

The EPA only publishes the Wh/mile figures for the FTP75/HWFET tests, so if we could get the S 70D's figures for the other 3 tests as well as the method used to derive the adjusted 5-cycle range from all 5 tests, that would help out a bunch. There's also the trade-off between motor gearing/efficiency and 0-60 times, which I think the current 90D takes advantage of to get better highway range than the 70D, even though it weighs a few hundred pounds more.

Nailing down all those relationships would I think provide a nice view of how the Model 3 will perform.


Impressive work.

What would be the expected range at a syeady speed of 75 mph?