Dear developers,

when I setup vehicles with a battery (according to 
http://www.sumo.dlr.de/userdoc/Models/Electric.html) I can see in SUMO-GUI that 
the vehicle is equipped with a battery device (see attached screenshot).
However, the electricity-consumption of such vehicle is always zero and 
fuel-consumption is still being calculated.

Did I something wrong or is electricity-consumption not yet implemented?


  < vType id="ELECTRIC_CAR" accel="1.5" decel="4.5" sigma="0.5" length="5.0" 
maxspeed="50.0" tau="1.0">
      <param key="has.battery.device" value="true"/>
      <param key="maximumBatteryCapacity" value="60"/>
      <param key="vehicleMass" value="1900"/>
      <param key="frontSurfaceArea" value="2.2"/>
      <param key="airDragCoefficient" value="0.36"/>
      <param key="internalMomentOfInertia" value="0.01"/>
      <param key="radialDragCoefficient" value="0.5"/>
      <param key="rollDragCoefficient" value="0.01"/>
      <param key="constantPowerIntake" value="30"/>
      <param key="propulsionEfficiency" value="0.9"/>
      <param key="recuperationEfficiency" value="0.9"/>
   </vType>

  <vehicle id="1" type="ELECTRIC_CAR" route="1" depart="2">
      <param key="has.battery.device" value="true"/>
      <param key="actualBatteryCapacity" value="60"/>
   </vehicle>

Kind regards,
Karl.
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
sumo-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/sumo-user

Reply via email to