Bus stops with charging points that are used by multiple buses (lets assume 2 charging points) can have the following pattern in reality:
- Bus 1 arrives, connects to charging point
- Bus 2 arrives, connects to charging point
- Bus 3 arrives, waits
- Bus 1 leaves
- Bus 2 moves up to the first charging point, disconnecting and reconnecting to charging in the process
- Bus 3 moves up to the seconds charging point, disconnecting and reconnecting to charging in the process
As far as I'm aware this can't be accurately modelled by the buffer time, since it is dependent on multiple vehicles and their schedules. Another problem is the 1 minute time step used for the simulation and events, since these are supposed to be very short events.
Bus stops with charging points that are used by multiple buses (lets assume 2 charging points) can have the following pattern in reality:
As far as I'm aware this can't be accurately modelled by the buffer time, since it is dependent on multiple vehicles and their schedules. Another problem is the 1 minute time step used for the simulation and events, since these are supposed to be very short events.