Skip to content

timroepcke/simbev

 
 

Repository files navigation

Download and run SimBEV

Download/install

  • clone repository to your local machine
  • install requirements found in requirements.txt (virtualenv recommended)

Run SimBEV

  • you can define a custom scenario in the directory scenarios, see scenario readme for instructions
  • run main_simbev.py with the desired scenario: python main_simbev.py <SCENARIO_NAME> (defaults to python main_simbev.py default_single)
  • results are created in directory res

Set paramters for your scenario

Select regio-type for the mobility characteristics:

  • regiotypes: Ländliche Regionen LR_Klein - Kleinstädtischer, dörflicher Raum LR_Mitte - Mittelstädte, städtischer Raum LR_Zentr - Zentrale Stadt Stadtregionen SR_Klein - Kleinstädtischer, dörflicher Raum SR_Mitte - Mittelstädte, städtischer Raum SR_Gross - Regiopolen, Großstädte SR_Metro - Metropole

Change vehicle configuration

  • battery capacity
  • charging power (slow and fast)
  • consumption

Decide how many vehicles should be simulated

  • note: more than 5000 vehicles of one type in one region is not necessary, if you want to analyze more, scale it accordingly

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 100.0%