I'm trying to estimate the average range reduction in mileage per hour of use of a constant electrical load within an electric car:
Assumptions (Vehicle):
$$ Usable \ vehicle \ battery \ capacity \ (B) = 84.7 \ kWh $$
$$ Vehicle \ range \ without \ additional \ load \ (R) = 220 \ miles $$
Assumptions (Constant Load):
$$ Current \ draw (A) = 45 \ amps $$
$$ Voltage \ (V) = 12 \ volts $$
$$ Running \ time \ (H) = 1 \ hour $$
This is what I thought should be the correct answer:
Car Efficiency:
$$ \frac{R_{(miles)}}{B_{(kWh)}} = E_{(miles \ per \ kWh)} $$ $$ \frac{220_{(miles)}}{84.7_{(kWh)}} = 2.6_{(miles \ per \ kWh)} $$
Constant Load:
$$ \frac{A_{(amps)} \times V_{(volts)} \times H_{(hours)}}{1000} = L_{(kWh)} $$ $$ \frac{45_{(amps)} \times 12_{(volts)} \times 1_{(hour)}}{1000} = 0.54_{(kWh)} $$
Reduction in Range:
$$L_{(kWh)} \times E_{(miles \ per \ kWh)} = mileage \ reduction \ per \ hour$$ $$0.54_{(kWh)} \times 2.6_{(miles \ per \ kWh)} = 1.4 \ miles \ per \ hour \ of \ use$$
However this must be incorrect, because as the efficiency of the vehicle drops (miles per kWh), the miles per hour of use also goes down when it should surely go up?