nickolasclarke / dispatch

A discrete-event simulation (DES) model for simulating deployment of EV bus fleets, using GTFS data
2 stars 0 forks source link

include charging rate profile when charging bus batteries #19

Open nickolasclarke opened 4 years ago

nickolasclarke commented 4 years ago

Currently we use a fixed charge rate (default of 150 kw) regardless of the battery State of Charge (SoC). This does not match reality and will give us inflated charge values.

r-barnes commented 4 years ago

@nickolasclarke : Is there a simple equation that could be used to approximate the charge profile?

nickolasclarke commented 4 years ago

I'll do some sleuthing. I suspect there is.