picture file missing

 The EV modeling program

 helps battle complexities of batteries, weights, Peukert Effects etc







The very simple, user-unfriendly C program, ev.c, is driven by a user request to design a 3 or 4 wheel vehicle which will travel a given range at a given speed. Ev.c considers each appropriate battery model, asking itself how this battery might be used in meeting the stated goals. The report on each user request is a web compatible table where each line of the table corresponds to a battery model considered. Marginal results are color-coded yellow; worse results are colored red.

Input

You define a desired EV's requirements: The battery information is built into the program at present. It is a superset of the information used to document these web pages. It is called, simply, The Battery Table.

Output 'banner'

Sample output can be viewed here. A short summary of the car in question is given just before the table is shown.
'mazda12v', empty 2000 lbs, $5000, +driver, motor, no batts 2335#
Cd 0.35, Area 20 sq ft, RRC 0.0120, steer'g/brake drag 0.0030
requesting 55 mile range at cruise of 60 mph
Proj cost includes $500 charger for LA or $2000 for BMS if not LA
Ev conv kit $2500 if <= 8hp, Thunderstruck
Ev conv kit $6400 if  > 8hp, KTA

Output columns

LA (Lead Acid), AGM, LI (Lithium Ion)
Battery's model name
nominal voltage
nominal amp-hour rating
weight in lbs. mount not considered
Depth of Discharge . Set in the battery table. Typically 80%.
sum of all drag forces, lbs. more
Watt-hours per mile at the requested speed
Rear wheel horsepower needed to maintain requested speed on level ground.
amperage needed to maintain requested speed on level ground.
kilowatts needed to maintain requested speed on level ground.
required Watt-Hours for requested range at requested speed.
Peukert Efficiency at the requested speed.
Required amp-hours of pack.
pack voltage.
number of batteries per 'string'.
number of strings of batteries. ideal is 1.
total number of batteries
pack's weight, lbs. Does not include mounting hardware, cables.
pack's portion of total vehicle weight, percent. Some texts say this should be 30% or larger for EVs driven by LA batteries.
pack cost, dollars. Shipping, taxes, discounts not included.
portion of req'd range met by this pack design.
final range value, miles.
total vehicle weight, w/ driver, motor, pack etc.
total project cost, dollars. Some fudge factors are thrown in for BMS, misc costs. These values are probably only useful for relative comparisons.
The value cells are sometimes color-coded to indicate a problem. For instance, if the vehicle is described as a 3 wheeler and the final vehicle weight exceeds the DMV/CHP maximum for such, the cell will be colored red. When close to a threshold, it will be yellow.

Caveats

The program does not consider:
file: REDSTICK/car/evDotC.html