Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

However, now that energy will not be dropping, I think keeping weight as low as we relatively can is actually an important factor to consider. MS15’s battery cells already had the most minimal gravimetric and volumetric energy density that we possibly could have had with commercially widely available options (5Ah, 21700 form factor). So weight-wise, our greatest room for improvement lies in the overhead weight added from the rest of the battery system instead of the battery cells.

Comparing P45B and 50S

In our entire electrical system, power inputted into the system is equal to the power used by the system, this is true by the law of conservation of energy.

...

The electrical system gets power from the batteries, solar array, and regen braking. Those powers inputted into the system are consumed by the motors, PCBs, losses, and probably some other things. This is probably a big simplification but it probably covers most of the power consumed (with the rest being negligible here).

...

Solar power is the only power we are able to get externally. Battery power is limited, we start with full SOC but the only way to get new energy in is from solar. So the value of battery power tells us the net power of the car (the battery makes up for whatever power the solar can’t). If the battery is providing power we know we are running energy negative, if the battery is gaining power we know we are running energy positive, and if the battery is neither providing nor gaining energy we know we are running energy neutral.

...

Since I am interested in comparing the battery power consumption for different p-counts, I am interested in ΔPbat. For the purpose of comparing different parallel configurations, the only values that will make a difference should be power consumed by motors and power loss from pack internal resistance. I will assume solar, regen, PCB power consumption, and all other power loss aren’t dependent on parallel count (I’m going to assume no difference in cooling for now since trying to find actual amount of cooling needed is too tricky to do without doing testing). Based on this assumption, when calculating ΔPbat, Psolar, Ppcb, Plosses (that aren’t IR losses) and Pregen would all be cancelled out.

...

This being the case, I’ll still try to include the main power consumers that I can easily find values for so that Pbat is still somewhat in the correct ballpark:

...

Power consumed by the motor can be represented using all the power our car needs to overcome to move (acceleration, drag, rolling resistance, gravity when on a gradient). I will also assume a 90% efficiency as a constant.

...

For power loss from internal resistance, the power loss can written using P=I^2R.

...

Using KCL, we can write

...

And then we can further write

...

Each component of motor power are

...

Plugging all of them in, we get

...

These are the main equations I will use to calculate battery power consumption, battery heat production, battery energy consumption, and total heat generation.

How much Heat Generation is Acceptable?

...

How much Heat Generation is Acceptable?

A lot of teams ran a passive pack with no cooling during WSC. Ideally we would also do the same for MS16, but it’s not an option due to reg change forcing some form of forced air cooling on all battery packs (and it must be turned on whenever the pack is connected). However, this doesn’t stop us from having a pack that is functionally passive for all intents and purposes, with “fans” playing an unimportant role for cooling.

...

The equation for heat production in Watts from IR loss is

...

A typical tour day is 9 hours, from 9am to 6pm. I will take Psolar from a calculator for solar insolation that I found online from UNM’s website. I’ll use data for the coordinates of Nashville as a constant for solar insolation. Based on this website, the more South-West we move in the states, we should be getting more sunlight throughout the race week. So my Psolar value should be more conservative than what we actually get.

Here is the matlab script I will run for heat generation and power consumption when considering the whole race (scenario 1):

View file
nameTotalHeatGeneration.m

Here is the matlab script I will run for considering short term high power scenarios (scenario 2):

View file
nameTransientPowerCalcs.m

50S vs P45B Scenario 1

The first scenario I will consider will be a 36S8P configuration based on the specs of the Samsung INR21700-50S cell (max charging temp of 50 deg C). I will also assume this configuration will give a total car mass of 296kg. I am assuming that the P45B configuration will have no problem helping us reach our target 300kg total car mass, and that the difference in weight between the two battery packs will be 3.5kg (2kg for battery difference, 2kg for overhead weight, I think this should be reasonable…).

The datasheet for the 50S is a little rough because it gives a lot of different numbers for max charge temp and talks about “re-charge release” and “discharge release” (I’m not able to confirm what they actually mean, Samsung never responded to my emails), I am going with 50 deg C because if you scroll down to “Pack Design Guidelines” Samsung says to not exceed 50 deg C charge temperature range and 80 deg C discharge temperature range. I think it’s better to err on the safer side and go with 50C. This also matches the max charge temp for 50G, which is a higher cycle count cell that has a lower discharge rate. 50S has a higher discharge temperature cutoff of 80 deg C vs. the 50G’s 60 deg C cutoff which makes sense since the 50S is designed for power tools and the 50G seems more designed for e-mobility, appliances, EVs, and things that don’t need as much power density. Power cells probably don’t absolutely need to have a high charge operating temp since the actual heavy power draw would be when it’s discharging, so I think it checks outP = I^2R, but if I make it a function of bunch of things like car speed, mass, gradient, etc, then it comes out like this. I took the Voltage part out cause it looked neater like this and also cancelled out with some things.

...

A typical tour day is 9 hours, from 9am to 6pm. I will take Psolar from a calculator for solar insolation that I found online from UNM’s website. I’ll use data for the coordinates of Nashville as a constant for solar insolation. Based on this website, the more South-West we move in the states, we should be getting more sunlight throughout the race week. So my Psolar value should be more conservative than what we actually get.

Here is the matlab script I will run for heat generation and power consumption when considering the whole race (scenario 1):

View file
nameTotalHeatGeneration.m

Here is the matlab script I will run for considering short term high power scenarios (scenario 2):

View file
nameTransientPowerCalcs.m

50S vs P45B Scenario 1

The first scenario I will consider will be a 36S8P configuration based on the specs of the Samsung INR21700-50S cell (max charging temp of 50 deg C). I will also assume this configuration will give a total car mass of 296kg. I am assuming that the P45B configuration will have no problem helping us reach our target 300kg total car mass, and that the difference in weight between the two battery packs will be 3.5kg (2kg for battery difference, 2kg for overhead weight, I think this should be reasonable…).

The datasheet for the 50S is a little rough because it gives a lot of different numbers for max charge temp and talks about “re-charge release” and “discharge release” (I’m not able to confirm what they actually mean, Samsung never responded to my emails), I am going with 50 deg C because if you scroll down to “Pack Design Guidelines” Samsung says to not exceed 50 deg C charge temperature range and 80 deg C discharge temperature range. I think it’s better to err on the safer side and go with 50C.

This pack should run the hottest since it has the lowest parallel count. I will assume the car runs at a constant speed of 80km/h and with constant solar.

...