rl-institut / SimBA

GNU Affero General Public License v3.0
2 stars 0 forks source link

Feature/idle consumption #195

Closed PaulScheerRLI closed 3 months ago

PaulScheerRLI commented 4 months ago

Adds simplified feature of idle consumption. Trip.consumption now also takes into account the next break duration and adds idle consumption. vehicle_types now have the optional parameter "idle_consumption" in kWh/h = kW. The consumption is not subtracted during the break but during the trip duration. This might lead to minor overestimation of charge at electrified stations but is much easier implemented than a simultaneous discharge while at a station (and possibly charging).

Vehicle assignment with adaptive_socs is correctly affected by this change. Optimization of rotations / Rotation splitting at the current stage does not take idle_consumption into account